AliPhysics  8417398 (8417398)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AddTaskGenKine.C File Reference

Analysis at generator level configuration. More...

Go to the source code of this file.

Functions

AliAnalysisTaskCaloTrackCorrelationAddTaskGenKine (TString outputfile, const Double_t scaleFactor=-1)
 print configuration settings. More...
 
AliCaloTrackReaderConfigureReader ()
 
AliCalorimeterUtilsConfigureCaloUtils ()
 
AliAnaGeneratorKineConfigureGenKine ()
 
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...
 

Detailed Description

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.

Author
: Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file AddTaskGenKine.C.

Function Documentation

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().

Variable Documentation

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().