]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/AnalysisMacros/README
AliLog handler moved to libHLTrec, minor cleanup in HLT logging
[u/mrichter/AliRoot.git] / PWG2 / AnalysisMacros / README
CommitLineData
e959556e 1===========================================================
2===========================================================
3===========================================================
4The AnalysisMacros is divided into three sub-directories:
5
6o) Local
7 Inside this directory you can find the files you need to run the following processes:
8 i) (Sub-dir Tags)Creation tag files for the locally stored ESDs - The two files are stored under the Tags directory. Run it by typing "root runTagCreator.C".
9 ii) Analysis of the locally stored ESDs using the previously created tag files - Run the example by typing "root runAnalysis.C"
10
11o) Interactive
12 You can find the runAnalysis.C and demoInteractive.C files that use the root api to access the grid. You should also use the AliAnalysisTaskPt.* from the Local directory. Run the example by typing "alienroot runAnalysis.C" (you can find the alienroot executable in this directory - open it and change it accordingly - place it in a directory which is defined in your $PATH).
13
14o) Batch
aea5658d 15 You can find the executable (that you should store under your $HOME/bin AliEn directory), the jdl, the jdl file (you must change it accordingly), as well as the macro runProcess.C. You should also use the AliAnalysisTaskPt.* from the Local directory and the xml file from the Kine directory. Everybody who wants to use these files should change them accordingly!!!
e959556e 16
10b8bf0a 17o) Proof
18 You can find the runAnalysis.C and the demoCAF.C macros to be used for CAF. Follow the instructions written in the first file for the correct env. variables and the additional files needed (CreateESDChain.C & the txt file containing the ESDs' location).
19
20In order to run the examples you should use the ESD.par as well as the ANALYSIS.par. You can creat both par files by typing "make ESD.par" and "make ANALYSIS.par" respectively under $ALICE_ROOT.
e959556e 21
309b12d1 22o) Kine
aea5658d 23 You can find the runProcess.C and the demoLocal.C macros along with the AliAnalysisTaskRLPt class. Use the example to access the MC information. You have to run it with aliroot. The last additions are the executable (should be stored in your $HOME/bin AliEn directory), the xml collection (run $ALICE_ROOT/STEER/CreateXML.C), the jdl (you must change it accordingly) and the macro to be used as a template for the batch sessions.
309b12d1 24
ac724464 25o) packages
26 You can find the ESD.par and ANALYSIS.par having the latest updates to be used with PDC06 data
27
e959556e 28===========================================================
29For any questions send mails to: Panos.Christakoglou@cern.ch
30===========================================================