]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/analysisQA/README
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / PWGPP / analysisQA / README
1 --------------------------------------------
2 Analysis QA 
3 Authur: Satyajit Jena <sjena@cern.ch>
4 Date: 23 Nov 2013
5 Last Update: Mon Mar 31 15:47:10 CEST 2014
6 --------------------------------------------
7
8
9 README - This readme file
10
11 %+++++++++++++++++++++++++++++++++++++++++++
12 process.sh:
13
14 Script to run each post-processing macro on 
15 respective outputs 
16
17 Simple 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 %+++++++++++++++++++++++++++++++++++++++++++
32 processCFv2vsPt.C
33  
34 Processing of Flow QA task in Analysis QA train
35
36
37
38 %+++++++++++++++++++++++++++++++++++++++++++
39 processDrawAnaCaloTrackQA.C
40
41 %+++++++++++++++++++++++++++++++++++++++++++
42 processDrawUDQA.C
43
44 %+++++++++++++++++++++++++++++++++++++++++++
45 processHFEQAtask.C
46
47 %+++++++++++++++++++++++++++++++++++++++++++
48 processJETrackQA.C
49
50 Processes the results of the JE_PWG4HighPtTrackQA wagon. Should be run with the following arguments:
51 TString strFileIn   = "AnalysisResults.root" : the path to the input file.
52 TString suffix      = "eps"                  : the suffix that determines the output format. For example: eps, pdf, png, etc.
53 Int_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.
54 Int_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.
55 Bool_t bESD         = kFALSE                 : an obsolete variable. Might be removed in the future.
56 Int_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.
57 const 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.
58 List 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
66 %+++++++++++++++++++++++++++++++++++++++++++
67 processJETriggerQA.C
68
69 This is an old version of the macro. Use V2 if possible. Only use this for old results.
70
71 %+++++++++++++++++++++++++++++++++++++++++++
72 processJETriggerQA_V2.C
73
74 Processes 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:
75 TString strFileIn    = "AnalysisResults.root"      : the path to the input file.
76 TString suftype      ="eps"                        : the suffix that deternmines the output format. For example: eps, pdf, png, etc.
77 Float_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.
78 Float_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.
79 Float_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.
80 Int_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.
81 TString trigsuffix   = ""                          : leave empty to open the results of the JE_TriggerQAFullR020 wagon, but or use "EJE" or "EGA" to use the triggered results otherwise.
82 const 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
84 %+++++++++++++++++++++++++++++++++++++++++++
85 processJpsi2eeQAplots.C
86
87 %+++++++++++++++++++++++++++++++++++++++++++
88 processMakeQA2pc.C
89
90 %+++++++++++++++++++++++++++++++++++++++++++
91 processMultistrangeQA.C
92
93 %+++++++++++++++++++++++++++++++++++++++++++
94 processProduceFastQA.C
95
96 %+++++++++++++++++++++++++++++++++++++++++++