![]() |
AliPhysics
vAN-20150505 (6f5b144)
|
Configuration of the analysis QA wagon for PWG-GA EMCal analysis. More...
Go to the source code of this file.
Functions | |
AliAnalysisTaskCaloTrackCorrelation * | AddTaskPi0IMGammaCorrQA (const TString calorimeter="EMCAL", const Bool_t simulation=kFALSE, const TString collision="pp", const TString suffix="default", const Bool_t qaan=kFALSE, const Bool_t hadronan=kFALSE, const Int_t minCen=-1, const Int_t maxCen=-1, const Int_t debugLevel=-1) |
AliCaloTrackReader * | ConfigureReader (TString inputDataType, TString collision, Int_t minCen, Int_t maxCen, Bool_t simulation, Int_t debugLevel) |
AliCalorimeterUtils * | ConfigureCaloUtils (TString calorimeter, Bool_t simulation, Int_t debugLevel) |
AliAnaPhoton * | ConfigurePhotonAnalysis (TString calorimeter, TString collision, TString containerName, Bool_t simulation, Int_t debugLevel) |
AliAnaPi0 * | ConfigurePi0Analysis (TString calorimeter, TString collision, TString containerName, Bool_t simulation, Bool_t qaan, Int_t debugLevel) |
AliAnaChargedParticles * | ConfigureChargedAnalysis (TString collision, TString containerName, Bool_t simulation, Int_t debugLevel) |
AliAnaParticleHadronCorrelation * | ConfigureHadronCorrelationAnalysis (TString particle, TString calorimeter, TString collision, TString containerName, Bool_t simulation, Int_t debugLevel) |
AliAnaCalorimeterQA * | ConfigureQAAnalysis (TString calorimeter, TString collision, Bool_t simulation, Int_t debugLevel) |
void | SetHistoRangeAndNBins (AliHistogramRanges *histoRanges, TString calorimeter, TString collision) |
Configuration of the analysis QA wagon for PWG-GA EMCal analysis.
Configuration macro of EMCal related PWG-GA analysis, although it can be also used for PHOS. It does:
Wagon responsible: Gustavo Conesa Balbastre Gusta vo.C onesa .Bal bastr e@ce rn.ch
Definition in file AddTaskPi0IMGammaCorrQA.C.
AliAnalysisTaskCaloTrackCorrelation* AddTaskPi0IMGammaCorrQA | ( | const TString | calorimeter = "EMCAL" , |
const Bool_t | simulation = kFALSE , |
||
const TString | collision = "pp" , |
||
const TString | suffix = "default" , |
||
const Bool_t | qaan = kFALSE , |
||
const Bool_t | hadronan = kFALSE , |
||
const Int_t | minCen = -1 , |
||
const Int_t | maxCen = -1 , |
||
const Int_t | debugLevel = -1 |
||
) |
Main method calling all the configuration Creates a CaloTrackCorr task, configures it and adds it to the analysis manager.
The options that can be passed to the macro are:
calorimeter | : A string with he calorimeter used to measure the trigger particle. |
simulation | : A bool identifying the data as simulation. |
collision | A string with the colliding system. |
suffix | : A string with the type of trigger (default: MB, EMC). |
qaan | execute the detector QA analysis. |
hadronan | execute the track QA and cluster-track correlation analysis. |
minCen | : An int to select the minimum centrality, -1 means no selection. |
maxCen | : An int to select the maximum centrality, -1 means no selection. |
debugLevel | : An int to define the debug level of all the tasks. |
Definition at line 32 of file AddTaskPi0IMGammaCorrQA.C.
AliCalorimeterUtils* ConfigureCaloUtils | ( | TString | calorimeter, |
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the class handling the calorimeter clusters specific methods
Definition at line 272 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliAnaChargedParticles* ConfigureChargedAnalysis | ( | TString | collision, |
TString | containerName, | ||
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the task doing charged track selection
Definition at line 477 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliAnaParticleHadronCorrelation* ConfigureHadronCorrelationAnalysis | ( | TString | particle, |
TString | calorimeter, | ||
TString | collision, | ||
TString | containerName, | ||
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the task doing the trigger particle hadron correlation
Definition at line 515 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliAnaPhoton* ConfigurePhotonAnalysis | ( | TString | calorimeter, |
TString | collision, | ||
TString | containerName, | ||
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the task doing the first photon cluster selections Basically the track matching, minor shower shape cut, NLM selection ...
Definition at line 328 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliAnaPi0* ConfigurePi0Analysis | ( | TString | calorimeter, |
TString | collision, | ||
TString | containerName, | ||
Bool_t | simulation, | ||
Bool_t | qaan, | ||
Int_t | debugLevel | ||
) |
Configure the task doing the 2 cluster invariant mass analysis
Definition at line 408 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliAnaCalorimeterQA* ConfigureQAAnalysis | ( | TString | calorimeter, |
TString | collision, | ||
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the task doing standard calorimeter QA
Definition at line 602 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
AliCaloTrackReader* ConfigureReader | ( | TString | inputDataType, |
TString | collision, | ||
Int_t | minCen, | ||
Int_t | maxCen, | ||
Bool_t | simulation, | ||
Int_t | debugLevel | ||
) |
Configure the class handling the events and cluster/tracks filtering.
Definition at line 149 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by AddTaskPi0IMGammaCorrQA().
void SetHistoRangeAndNBins | ( | AliHistogramRanges * | histoRanges, |
TString | calorimeter, | ||
TString | collision | ||
) |
Configure the selection of MC events
Definition at line 636 of file AddTaskPi0IMGammaCorrQA.C.
Referenced by ConfigureChargedAnalysis(), ConfigureHadronCorrelationAnalysis(), ConfigurePhotonAnalysis(), ConfigurePi0Analysis(), and ConfigureQAAnalysis().