]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/analysisQA/README
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
[u/mrichter/AliRoot.git] / PWGPP / analysisQA / README
CommitLineData
c722c8a3 1--------------------------------------------
2Analysis QA
3Authur: Satyajit Jena <sjena@cern.ch>
4Date: 23 Nov 2013
5Last Update: Mon Mar 31 15:47:10 CEST 2014
6--------------------------------------------
7
ca14f2e9 8
c722c8a3 9README - This readme file
10
11%+++++++++++++++++++++++++++++++++++++++++++
12process.sh:
13
14Script to run each post-processing macro on
15respective outputs
16
17Simple script to execute macros and produce output
18
19 Requirement: the macro paths need to be defined
20 ex: CODE=$ALICE_ROOT/PWGPP/analysisQA
21
22 Arguments for each macro should be change by
23 collecting proper information from respective
24 wagon owner.
25
26 sh process.sh <output.root> <aod-number>
27 ex: sh process.sh output.root 145 eps
28
29
30
31%+++++++++++++++++++++++++++++++++++++++++++
32processCFv2vsPt.C
33
34Processing of Flow QA task in Analysis QA train
35
36
37
38%+++++++++++++++++++++++++++++++++++++++++++
39processDrawAnaCaloTrackQA.C
40
41%+++++++++++++++++++++++++++++++++++++++++++
42processDrawUDQA.C
43
44%+++++++++++++++++++++++++++++++++++++++++++
45processHFEQAtask.C
46
47%+++++++++++++++++++++++++++++++++++++++++++
48processJETrackQA.C
49
78c54fd7 50Processes the results of the JE_PWG4HighPtTrackQA wagon. Should be run with the following arguments:
51TString strFileIn = "AnalysisResults.root" : the path to the input file.
52TString suffix = "eps" : the suffix that determines the output format. For example: eps, pdf, png, etc.
53Int_t cent = 10 : the centrality class of the results. Options: 0 (0-10%), 1 (10-30%), 2 (30-50%), 3 (50-80%) and 10 (0-80%). Usually they are published with class 10.
54Int_t trig = 1 : linked to the trigger. Default depends on data period: lhc11h: 1, containing lhc12 or lhc13: 5, or else: 6. On doubt one can always referr to the table at the bottom of this paragraph in after checking the AnalysisResults.root file with a browser.
55Bool_t bESD = kFALSE : an obsolete variable. Might be removed in the future.
56Int_t run = 0 : enables to add a run number to the plots. Not neccessary for general QA, and can be suppresed by giving the number 0.
57const char *outfile ="JETrackQA_output.root" : the path to the place to store the plots as root file. This is in addition to the image files made with in the 'suffix' format.
58List of triggers:
59 if(trig==1) strTrigger = "kCentral";
60 if(trig==2) strTrigger = "kSemiCentral";
61 if(trig==3) strTrigger = "kMBkCentralkSemiCentral";
62 if(trig==4) strTrigger = "kEMCEJE";
63 if(trig==5) strTrigger = "kINT7";
64 if(trig==6) strTrigger = "kMB";
65
c722c8a3 66%+++++++++++++++++++++++++++++++++++++++++++
67processJETriggerQA.C
68
78c54fd7 69This is an old version of the macro. Use V2 if possible. Only use this for old results.
70
c722c8a3 71%+++++++++++++++++++++++++++++++++++++++++++
72processJETriggerQA_V2.C
73
78c54fd7 74Processes the results of the JE_TriggerQAFullR020 wagon, and if present, can also be used for the results of the JE_TriggerQAFullR020_EMCEGA and JE_TriggerQAFullR020_EMCEJE wagon. Should be run with the following arguments:
75TString strFileIn = "AnalysisResults.root" : the path to the input file.
76TString suftype ="eps" : the suffix that deternmines the output format. For example: eps, pdf, png, etc.
77Float_t jetR = 0.2 : the jetR. Default train value is 0.2, but can otherwise be found by opening the AnalysisResults.root file with the browser.
78Float_t minTrkPT = 0.15 : the lower Track momentum cut-off. Default train value is 0.15, but can otherwise be found by opening the AnalysisResults.root file with the browser.
79Float_t minClusterET = 0.3 : the lower Cluster energy cut-off. Default train value is 0.3, but can otherwise be found by opening the AnalysisResults.root file with the browser.
80Int_t run = 0 : enables to add a run number to the plots. Not neccessary for general QA, and can be suppresed by giving the number 0.
81TString trigsuffix = "" : leave empty to open the results of the JE_TriggerQAFullR020 wagon, but or use "EJE" or "EGA" to use the triggered results otherwise.
82const char* outfile = "JETriggerQA_outfile.root" : the path to the place to store the plots as root file. This is in addition to the image files made with in the 'suffix' format.
83
c722c8a3 84%+++++++++++++++++++++++++++++++++++++++++++
85processJpsi2eeQAplots.C
86
87%+++++++++++++++++++++++++++++++++++++++++++
88processMakeQA2pc.C
89
90%+++++++++++++++++++++++++++++++++++++++++++
91processMultistrangeQA.C
92
93%+++++++++++++++++++++++++++++++++++++++++++
94processProduceFastQA.C
95
96%+++++++++++++++++++++++++++++++++++++++++++