]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGGA/PHOSTasks/PHOS_PbPb/macros/single-task/README
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGGA / PHOSTasks / PHOS_PbPb / macros / single-task / README
1 This folder contains some macros for using "run-single-task.sh" by Matthias Richter.
2 It allows a more automatic use of the plugin without "macro hell".
3 More documentation in macros, and more in slides by Matthias[1].
4
5 To run locally, using compiled libraries and AddTask macros:
6 root -b -q -l setupPi0Flow.C'("filelist.txt", -1)' run-single-task.C'("local", "AOD", "AddPi0FlowAndDependencies.C")'
7 root -b -q -l setupPi0Flow.C'("filelist.txt", -1, NULL, "", "ESD")' run-single-task.C'("local", "ESD", "AddPi0FlowAndDependencies.C")'
8 root -b -q -l setupPi0Flow.C'("filelist.txt", -1, NULL, "", "ESD")' run-single-task.C'("local", "ESD", "AddPi0FlowAndDependenciesMC.C")'
9
10 To run in testmode:
11 aliroot -b -q -l setupPi0Flow.C run-single-task.C'("test", "170312", "AddPi0FlowAndDependencies.C")'
12
13
14
15 [1] https://indico.cern.ch/conferenceDisplay.py?confId=212504