Parfenov_Petr_Evgen'evich лет назад: 5
Родитель
Сommit
85f0d7dc43
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -7,7 +7,7 @@ It is a simple example of scripts/macros sets suitable for work on the MEPhI (ba
 
 Copy from a git repo:
 
-        git clone https://devel.mephi.ru/PEParfenov/hpc_scripts.git
+        git clone https://devel.mephi.ru/PEParfenov/pid_scripts.git
 
 Change paths accordingly:
 
@@ -67,8 +67,8 @@ where `INPUTFILE` - is input file or filelist with `femtoDst.root`.
 Basic workflow example:
 
         ./pid -i ../lists/StRuns1.list -o ./test_pid.root
-	root.exe '../macro/CalcPID.C("test_pid.root","test_pid_fit.root",1)'
-	./pidQA -i ../lists/StRuns1.list -o ./test_pid_QA.root -pid ./test_pid_fit.root
+        root.exe '../macro/CalcPID.C("test_pid.root","test_pid_fit.root",1)'
+        ./pidQA -i ../lists/StRuns1.list -o ./test_pid_QA.root -pid ./test_pid_fit.root
 
 ### Batch mode