![]() |
AliPhysics
8417398 (8417398)
|
Analysis at generator level configuration. More...
Go to the source code of this file.
Functions | |
AliAnalysisTaskCaloTrackCorrelation * | AddTaskGenKine (TString outputfile, const Double_t scaleFactor=-1) |
print configuration settings. More... | |
AliCaloTrackReader * | ConfigureReader () |
AliCalorimeterUtils * | ConfigureCaloUtils () |
AliAnaGeneratorKine * | ConfigureGenKine () |
void | SetHistoRangeAndNBins (AliHistogramRanges *histoRanges) |
Variables | |
TString | kCalorimeter = "EMCAL" |
Global variables to be accessed by the different methods. More... | |
Int_t | kYears = 2011 |
detector acceptance of trigger particle. More... | |
Int_t | kDebug = -1 |
year configuration for geometry setting. More... | |
Bool_t | kPrint = kFALSE |
debug level. More... | |
Analysis at generator level configuration.
Example of configuration AliAnaGeneratorKine task of the package CaloTrackCorrelations. Do analysis at generator level only on high-pT photon/pi0/eta and correlate with charged particles jets, partons.
Definition in file AddTaskGenKine.C.
AliAnalysisTaskCaloTrackCorrelation* AddTaskGenKine | ( | TString | outputfile, |
const Double_t | scaleFactor = -1 |
||
) |
print configuration settings.
Main method calling all the configuration. Creates a CaloTrackCorr task, configures it and adds it to the analysis manager.
Definition at line 21 of file AddTaskGenKine.C.
Referenced by anaGenKine().
AliCalorimeterUtils* ConfigureCaloUtils | ( | ) |
Configure the class handling the calorimeter clusters specific methods. Set it off for most of its utilities, no data no calorimeter clusters used, access kine MC.
Definition at line 157 of file AddTaskGenKine.C.
Referenced by AddTaskGenKine().
AliAnaGeneratorKine* ConfigureGenKine | ( | ) |
Configure the task doing analysis at the generator level
Definition at line 193 of file AddTaskGenKine.C.
Referenced by AddTaskGenKine().
AliCaloTrackReader* ConfigureReader | ( | ) |
Configure the class handling the events and cluster/tracks filtering. Set it off for most of its utilities, no data filtering just access kine MC.
Definition at line 102 of file AddTaskGenKine.C.
Referenced by AddTaskGenKine().
void SetHistoRangeAndNBins | ( | AliHistogramRanges * | histoRanges | ) |
Set common histograms binning and ranges
Definition at line 214 of file AddTaskGenKine.C.
Referenced by ConfigureGenKine().
TString kCalorimeter = "EMCAL" |
Global variables to be accessed by the different methods.
Definition at line 12 of file AddTaskGenKine.C.
Referenced by SetHistoRangeAndNBins().
Int_t kDebug = -1 |
year configuration for geometry setting.
Definition at line 14 of file AddTaskGenKine.C.
Referenced by AddTaskGenKine(), ConfigureCaloUtils(), ConfigureGenKine(), and ConfigureReader().
Bool_t kPrint = kFALSE |
debug level.
Definition at line 15 of file AddTaskGenKine.C.
Referenced by AddTaskGenKine(), ConfigureCaloUtils(), ConfigureGenKine(), and ConfigureReader().
Int_t kYears = 2011 |
detector acceptance of trigger particle.
Definition at line 13 of file AddTaskGenKine.C.
Referenced by SetHistoRangeAndNBins().