![]() |
AliPhysics
fc9925d (fc9925d)
|
Filter EMCal/PHOS clusters for photon analysis. More...
#include <AliAnaPhoton.h>
Public Types | |
enum | mcTypes { kmcPhoton = 0, kmcPi0Decay = 1, kmcEtaDecay = 2, kmcOtherDecay = 3, kmcPi0 = 4, kmcEta = 5, kmcElectron = 6, kmcConversion = 7, kmcOther = 8, kmcAntiNeutron = 9, kmcAntiProton = 10, kmcNeutron = 11, kmcProton = 12, kmcChPion = 13, kmcPrompt = 14, kmcFragmentation = 15, kmcISR = 16, kmcString = 17 } |
For MC histograms in arrays, index in the array corresponds to a MC originating particle type. More... | |
enum | mcPTypes { kmcPPhoton = 0, kmcPPi0Decay = 1, kmcPEtaDecay = 2, kmcPOtherDecay = 3, kmcPPrompt = 4, kmcPFragmentation = 5, kmcPISR = 6 } |
For MC histograms in arrays, index in the array corresponds to a MC generated primary particle type. More... | |
enum | mcssTypes { kmcssPhoton = 0, kmcssOther = 1, kmcssPi0 = 2, kmcssEta = 3, kmcssConversion = 4, kmcssElectron = 5 } |
For MC histograms with shower shape in arrays, index in the array corresponds to a MC originating particle type. More... | |
![]() | |
enum | detector { kEMCAL = AliFiducialCut::kEMCAL, kPHOS = AliFiducialCut::kPHOS, kCTS = AliFiducialCut::kCTS, kDCAL = AliFiducialCut::kDCAL, kDCALPHOS = AliFiducialCut::kDCALPHOS } |
Set the tag identifing the main detector used in the analysis. More... | |
Public Member Functions | |
AliAnaPhoton () | |
virtual | ~AliAnaPhoton () |
Virtual destructor, not implemented. More... | |
TObjString * | GetAnalysisCuts () |
Save parameters used for analysis in a string. More... | |
TList * | GetCreateOutputObjects () |
void | Init () |
Init. Do some checks, abort if the cluster is not the expected PHOS or EMCal. More... | |
void | InitParameters () |
Initialize the parameters of the analysis. More... | |
void | MakeAnalysisFillAOD () |
void | MakeAnalysisFillHistograms () |
void | Print (const Option_t *opt) const |
Print some relevant parameters set for the analysis. More... | |
Bool_t | ClusterSelected (AliVCluster *cl, Int_t nlm) |
void | FillAcceptanceHistograms () |
void | FillShowerShapeHistograms (AliVCluster *cluster, Int_t mcTag, Int_t nlm, Float_t maxCellEFraction, Int_t &largeTimeInside) |
Fill cluster Shower Shape histograms. More... | |
void | SwitchOnFillShowerShapeHistograms () |
void | SwitchOffFillShowerShapeHistograms () |
void | SwitchOnFillShowerShapeHistogramsPerNLM () |
void | SwitchOffFillShowerShapeHistogramsPerNLM () |
void | SwitchOnFillEMCALRegionSSHistograms () |
void | SwitchOffFillEMCALRegionSSHistograms () |
void | SwitchOnFillConversionVertexHistograms () |
void | SwitchOffFillConversionVertexHistograms () |
void | SwitchOnOnlySimpleSSHistoFill () |
void | SwitchOffOnlySimpleHistoFill () |
void | FillTrackMatchingResidualHistograms (AliVCluster *calo, Int_t cut) |
void | SwitchOnTMHistoFill () |
void | SwitchOffTMHistoFill () |
void | FillPileUpHistograms (AliVCluster *cluster, AliVCaloCells *cells, Int_t absIdMax) |
Fill some histograms to understand effect of pile-up. More... | |
void | SetConstantTimeShift (Float_t shift) |
void | SetMinDistanceToBadChannel (Float_t m1, Float_t m2, Float_t m3) |
void | SetTimeCut (Double_t min, Double_t max) |
Double_t | GetTimeCutMin () const |
Double_t | GetTimeCutMax () const |
void | SetNCellCut (Int_t n) |
Double_t | GetNCellCut () const |
void | SetNLMCut (Int_t min, Int_t max) |
Int_t | GetNLMCutMin () const |
Int_t | GetNLMCutMax () const |
Bool_t | IsTrackMatchRejectionOn () const |
void | SwitchOnTrackMatchRejection () |
void | SwitchOffTrackMatchRejection () |
void | SwitchOnAcceptanceHistoPerEBin () |
void | SwitchOffAcceptanceHistoPerEBin () |
void | SetNEBinCuts (Int_t nb) |
void | SetEBinCutsAt (Int_t i, Float_t va) |
void | FillNOriginHistograms (Int_t n) |
void | FillNPrimaryHistograms (Int_t n) |
![]() | |
AliAnaCaloTrackCorrBaseClass () | |
virtual | ~AliAnaCaloTrackCorrBaseClass () |
Destructor. More... | |
virtual void | InitDebug () |
virtual void | FillEventMixPool () |
virtual void | Terminate (TList *) |
virtual void | AddToHistogramsName (TString add) |
virtual TString | GetAddedHistogramsStringToName () const |
virtual TString | GetBaseParametersList () |
virtual Int_t | GetDebug () const |
virtual void | SetDebug (Int_t d) |
virtual Int_t | GetEventNumber () const |
virtual Int_t | GetTrackMultiplicity () const |
virtual AliCentrality * | GetCentrality () const |
virtual AliMultSelection * | GetMultSelCen () const |
virtual Int_t | GetEventCentrality () const |
virtual AliEventplane * | GetEventPlane () const |
virtual Double_t | GetEventPlaneAngle () const |
virtual TString | GetEventPlaneMethod () const |
virtual void | AddAODParticle (AliAODPWG4Particle part) |
virtual void | ConnectInputOutputAODBranches () |
virtual TClonesArray * | GetCreateOutputAODBranch () |
Create AOD branch filled in the analysis. More... | |
virtual TString | GetInputAODName () const |
virtual void | SetInputAODName (TString name) |
virtual TString | GetOutputAODName () const |
virtual void | SetOutputAODName (TString name) |
virtual Bool_t | NewOutputAOD () const |
virtual TString | GetOutputAODClassName () const |
virtual void | SetOutputAODClassName (TString name) |
virtual TString | GetAODObjArrayName () const |
virtual void | SetAODObjArrayName (TString name) |
virtual TClonesArray * | GetInputAODBranch () const |
virtual TClonesArray * | GetOutputAODBranch () const |
virtual TClonesArray * | GetAODBranch (const TString &aodBranchName) const |
Recover ouput and input AOD pointers for each event in AliCaloTrackMaker. More... | |
virtual TClonesArray * | GetAODCaloClusters () const |
virtual TClonesArray * | GetAODTracks () const |
virtual AliVCaloCells * | GetPHOSCells () const |
virtual AliVCaloCells * | GetEMCALCells () const |
virtual TObjArray * | GetCTSTracks () const |
virtual TObjArray * | GetEMCALClusters () const |
virtual TObjArray * | GetPHOSClusters () const |
virtual TClonesArray * | GetNonStandardJets () const |
virtual AliAODJetEventBackground * | GetBackgroundJets () const |
virtual Int_t | GetCalorimeter () const |
virtual TString | GetCalorimeterString () const |
virtual void | SetCalorimeter (TString &calo) |
Set the calorimeter for the analysis. A string. More... | |
virtual void | SetCalorimeter (Int_t calo) |
Set the calorimeter for the analysis. An integer. More... | |
virtual Bool_t | IsDataMC () const |
virtual void | SwitchOnDataMC () |
virtual void | SwitchOffDataMC () |
virtual Bool_t | IsFiducialCutOn () const |
virtual void | SwitchOnFiducialCut () |
virtual void | SwitchOffFiducialCut () |
virtual Bool_t | IsRealCaloAcceptanceOn () const |
virtual void | SwitchOnRealCaloAcceptance () |
virtual void | SwitchOffRealCaloAcceptance () |
virtual Bool_t | IsCaloPIDOn () const |
virtual void | SwitchOnCaloPID () |
virtual void | SwitchOffCaloPID () |
virtual Bool_t | MakePlotsOn () const |
virtual void | SwitchOnPlotsMaking () |
virtual void | SwitchOffPlotsMaking () |
virtual Bool_t | IsPileUpAnalysisOn () const |
virtual void | SwitchOnFillPileUpHistograms () |
virtual void | SwitchOffFillPileUpHistograms () |
virtual Bool_t | IsHighMultiplicityAnalysisOn () const |
virtual void | SwitchOnFillHighMultiplicityHistograms () |
virtual void | SwitchOffFillHighMultiplicityHistograms () |
virtual Float_t | GetMaxPt () const |
virtual Float_t | GetMinPt () const |
virtual void | SetMaxPt (Float_t pt) |
virtual void | SetMinPt (Float_t pt) |
virtual void | SetPtCutRange (Double_t mi, Double_t ma) |
virtual Float_t | GetMaxEnergy () const |
virtual Float_t | GetMinEnergy () const |
virtual void | SetMaxEnergy (Float_t e) |
virtual void | SetMinEnergy (Float_t e) |
virtual void | SetEnergyCutRange (Double_t mi, Double_t ma) |
virtual void | SetPairTimeCut (Float_t t) |
virtual Float_t | GetPairTimeCut () const |
Time cut in ns. More... | |
Int_t | GetFirstSMCoveredByTRD () const |
Time cut in ns. More... | |
void | SetFirstSMCoveredByTRD (Int_t n) |
virtual Int_t | GetNZvertBin () const |
virtual Int_t | GetNRPBin () const |
Number of bins in vertex. More... | |
virtual Int_t | GetNCentrBin () const |
Number of bins in reaction plain. More... | |
virtual Int_t | GetNTrackMultBin () const |
Number of bins in centrality. More... | |
virtual Int_t | GetNMaxEvMix () const |
Number of bins in track multiplicity. More... | |
virtual Float_t | GetZvertexCut () const |
Maximal number of events for mixin. More... | |
virtual Int_t | GetTrackMultiplicityBin () const |
Cut on vertex position. More... | |
virtual Int_t | GetEventCentralityBin () const |
virtual Int_t | GetEventRPBin () const |
virtual Int_t | GetEventVzBin () const |
virtual Int_t | GetEventMixBin () const |
virtual Int_t | GetEventMixBin (Int_t iCen, Int_t iVz, Int_t iRP) const |
virtual Double_t | GetEventWeight () const |
virtual void | SetNZvertBin (Int_t n=1) |
virtual void | SetNRPBin (Int_t n=1) |
Number of bins for vertex position. More... | |
virtual void | SetNCentrBin (Int_t n=1) |
Number of bins in reaction plain. More... | |
virtual void | SetNTrackMultBin (Int_t n=1) |
Number of bins in centrality. More... | |
virtual void | SetNMaxEvMix (Int_t n=20) |
Number of bins in track multiplicity. More... | |
virtual void | SetTrackMultiplicityBin (Int_t bin, Int_t mult) |
Maximal number of events for mixing. More... | |
virtual void | SwitchOnTrackMultBins () |
virtual void | SwitchOffTrackMultBins () |
virtual void | SwitchOnOwnMix () |
virtual void | SwitchOffOwnMix () |
virtual Bool_t | DoOwnMix () const |
virtual Bool_t | UseTrackMultBins () const |
virtual Int_t | CheckMixedEventVertex (Int_t caloLabel, Int_t trackLabel) |
virtual AliMixedEvent * | GetMixedEvent () const |
virtual Int_t | GetNMixedEvent () const |
virtual void | GetVertex (Double_t vertex[3]) const |
virtual Double_t * | GetVertex (Int_t evtIndex) const |
virtual void | GetVertex (Double_t vertex[3], Int_t evtIndex) const |
virtual Int_t | GetV0Signal (Int_t i) const |
virtual Int_t | GetV0Multiplicity (Int_t i) const |
Float_t | GetPhi (Float_t phi) const |
Shift phi angle in case of negative value 360 degrees. Example TLorenzVector::Phi defined in -pi to pi. More... | |
Float_t | DegToRad (Float_t deg) const |
Float_t | RadToDeg (Float_t rad) const |
virtual Bool_t | IsTrackMatched (AliVCluster *cluster, AliVEvent *event) |
virtual Int_t | GetModuleNumberCellIndexes (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU) const |
virtual Int_t | GetModuleNumberCellIndexesAbsCaloMap (Int_t absId, Int_t calo, Int_t &icol, Int_t &irow, Int_t &iRCU, Int_t &icolAbs, Int_t &irowAbs) const |
virtual Int_t | GetModuleNumber (AliAODPWG4Particle *part) const |
virtual Int_t | GetModuleNumber (AliVCluster *cluster) const |
virtual AliVCluster * | FindCluster (TObjArray *clusters, Int_t clId, Int_t &iclus, Int_t first=0) |
virtual AliStack * | GetMCStack () const |
virtual AliHeader * | GetMCHeader () const |
virtual AliGenEventHeader * | GetMCGenEventHeader () const |
virtual AliCaloPID * | GetCaloPID () |
virtual AliCalorimeterUtils * | GetCaloUtils () const |
virtual AliFiducialCut * | GetFiducialCut () |
virtual AliHistogramRanges * | GetHistogramRanges () |
virtual AliIsolationCut * | GetIsolationCut () |
virtual AliMCAnalysisUtils * | GetMCAnalysisUtils () |
virtual AliNeutralMesonSelection * | GetNeutralMesonSelection () |
virtual AliCaloTrackReader * | GetReader () const |
virtual AliEMCALGeometry * | GetEMCALGeometry () const |
virtual AliPHOSGeoUtils * | GetPHOSGeometry () const |
virtual void | SetCaloPID (AliCaloPID *pid) |
virtual void | SetCaloUtils (AliCalorimeterUtils *caloutils) |
virtual void | SetFiducialCut (AliFiducialCut *fc) |
virtual void | SetHistogramRanges (AliHistogramRanges *hr) |
virtual void | SetIsolationCut (AliIsolationCut *ic) |
virtual void | SetMCAnalysisUtils (AliMCAnalysisUtils *mcutils) |
virtual void | SetNeutralMesonSelection (AliNeutralMesonSelection *const nms) |
virtual void | SetReader (AliCaloTrackReader *reader) |
Static Public Attributes | |
static const Int_t | fgkNmcTypes = 18 |
Total number of cluster MC origin histograms. More... | |
static const Int_t | fgkNmcPrimTypes = 7 |
Total number of MC primary histograms. More... | |
static const Int_t | fgkNssTypes = 6 |
Total number of MC histograms for shower shape studies. More... | |
Private Member Functions | |
AliAnaPhoton (const AliAnaPhoton &g) | |
Copy constructor not implemented. More... | |
AliAnaPhoton & | operator= (const AliAnaPhoton &g) |
Assignment operator not implemented. More... | |
Private Attributes | |
Float_t | fMinDist |
Minimal distance to bad channel to accept cluster. More... | |
Float_t | fMinDist2 |
Cuts on Minimal distance to study acceptance evaluation. More... | |
Float_t | fMinDist3 |
One more cut on distance used for acceptance-efficiency study. More... | |
Bool_t | fRejectTrackMatch |
If PID on, reject clusters which have an associated TPC track. More... | |
Bool_t | fFillTMHisto |
Fill track matching plots. More... | |
Double_t | fTimeCutMin |
Remove clusters/cells with time smaller than this value, in ns. More... | |
Double_t | fTimeCutMax |
Remove clusters/cells with time larger than this value, in ns. More... | |
Int_t | fNCellsCut |
Accept for the analysis clusters with more than fNCellsCut cells. More... | |
Int_t | fNLMCutMin |
Remove clusters/cells with number of local maxima smaller than this value. More... | |
Int_t | fNLMCutMax |
Remove clusters/cells with number of local maxima larger than this value. More... | |
Bool_t | fFillSSHistograms |
Fill shower shape histograms. More... | |
Bool_t | fFillEMCALRegionSSHistograms |
Fill shower shape histograms in EMCal slices. More... | |
Bool_t | fFillConversionVertexHisto |
Fill histograms depending on the conversion vertex. More... | |
Bool_t | fFillOnlySimpleSSHisto |
Fill selected cluster histograms, selected SS histograms. More... | |
Bool_t | fFillSSNLocMaxHisto |
Fill shower shape histograms for different NLM. More... | |
Int_t | fNOriginHistograms |
Fill only NOriginHistograms of the 14 defined types. More... | |
Int_t | fNPrimaryHistograms |
Fill only NPrimaryHistograms of the 7 defined types. More... | |
TLorentzVector | fMomentum |
! Cluster momentum, temporary container More... | |
TLorentzVector | fPrimaryMom |
! Primary MC momentum, temporary container More... | |
TVector3 | fProdVertex |
! Primary MC production vertex, temporary container More... | |
Float_t | fConstantTimeShift |
Apply a 600 ns time shift in case of simulation, shift in ns. More... | |
Bool_t | fFillEBinAcceptanceHisto |
Fill histograms with cluster eta-phi distribution and column-row cell, for different energy bins. More... | |
Float_t | fEBinCuts [15] |
Energy bins cut. More... | |
Int_t | fNEBinCuts |
Number of energy bin cuts. More... | |
TH1F * | fhClusterCutsE [10] |
! control histogram on the different photon selection cuts, E More... | |
TH1F * | fhClusterCutsPt [10] |
! control histogram on the different photon selection cuts, pT More... | |
TH2F * | fhNCellsE |
! number of cells in cluster vs E More... | |
TH2F * | fhCellsE |
! energy of cells in cluster vs E of cluster More... | |
TH2F * | fhMaxCellDiffClusterE |
! Fraction of energy carried by cell with maximum energy More... | |
TH2F * | fhTimePt |
! Time of photon cluster vs pt More... | |
TH2F * | fhEtaPhi |
! Pseudorapidity vs Phi of clusters for E > 0.5 More... | |
TH1F * | fhEPhoton |
! Number of identified photon vs energy More... | |
TH1F * | fhPtPhoton |
! Number of identified photon vs transerse momentum More... | |
TH2F * | fhPhiPhoton |
! Azimuthal angle of identified photon vs transerse momentum More... | |
TH2F * | fhEtaPhoton |
! Pseudorapidity of identified photon vs transerse momentum More... | |
TH2F * | fhEtaPhiPhoton |
! Pseudorapidity vs Phi of identified photon for E > 0.5 More... | |
TH2F * | fhEtaPhi05Photon |
! Pseudorapidity vs Phi of identified photon for E < 0.5 More... | |
TH2F * | fhPtCentralityPhoton |
! centrality vs photon pT More... | |
TH2F * | fhPtEventPlanePhoton |
! event plane vs photon pT More... | |
TH2F * | fhNLocMax |
! number of maxima in selected clusters More... | |
TH2F * | fhDispE |
! Cluster dispersion vs E More... | |
TH2F * | fhDispPt |
! Cluster dispersion vs pT More... | |
TH2F * | fhLam0E |
! Cluster lambda0 vs E More... | |
TH2F * | fhLam0Pt |
! Cluster lambda0 vs pT More... | |
TH2F * | fhLam1E |
! Cluster lambda1 vs E More... | |
TH2F * | fhLam1Pt |
! Cluster lambda1 vs pT More... | |
TH2F * | fhLam0PtNLM1 |
! Cluster lambda0 vs pT, for clusters with NLM=1 More... | |
TH2F * | fhLam0PtNLM2 |
! Cluster lambda0 vs pT, for clusters with NLM=2 More... | |
TH2F * | fhLam1PtNLM1 |
! Cluster lambda0 vs pT, for clusters with NLM=1 More... | |
TH2F * | fhLam1PtNLM2 |
! Cluster lambda0 vs pT, for clusters with NLM=2 More... | |
TH2F * | fhDispETRD |
! Cluster dispersion vs E, SM covered by TRD More... | |
TH2F * | fhLam0ETRD |
! Cluster lambda0 vs E, SM covered by TRD More... | |
TH2F * | fhLam0PtTRD |
! Cluster lambda0 vs pT, SM covered by TRD More... | |
TH2F * | fhLam1ETRD |
! Cluster lambda1 vs E, SM covered by TRD More... | |
TH2F * | fhDispETM |
! Cluster dispersion vs E, cut on Track Matching residual More... | |
TH2F * | fhLam0ETM |
! Cluster lambda0 vs E, cut on Track Matching residual More... | |
TH2F * | fhLam0PtTM |
! Cluster lambda0 vs pT, cut on Track Matching residual More... | |
TH2F * | fhLam1ETM |
! Cluster lambda1 vs E, cut on Track Matching residual More... | |
TH2F * | fhDispETMTRD |
! Cluster dispersion vs E, SM covered by TRD, cut on Track Matching residual More... | |
TH2F * | fhLam0ETMTRD |
! Cluster lambda0 vs E, SM covered by TRD, cut on Track Matching residual More... | |
TH2F * | fhLam0PtTMTRD |
! Cluster lambda0 vs pT, SM covered by TRD, cut on Track Matching residual More... | |
TH2F * | fhLam1ETMTRD |
! Cluster lambda1 vs E, SM covered by TRD, cut on Track Matching residual More... | |
TH2F * | fhNCellsLam0LowE |
! number of cells in cluster vs lambda0 More... | |
TH2F * | fhNCellsLam1LowE |
! number of cells in cluster vs lambda1 More... | |
TH2F * | fhNCellsDispLowE |
! number of cells in cluster vs dispersion More... | |
TH2F * | fhNCellsLam0HighE |
! number of cells in cluster vs lambda0, E>2 More... | |
TH2F * | fhNCellsLam1HighE |
! number of cells in cluster vs lambda1, E>2 More... | |
TH2F * | fhNCellsDispHighE |
! number of cells in cluster vs dispersion, E>2 More... | |
TH2F * | fhEtaLam0LowE |
! Cluster eta vs lambda0, E<2 More... | |
TH2F * | fhPhiLam0LowE |
! Cluster phi vs lambda0, E<2 More... | |
TH2F * | fhEtaLam0HighE |
! Cluster eta vs lambda0, E>2 More... | |
TH2F * | fhPhiLam0HighE |
! Cluster phi vs lambda0, E>2 More... | |
TH2F * | fhLam0DispLowE |
! Cluster lambda0 vs dispersion, E<2 More... | |
TH2F * | fhLam0DispHighE |
! Cluster lambda0 vs dispersion, E>2 More... | |
TH2F * | fhLam1Lam0LowE |
! Cluster lambda1 vs lambda0, E<2 More... | |
TH2F * | fhLam1Lam0HighE |
! Cluster lambda1 vs lambda0, E>2 More... | |
TH2F * | fhDispLam1LowE |
! Cluster disp vs lambda1, E<2 More... | |
TH2F * | fhDispLam1HighE |
! Cluster disp vs lambda1, E>2 More... | |
TH2F * | fhDispEtaE |
! shower dispersion in eta direction More... | |
TH2F * | fhDispPhiE |
! shower dispersion in phi direction More... | |
TH2F * | fhSumEtaE |
! shower dispersion in eta direction More... | |
TH2F * | fhSumPhiE |
! shower dispersion in phi direction More... | |
TH2F * | fhSumEtaPhiE |
! shower dispersion in eta and phi direction More... | |
TH2F * | fhDispEtaPhiDiffE |
! shower dispersion eta - phi More... | |
TH2F * | fhSphericityE |
! shower sphericity in eta vs phi More... | |
TH2F * | fhDispSumEtaDiffE |
! difference of 2 eta dispersions More... | |
TH2F * | fhDispSumPhiDiffE |
! difference of 2 phi dispersions More... | |
TH2F * | fhDispEtaDispPhi [7] |
! shower dispersion in eta direction vs phi direction for 5 E bins [0-2],[2-4],[4-6],[6-10],[> 10] More... | |
TH2F * | fhLambda0DispEta [7] |
! shower shape correlation l0 vs disp eta More... | |
TH2F * | fhLambda0DispPhi [7] |
! shower shape correlation l0 vs disp phi More... | |
TH2F * | fhMCDeltaE [fgkNmcTypes] |
! MC-Reco E distribution coming from MC particle More... | |
TH2F * | fhMCDeltaPt [fgkNmcTypes] |
! MC-Reco pT distribution coming from MC particle More... | |
TH2F * | fhMC2E [fgkNmcTypes] |
! E distribution, Reco vs MC coming from MC particle More... | |
TH2F * | fhMC2Pt [fgkNmcTypes] |
! pT distribution, Reco vs MC coming from MC particle More... | |
TH1F * | fhMCE [fgkNmcTypes] |
! Number of identified photon vs cluster energy coming from MC particle More... | |
TH1F * | fhMCPt [fgkNmcTypes] |
! Number of identified photon vs cluster pT coming from MC particle More... | |
TH2F * | fhMCPhi [fgkNmcTypes] |
! Phi of identified photon coming from MC particle More... | |
TH2F * | fhMCEta [fgkNmcTypes] |
! eta of identified photon coming from MC particle More... | |
TH1F * | fhEPrimMC [fgkNmcPrimTypes] |
! Number of generated photon vs energy More... | |
TH1F * | fhPtPrimMC [fgkNmcPrimTypes] |
! Number of generated photon vs pT More... | |
TH2F * | fhPhiPrimMC [fgkNmcPrimTypes] |
! Phi of generted photon More... | |
TH2F * | fhYPrimMC [fgkNmcPrimTypes] |
! Rapidity of generated photon More... | |
TH2F * | fhEtaPrimMC [fgkNmcPrimTypes] |
! Eta of generated photon More... | |
TH1F * | fhEPrimMCAcc [fgkNmcPrimTypes] |
! Number of generated photon vs energy, in calorimeter acceptance More... | |
TH1F * | fhPtPrimMCAcc [fgkNmcPrimTypes] |
! Number of generated photon vs pT, in calorimeter acceptance More... | |
TH2F * | fhPhiPrimMCAcc [fgkNmcPrimTypes] |
! Phi of generted photon, in calorimeter acceptance More... | |
TH2F * | fhEtaPrimMCAcc [fgkNmcPrimTypes] |
! Phi of generted photon, in calorimeter acceptance More... | |
TH2F * | fhYPrimMCAcc [fgkNmcPrimTypes] |
! Rapidity of generated photon, in calorimeter acceptance More... | |
TH2F * | fhMCELambda0 [fgkNssTypes] |
! E vs Lambda0 from MC particle More... | |
TH2F * | fhMCPtLambda0 [fgkNssTypes] |
! pT vs Lambda0 from MC particle More... | |
TH2F * | fhMCELambda1 [fgkNssTypes] |
! E vs Lambda1 from MC particle More... | |
TH2F * | fhMCEDispersion [fgkNssTypes] |
! E vs Dispersion from MC particle More... | |
TH2F * | fhMCPhotonELambda0NoOverlap |
! E vs Lambda0 from MC photons, no overlap More... | |
TH2F * | fhMCPhotonELambda0TwoOverlap |
! E vs Lambda0 from MC photons, 2 particles overlap More... | |
TH2F * | fhMCPhotonELambda0NOverlap |
! E vs Lambda0 from MC photons, N particles overlap More... | |
TH2F * | fhMCLambda0vsClusterMaxCellDiffE0 [fgkNssTypes] |
! Lambda0 vs fraction of energy of max cell for E < 2 GeV More... | |
TH2F * | fhMCLambda0vsClusterMaxCellDiffE2 [fgkNssTypes] |
! Lambda0 vs fraction of energy of max cell for 2< E < 6 GeV More... | |
TH2F * | fhMCLambda0vsClusterMaxCellDiffE6 [fgkNssTypes] |
! Lambda0 vs fraction of energy of max cell for E > 6 GeV More... | |
TH2F * | fhMCNCellsvsClusterMaxCellDiffE0 [fgkNssTypes] |
! NCells vs fraction of energy of max cell for E < 2 More... | |
TH2F * | fhMCNCellsvsClusterMaxCellDiffE2 [fgkNssTypes] |
! NCells vs fraction of energy of max cell for 2 < E < 6 GeV More... | |
TH2F * | fhMCNCellsvsClusterMaxCellDiffE6 [fgkNssTypes] |
! NCells vs fraction of energy of max cell for E > 6 More... | |
TH2F * | fhMCNCellsE [fgkNssTypes] |
! NCells per cluster vs energy More... | |
TH2F * | fhMCMaxCellDiffClusterE [fgkNssTypes] |
! Fraction of energy carried by cell with maximum energy More... | |
TH2F * | fhMCEDispEta [fgkNssTypes] |
! shower dispersion in eta direction More... | |
TH2F * | fhMCEDispPhi [fgkNssTypes] |
! shower dispersion in phi direction More... | |
TH2F * | fhMCESumEtaPhi [fgkNssTypes] |
! shower dispersion in eta vs phi direction More... | |
TH2F * | fhMCEDispEtaPhiDiff [fgkNssTypes] |
! shower dispersion in eta -phi direction More... | |
TH2F * | fhMCESphericity [fgkNssTypes] |
! shower sphericity, eta vs phi More... | |
TH2F * | fhMCDispEtaDispPhi [7][fgkNssTypes] |
! shower dispersion in eta direction vs phi direction for 5 E bins [0-2],[2-4],[4-6],[6-10],[> 10] More... | |
TH2F * | fhMCLambda0DispEta [7][fgkNssTypes] |
! shower shape correlation l0 vs disp eta More... | |
TH2F * | fhMCLambda0DispPhi [7][fgkNssTypes] |
! shower shape correlation l0 vs disp phi More... | |
TH2F * | fhEmbeddedSignalFractionEnergy |
! Fraction of photon energy of embedded signal vs cluster energy More... | |
TH2F * | fhEmbedPhotonELambda0FullSignal |
! Lambda0 vs E for embedded photons with more than 90% of the cluster energy More... | |
TH2F * | fhEmbedPhotonELambda0MostlySignal |
! Lambda0 vs E for embedded photons with 90%<fraction<50% More... | |
TH2F * | fhEmbedPhotonELambda0MostlyBkg |
! Lambda0 vs E for embedded photons with 50%<fraction<10% More... | |
TH2F * | fhEmbedPhotonELambda0FullBkg |
! Lambda0 vs E for embedded photons with less than 10% of the cluster energy More... | |
TH2F * | fhEmbedPi0ELambda0FullSignal |
! Lambda0 vs E for embedded photons with more than 90% of the cluster energy More... | |
TH2F * | fhEmbedPi0ELambda0MostlySignal |
! Lambda0 vs E for embedded photons with 90%<fraction<50% More... | |
TH2F * | fhEmbedPi0ELambda0MostlyBkg |
! Lambda0 vs E for embedded photons with 50%<fraction<10% More... | |
TH2F * | fhEmbedPi0ELambda0FullBkg |
! Lambda0 vs E for embedded photons with less than 10% of the cluster energy More... | |
TH2F * | fhTrackMatchedDEta [2] |
! Eta distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhi [2] |
! Phi distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaDPhi [2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before More... | |
TH2F * | fhTrackMatchedDEtaPos [2] |
! Eta distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiPos [2] |
! Phi distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaDPhiPos [2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before More... | |
TH2F * | fhTrackMatchedDEtaNeg [2] |
! Eta distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiNeg [2] |
! Phi distance between track and cluster vs cluster E, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaDPhiNeg [2] |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaTRD [2] |
! Eta distance between track and cluster vs cluster E, after and before photon cuts, behind TRD More... | |
TH2F * | fhTrackMatchedDPhiTRD [2] |
! Phi distance between track and cluster vs cluster E, after and before photon cuts, behind TRD More... | |
TH2F * | fhTrackMatchedDEtaMCOverlap [2] |
! Eta distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiMCOverlap [2] |
! Phi distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaMCNoOverlap [2] |
! Eta distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiMCNoOverlap [2] |
! Phi distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDEtaMCConversion [2] |
! Eta distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts More... | |
TH2F * | fhTrackMatchedDPhiMCConversion [2] |
! Phi distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts More... | |
TH2F * | fhTrackMatchedMCParticle [2] |
! Trace origin of matched particle More... | |
TH2F * | fhdEdx [2] |
! Matched track dEdx vs cluster E, after and before photon cuts More... | |
TH2F * | fhEOverP [2] |
! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts More... | |
TH2F * | fhEOverPTRD [2] |
! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts, behind TRD More... | |
TH1F * | fhPtPhotonPileUp [7] |
! pT distribution of selected photons More... | |
TH2F * | fhClusterTimeDiffPhotonPileUp [7] |
! E vs Time difference inside cluster for selected photons More... | |
TH2F * | fhTimePtPhotonNoCut |
! Time of photon cluster vs Pt, no cut More... | |
TH2F * | fhTimePtPhotonSPD |
! Time of photon cluster vs Pt, IsSPDPileUp More... | |
TH2F * | fhTimeNPileUpVertSPD |
! Time of cluster vs n pile-up vertices from SPD More... | |
TH2F * | fhTimeNPileUpVertTrack |
! Time of cluster vs n pile-up vertices from Tracks More... | |
TH2F * | fhPtPhotonNPileUpSPDVtx |
! photon pt vs number of spd pile-up vertices More... | |
TH2F * | fhPtPhotonNPileUpTrkVtx |
! photon pt vs number of track pile-up vertices More... | |
TH2F * | fhPtPhotonNPileUpSPDVtxTimeCut |
! photon pt vs number of spd pile-up vertices, time cut +-25 ns More... | |
TH2F * | fhPtPhotonNPileUpTrkVtxTimeCut |
! photon pt vs number of track pile-up vertices, time cut +- 25 ns More... | |
TH2F * | fhPtPhotonNPileUpSPDVtxTimeCut2 |
! photon pt vs number of spd pile-up vertices, time cut +-75 ns More... | |
TH2F * | fhPtPhotonNPileUpTrkVtxTimeCut2 |
! photon pt vs number of track pile-up vertices, time cut +- 75 ns More... | |
TH2F * | fhEClusterSM |
! Cluster E distribution per SM, before any selection, after reader More... | |
TH2F * | fhEPhotonSM |
! photon-like cluster E distribution per SM More... | |
TH2F * | fhPtClusterSM |
! Cluster E distribution per SM, before any selection, after reader More... | |
TH2F * | fhPtPhotonSM |
! photon-like cluster E distribution per SM More... | |
TH2F * | fhMCConversionVertex |
! Conversion distance for photon clusters that have at least a contributor from the conversion. More... | |
TH2F * | fhMCConversionVertexTRD |
! Conversion distance for photon clusters that have at least a contributor from the conversion, SM covered by TRD. More... | |
TH2F * | fhMCConversionLambda0Rcut [6] |
! Shower shape M02 of photon conversions, depending on conversion vertex. More... | |
TH2F * | fhMCConversionLambda0RcutTRD [6] |
! Shower shape M02 of photon conversions, depending on conversion vertex, SM covered by TRD More... | |
TH2F * | fhMCConversionLambda1Rcut [6] |
! Shower shape M20 of photon conversions, depending on conversion vertex. More... | |
TH2F * | fhMCConversionLambda1RcutTRD [6] |
! Shower shape M20 of photon conversions, depending on conversion vertex, SM covered by TRD More... | |
TH2F * | fhLam0EMCALRegionPerSM [4][3][20] |
! Cluster lambda0 vs Pt, in different EMCal regions More... | |
TH2F * | fhLam1EMCALRegionPerSM [4][3][20] |
! Cluster lambda1 vs Pt, in different EMCal regions More... | |
TH2F * | fhLam1Lam0BinPerSM [2][20] |
! Cluster lambda1, in a l0 bin per SM More... | |
TH2F * | fhTimeLam0BinPerSM [2][20] |
! Cell time, not maximum cluster cell, in a l0 bin per SM More... | |
TH2F * | fhTimeLam0BinPerSMWeighted [2][20] |
! Cell time, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E More... | |
TH2F * | fhDTimeLam0BinPerSM [2][20] |
! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM More... | |
TH2F * | fhDTimeLam0BinPerSMWeighted [2][20] |
! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E More... | |
TH2F * | fhCellClusterEFracLam0BinPerSM [2][20] |
! Cell E / Cluster E vs cluster pT, not maximum cluster cell, in a l0 bin per SM More... | |
TH2F * | fhCellClusterELam0BinPerSM [2][20] |
! Cell E vs cluster pT, not maximum cluster cell, in a l0 bin per SM More... | |
TH2F * | fhCellClusterELam0BinPerSMWeighted [2][20] |
! Cell E vs cluster pT, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E More... | |
TH2F * | fhEtaPhiLam0BinPtBin [2][7] |
! Cluster eta/phi in a l0 bin, different Pt bins More... | |
TH2F * | fhColRowLam0BinPtBin [2][7] |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins More... | |
TH2F * | fhColRowLam0BinPtBinWeighted [2][7] |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins and log weight Cell E / Cluster E More... | |
TH2F * | fhCellClusterIndexEAndTime [2][7] |
! Cell in Cluster index (low index high energy, high index low energy) vs cell Time More... | |
TH2F * | fhCellClusterEAndTime [2][7] |
! Cell in Cluster E cell vs cell Time, in a l0 bin, different Pt bins More... | |
TH2F * | fhCellClusterEFracAndTime [2][7] |
! Cell in Cluster E cell/ E cluster vs cell Time, in a l0 bin, different Pt bins More... | |
TH2F * | fhEtaPhiLargeTimeInClusterCell [2][7] |
! Cluster eta/phi, with at least one significant cell with large time More... | |
TH2F * | fhColRowLam0BinPtBinLargeTime [2][7] |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins, cell with large time More... | |
TH2F * | fhCellClusterEFracLam0BinPerSMLargeTime [2][20] |
! Cell in Cluster E cell / Ecluster vs cluster pT, with large time More... | |
TH2F * | fhCellClusterEFracLam0BinPerSMLargeTimeTotal [2][20] |
! Sum of all Cell in Cluster , with large time E cell / Ecluster vs cluster pT More... | |
TH2F * | fhCellClusterELam0BinPerSMLargeTime [2][20] |
! Cell in Cluster E cell vs cluster pT, with large time More... | |
TH2F * | fhCellClusterIndexELam0BinPerSMLargeTime [2][20] |
! Cell in Cluster index (low index high energy, high index low energy) vs cluster pT, with large time More... | |
TH2F * | fhNCellsWithLargeTimeInCluster [2][20] |
! Number of cells in cluster with large time More... | |
TH2F * | fhLam0PerSM [20] |
! Cluster lambda0 vs Pt, in different SM More... | |
TH2F * | fhLam1PerSM [20] |
! Cluster lambda0 vs Pt, in different SM More... | |
TH2F * | fhLam0PerSMLargeTimeInClusterCell [20] |
! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, in different SM More... | |
TH2F * | fhLam1PerSMLargeTimeInClusterCell [20] |
! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, in different SM More... | |
TH2F * | fhLam0PerNLargeTimeInClusterCell [5] |
! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells More... | |
TH2F * | fhLam1PerNLargeTimeInClusterCell [5] |
! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells More... | |
TH2F * | fhEBinClusterEtaPhi [14] |
! Eta-Phi location of cluster in different energy bins. More... | |
TH2F * | fhEBinClusterColRow [14] |
! Column and row location of cluster max E cell in different energy bins. More... | |
TH2F * | fhEBinClusterEtaPhiPID [14] |
! Eta-Phi location of cluster in different energy bins, after PID cut More... | |
TH2F * | fhEBinClusterColRowPID [14] |
! Column and row location of cluster max E cell in different energy bins, after PID cut More... | |
Filter EMCal/PHOS clusters for photon analysis.
Class for the photon identification. Clusters from calorimeters are identified/selected as photons (candidates) and kept in AOD format (AliAODPWG4Particle). Few histograms produced. Produces input for other analysis classes like AliAnaPi0, AliAnaParticleHadronCorrelation ...
More information can be found in this twiki and particularly in this section.
Definition at line 32 of file AliAnaPhoton.h.
For MC histograms in arrays, index in the array corresponds to a MC generated primary particle type.
Enumerator | |
---|---|
kmcPPhoton | |
kmcPPi0Decay | |
kmcPEtaDecay | |
kmcPOtherDecay | |
kmcPPrompt | |
kmcPFragmentation | |
kmcPISR |
Definition at line 140 of file AliAnaPhoton.h.
For MC histograms with shower shape in arrays, index in the array corresponds to a MC originating particle type.
Enumerator | |
---|---|
kmcssPhoton | |
kmcssOther | |
kmcssPi0 | |
kmcssEta | |
kmcssConversion | |
kmcssElectron |
Definition at line 147 of file AliAnaPhoton.h.
For MC histograms in arrays, index in the array corresponds to a MC originating particle type.
Definition at line 129 of file AliAnaPhoton.h.
AliAnaPhoton::AliAnaPhoton | ( | ) |
Default constructor. Initialize parameters with default values.
Definition at line 48 of file AliAnaPhoton.cxx.
|
inlinevirtual |
Virtual destructor, not implemented.
Definition at line 39 of file AliAnaPhoton.h.
|
private |
Copy constructor not implemented.
Select calorimeter clusters if they pass different cuts:
Fill for each of the cuts a 1 dimensional histogram with either the energy or the transverse momentum of the cluster. Also track-matching control histograms can be filled with residuals of the matching.
calo | cluster pointer. |
nMaxima | number of local maxima. |
Definition at line 330 of file AliAnaPhoton.cxx.
Referenced by MakeAnalysisFillAOD().
void AliAnaPhoton::FillAcceptanceHistograms | ( | ) |
Fill primary generated MC particles acceptance histograms if MC data is available. Pure generated kinematics analysis. Fill histograms for different photon particle types, index defined in enum mcPTypes.
Definition at line 453 of file AliAnaPhoton.cxx.
Referenced by MakeAnalysisFillHistograms().
|
inline |
Definition at line 123 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 125 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
void AliAnaPhoton::FillPileUpHistograms | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells, | ||
Int_t | absIdMax | ||
) |
Fill some histograms to understand effect of pile-up.
Definition at line 682 of file AliAnaPhoton.cxx.
Referenced by MakeAnalysisFillAOD().
void AliAnaPhoton::FillShowerShapeHistograms | ( | AliVCluster * | cluster, |
Int_t | mcTag, | ||
Int_t | nlm, | ||
Float_t | maxCellEFraction, | ||
Int_t & | largeTimeInside | ||
) |
Fill cluster Shower Shape histograms.
Definition at line 785 of file AliAnaPhoton.cxx.
Referenced by MakeAnalysisFillAOD().
void AliAnaPhoton::FillTrackMatchingResidualHistograms | ( | AliVCluster * | cluster, |
Int_t | cut | ||
) |
If selected, fill histograms with residuals of matched clusters, help to define track matching cut. Residual filled for different cuts:
cluster | pointer to cluster info. |
cut | 0, No cut, 1, after cluster selection cuts. |
Definition at line 1335 of file AliAnaPhoton.cxx.
Referenced by ClusterSelected(), and MakeAnalysisFillAOD().
|
virtual |
Save parameters used for analysis in a string.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1472 of file AliAnaPhoton.cxx.
|
virtual |
Create histograms to be saved in output file and store them in outputContainer.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 1507 of file AliAnaPhoton.cxx.
|
inline |
Definition at line 106 of file AliAnaPhoton.h.
|
inline |
Definition at line 111 of file AliAnaPhoton.h.
|
inline |
Definition at line 110 of file AliAnaPhoton.h.
|
inline |
Definition at line 103 of file AliAnaPhoton.h.
|
inline |
Definition at line 102 of file AliAnaPhoton.h.
|
virtual |
Init. Do some checks, abort if the cluster is not the expected PHOS or EMCal.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3117 of file AliAnaPhoton.cxx.
|
virtual |
Initialize the parameters of the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3131 of file AliAnaPhoton.cxx.
Referenced by AliAnaPhoton().
|
inline |
Definition at line 113 of file AliAnaPhoton.h.
|
virtual |
Do photon analysis and fill output particle aods with the selected clusters. Clusters are selected in method ClustersSelected, and besides there is a shower shape selection done after.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3159 of file AliAnaPhoton.cxx.
|
virtual |
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3445 of file AliAnaPhoton.cxx.
|
private |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented from AliAnaCaloTrackCorrBaseClass.
Definition at line 3748 of file AliAnaPhoton.cxx.
Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().
|
inline |
Definition at line 91 of file AliAnaPhoton.h.
Definition at line 121 of file AliAnaPhoton.h.
Definition at line 97 of file AliAnaPhoton.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().
|
inline |
Definition at line 105 of file AliAnaPhoton.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().
|
inline |
Definition at line 120 of file AliAnaPhoton.h.
Definition at line 108 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
Definition at line 100 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 118 of file AliAnaPhoton.h.
|
inline |
Definition at line 79 of file AliAnaPhoton.h.
|
inline |
Definition at line 76 of file AliAnaPhoton.h.
|
inline |
Definition at line 70 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 73 of file AliAnaPhoton.h.
|
inline |
Definition at line 82 of file AliAnaPhoton.h.
|
inline |
Definition at line 87 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 115 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 117 of file AliAnaPhoton.h.
|
inline |
Definition at line 78 of file AliAnaPhoton.h.
|
inline |
Definition at line 75 of file AliAnaPhoton.h.
|
inline |
Definition at line 69 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 72 of file AliAnaPhoton.h.
|
inline |
Definition at line 81 of file AliAnaPhoton.h.
|
inline |
Definition at line 86 of file AliAnaPhoton.h.
Referenced by ConfigurePhotonAnalysis().
|
inline |
Definition at line 114 of file AliAnaPhoton.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().
|
private |
Apply a 600 ns time shift in case of simulation, shift in ns.
Definition at line 188 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), FillPileUpHistograms(), FillShowerShapeHistograms(), MakeAnalysisFillAOD(), and SetConstantTimeShift().
|
private |
Energy bins cut.
Definition at line 191 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillAOD(), and SetEBinCutsAt().
|
private |
Fill histograms depending on the conversion vertex.
Definition at line 175 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillConversionVertexHistograms(), and SwitchOnFillConversionVertexHistograms().
|
private |
Fill histograms with cluster eta-phi distribution and column-row cell, for different energy bins.
Definition at line 190 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), MakeAnalysisFillAOD(), SwitchOffAcceptanceHistoPerEBin(), and SwitchOnAcceptanceHistoPerEBin().
|
private |
Fill shower shape histograms in EMCal slices.
Definition at line 173 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), SwitchOffFillEMCALRegionSSHistograms(), and SwitchOnFillEMCALRegionSSHistograms().
|
private |
Fill selected cluster histograms, selected SS histograms.
Definition at line 177 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), SwitchOffOnlySimpleHistoFill(), and SwitchOnOnlySimpleSSHistoFill().
|
private |
Fill shower shape histograms.
Definition at line 171 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillShowerShapeHistograms(), and SwitchOnFillShowerShapeHistograms().
|
private |
Fill shower shape histograms for different NLM.
Definition at line 179 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), SwitchOffFillShowerShapeHistogramsPerNLM(), and SwitchOnFillShowerShapeHistogramsPerNLM().
|
private |
Fill track matching plots.
Definition at line 161 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), GetCreateOutputObjects(), MakeAnalysisFillAOD(), SwitchOffTMHistoFill(), and SwitchOnTMHistoFill().
|
static |
Total number of MC primary histograms.
Definition at line 144 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), and FillNPrimaryHistograms().
|
static |
Total number of cluster MC origin histograms.
Definition at line 137 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), and FillNOriginHistograms().
|
static |
Total number of MC histograms for shower shape studies.
Definition at line 151 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton().
|
private |
! Cell in Cluster E cell vs cell Time, in a l0 bin, different Pt bins
Definition at line 427 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell in Cluster E cell/ E cluster vs cell Time, in a l0 bin, different Pt bins
Definition at line 428 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell E / Cluster E vs cluster pT, not maximum cluster cell, in a l0 bin per SM
Definition at line 417 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell in Cluster E cell / Ecluster vs cluster pT, with large time
Definition at line 441 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Sum of all Cell in Cluster , with large time E cell / Ecluster vs cluster pT
Definition at line 442 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell E vs cluster pT, not maximum cluster cell, in a l0 bin per SM
Definition at line 419 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell in Cluster E cell vs cluster pT, with large time
Definition at line 443 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell E vs cluster pT, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E
Definition at line 420 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell in Cluster index (low index high energy, high index low energy) vs cell Time
Definition at line 426 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell in Cluster index (low index high energy, high index low energy) vs cluster pT, with large time
Definition at line 444 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! energy of cells in cluster vs E of cluster
Definition at line 202 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! control histogram on the different photon selection cuts, E
Definition at line 199 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), ClusterSelected(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! control histogram on the different photon selection cuts, pT
Definition at line 200 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), ClusterSelected(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! E vs Time difference inside cluster for selected photons
Definition at line 376 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins
Definition at line 424 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins, cell with large time
Definition at line 440 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins and log weight Cell E / Cluster E
Definition at line 425 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Matched track dEdx vs cluster E, after and before photon cuts
Definition at line 369 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster dispersion vs E
Definition at line 220 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta direction vs phi direction for 5 E bins [0-2],[2-4],[4-6],[6-10],[> 10]
Definition at line 274 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta direction
Definition at line 265 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion eta - phi
Definition at line 270 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster dispersion vs E, cut on Track Matching residual
Definition at line 237 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster dispersion vs E, SM covered by TRD, cut on Track Matching residual
Definition at line 242 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster dispersion vs E, SM covered by TRD
Definition at line 232 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster disp vs lambda1, E>2
Definition at line 263 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster disp vs lambda1, E<2
Definition at line 262 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in phi direction
Definition at line 266 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster dispersion vs pT
Definition at line 221 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! difference of 2 eta dispersions
Definition at line 272 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! difference of 2 phi dispersions
Definition at line 273 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM
Definition at line 415 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E
Definition at line 416 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Column and row location of cluster max E cell in different energy bins.
Definition at line 457 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Column and row location of cluster max E cell in different energy bins, after PID cut
Definition at line 459 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Eta-Phi location of cluster in different energy bins.
Definition at line 456 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Eta-Phi location of cluster in different energy bins, after PID cut
Definition at line 458 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Cluster E distribution per SM, before any selection, after reader
Definition at line 389 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), and GetCreateOutputObjects().
|
private |
! Fraction of photon energy of embedded signal vs cluster energy
Definition at line 332 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with less than 10% of the cluster energy
Definition at line 337 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with more than 90% of the cluster energy
Definition at line 334 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with 50%<fraction<10%
Definition at line 336 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with 90%<fraction<50%
Definition at line 335 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with less than 10% of the cluster energy
Definition at line 342 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with more than 90% of the cluster energy
Definition at line 339 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with 50%<fraction<10%
Definition at line 341 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs E for embedded photons with 90%<fraction<50%
Definition at line 340 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts
Definition at line 370 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts, behind TRD
Definition at line 371 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Number of identified photon vs energy
Definition at line 207 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! photon-like cluster E distribution per SM
Definition at line 390 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Number of generated photon vs energy
Definition at line 290 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs energy, in calorimeter acceptance
Definition at line 296 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster eta vs lambda0, E>2
Definition at line 256 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster eta vs lambda0, E<2
Definition at line 254 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Pseudorapidity vs Phi of clusters for E > 0.5
Definition at line 205 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), and GetCreateOutputObjects().
|
private |
! Pseudorapidity vs Phi of identified photon for E < 0.5
Definition at line 212 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster eta/phi in a l0 bin, different Pt bins
Definition at line 423 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster eta/phi, with at least one significant cell with large time
Definition at line 439 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Pseudorapidity vs Phi of identified photon for E > 0.5
Definition at line 211 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Pseudorapidity of identified photon vs transerse momentum
Definition at line 210 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Eta of generated photon
Definition at line 294 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Phi of generted photon, in calorimeter acceptance
Definition at line 299 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs dispersion, E>2
Definition at line 259 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs dispersion, E<2
Definition at line 258 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E
Definition at line 222 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs Pt, in different EMCal regions
Definition at line 406 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E, cut on Track Matching residual
Definition at line 238 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E, SM covered by TRD, cut on Track Matching residual
Definition at line 243 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs E, SM covered by TRD
Definition at line 233 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells
Definition at line 451 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs Pt, in different SM
Definition at line 447 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, in different SM
Definition at line 449 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT
Definition at line 223 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, for clusters with NLM=1
Definition at line 227 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, for clusters with NLM=2
Definition at line 228 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, cut on Track Matching residual
Definition at line 239 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, SM covered by TRD, cut on Track Matching residual
Definition at line 244 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, SM covered by TRD
Definition at line 234 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs E
Definition at line 224 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs Pt, in different EMCal regions
Definition at line 407 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs E, cut on Track Matching residual
Definition at line 240 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs E, SM covered by TRD, cut on Track Matching residual
Definition at line 245 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs E, SM covered by TRD
Definition at line 235 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1, in a l0 bin per SM
Definition at line 412 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs lambda0, E>2
Definition at line 261 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs lambda0, E<2
Definition at line 260 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells
Definition at line 452 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs Pt, in different SM
Definition at line 448 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, in different SM
Definition at line 450 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda1 vs pT
Definition at line 225 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, for clusters with NLM=1
Definition at line 229 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster lambda0 vs pT, for clusters with NLM=2
Definition at line 230 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower shape correlation l0 vs disp eta
Definition at line 275 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower shape correlation l0 vs disp phi
Definition at line 276 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Fraction of energy carried by cell with maximum energy
Definition at line 203 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! E distribution, Reco vs MC coming from MC particle
Definition at line 282 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT distribution, Reco vs MC coming from MC particle
Definition at line 283 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape M02 of photon conversions, depending on conversion vertex.
Definition at line 396 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape M02 of photon conversions, depending on conversion vertex, SM covered by TRD
Definition at line 397 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape M20 of photon conversions, depending on conversion vertex.
Definition at line 398 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Shower shape M20 of photon conversions, depending on conversion vertex, SM covered by TRD
Definition at line 399 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Conversion distance for photon clusters that have at least a contributor from the conversion.
Definition at line 394 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Conversion distance for photon clusters that have at least a contributor from the conversion, SM covered by TRD.
Definition at line 395 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! MC-Reco E distribution coming from MC particle
Definition at line 280 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! MC-Reco pT distribution coming from MC particle
Definition at line 281 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! shower dispersion in eta direction vs phi direction for 5 E bins [0-2],[2-4],[4-6],[6-10],[> 10]
Definition at line 327 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Number of identified photon vs cluster energy coming from MC particle
Definition at line 285 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! E vs Dispersion from MC particle
Definition at line 307 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta direction
Definition at line 322 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta -phi direction
Definition at line 325 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in phi direction
Definition at line 323 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Lambda0 from MC particle
Definition at line 304 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Lambda1 from MC particle
Definition at line 306 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower sphericity, eta vs phi
Definition at line 326 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta vs phi direction
Definition at line 324 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! eta of identified photon coming from MC particle
Definition at line 288 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! shower shape correlation l0 vs disp eta
Definition at line 328 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower shape correlation l0 vs disp phi
Definition at line 329 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs fraction of energy of max cell for E < 2 GeV
Definition at line 313 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs fraction of energy of max cell for 2< E < 6 GeV
Definition at line 314 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Lambda0 vs fraction of energy of max cell for E > 6 GeV
Definition at line 315 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Fraction of energy carried by cell with maximum energy
Definition at line 320 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! NCells per cluster vs energy
Definition at line 319 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! NCells vs fraction of energy of max cell for E < 2
Definition at line 316 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! NCells vs fraction of energy of max cell for 2 < E < 6 GeV
Definition at line 317 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! NCells vs fraction of energy of max cell for E > 6
Definition at line 318 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Phi of identified photon coming from MC particle
Definition at line 287 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! E vs Lambda0 from MC photons, no overlap
Definition at line 309 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Lambda0 from MC photons, N particles overlap
Definition at line 311 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! E vs Lambda0 from MC photons, 2 particles overlap
Definition at line 310 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Number of identified photon vs cluster pT coming from MC particle
Definition at line 286 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! pT vs Lambda0 from MC particle
Definition at line 305 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs dispersion, E>2
Definition at line 252 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs dispersion
Definition at line 249 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs E
Definition at line 201 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! number of cells in cluster vs lambda0, E>2
Definition at line 250 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs lambda0
Definition at line 247 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs lambda1, E>2
Definition at line 251 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of cells in cluster vs lambda1
Definition at line 248 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Number of cells in cluster with large time
Definition at line 445 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! number of maxima in selected clusters
Definition at line 218 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Cluster phi vs lambda0, E>2
Definition at line 257 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cluster phi vs lambda0, E<2
Definition at line 255 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Azimuthal angle of identified photon vs transerse momentum
Definition at line 209 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Phi of generted photon
Definition at line 292 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Phi of generted photon, in calorimeter acceptance
Definition at line 298 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! centrality vs photon pT
Definition at line 214 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Cluster E distribution per SM, before any selection, after reader
Definition at line 391 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), and GetCreateOutputObjects().
|
private |
! event plane vs photon pT
Definition at line 215 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! Number of identified photon vs transerse momentum
Definition at line 208 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().
|
private |
! photon pt vs number of spd pile-up vertices
Definition at line 382 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon pt vs number of spd pile-up vertices, time cut +-25 ns
Definition at line 384 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon pt vs number of spd pile-up vertices, time cut +-75 ns
Definition at line 386 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon pt vs number of track pile-up vertices
Definition at line 383 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon pt vs number of track pile-up vertices, time cut +- 25 ns
Definition at line 385 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon pt vs number of track pile-up vertices, time cut +- 75 ns
Definition at line 387 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! pT distribution of selected photons
Definition at line 375 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! photon-like cluster E distribution per SM
Definition at line 392 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Number of generated photon vs pT
Definition at line 291 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Number of generated photon vs pT, in calorimeter acceptance
Definition at line 297 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! shower sphericity in eta vs phi
Definition at line 271 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta direction
Definition at line 267 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in eta and phi direction
Definition at line 269 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! shower dispersion in phi direction
Definition at line 268 of file AliAnaPhoton.h.
Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell time, not maximum cluster cell, in a l0 bin per SM
Definition at line 413 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Cell time, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E
Definition at line 414 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs n pile-up vertices from SPD
Definition at line 379 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of cluster vs n pile-up vertices from Tracks
Definition at line 380 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of photon cluster vs pt
Definition at line 204 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().
|
private |
! Time of photon cluster vs Pt, no cut
Definition at line 377 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Time of photon cluster vs Pt, IsSPDPileUp
Definition at line 378 of file AliAnaPhoton.h.
Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 346 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before
Definition at line 348 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before photon cuts
Definition at line 356 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before
Definition at line 352 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts
Definition at line 365 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts
Definition at line 363 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts
Definition at line 361 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 354 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 350 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Eta distance between track and cluster vs cluster E, after and before photon cuts, behind TRD
Definition at line 358 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 347 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts
Definition at line 366 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts
Definition at line 364 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts
Definition at line 362 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 355 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts
Definition at line 351 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Phi distance between track and cluster vs cluster E, after and before photon cuts, behind TRD
Definition at line 359 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Trace origin of matched particle
Definition at line 368 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().
|
private |
! Rapidity of generated photon
Definition at line 293 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
! Rapidity of generated photon, in calorimeter acceptance
Definition at line 300 of file AliAnaPhoton.h.
Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().
|
private |
Minimal distance to bad channel to accept cluster.
Definition at line 155 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), GetAnalysisCuts(), InitParameters(), Print(), and SetMinDistanceToBadChannel().
|
private |
Cuts on Minimal distance to study acceptance evaluation.
Definition at line 156 of file AliAnaPhoton.h.
Referenced by GetAnalysisCuts(), InitParameters(), MakeAnalysisFillAOD(), Print(), and SetMinDistanceToBadChannel().
|
private |
One more cut on distance used for acceptance-efficiency study.
Definition at line 157 of file AliAnaPhoton.h.
Referenced by GetAnalysisCuts(), InitParameters(), MakeAnalysisFillAOD(), Print(), and SetMinDistanceToBadChannel().
|
private |
! Cluster momentum, temporary container
Definition at line 184 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), FillAcceptanceHistograms(), FillPileUpHistograms(), FillShowerShapeHistograms(), and MakeAnalysisFillAOD().
|
private |
Accept for the analysis clusters with more than fNCellsCut cells.
Definition at line 166 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), GetNCellCut(), InitParameters(), Print(), and SetNCellCut().
|
private |
Number of energy bin cuts.
Definition at line 192 of file AliAnaPhoton.h.
Referenced by GetCreateOutputObjects(), InitParameters(), MakeAnalysisFillAOD(), and SetNEBinCuts().
|
private |
Remove clusters/cells with number of local maxima larger than this value.
Definition at line 169 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), GetNLMCutMax(), and SetNLMCut().
|
private |
Remove clusters/cells with number of local maxima smaller than this value.
Definition at line 168 of file AliAnaPhoton.h.
Referenced by GetNLMCutMin(), and SetNLMCut().
|
private |
Fill only NOriginHistograms of the 14 defined types.
Definition at line 181 of file AliAnaPhoton.h.
Referenced by FillNOriginHistograms(), and GetCreateOutputObjects().
|
private |
Fill only NPrimaryHistograms of the 7 defined types.
Definition at line 182 of file AliAnaPhoton.h.
Referenced by FillAcceptanceHistograms(), FillNPrimaryHistograms(), and GetCreateOutputObjects().
|
private |
! Primary MC momentum, temporary container
Definition at line 185 of file AliAnaPhoton.h.
Referenced by MakeAnalysisFillHistograms().
|
private |
! Primary MC production vertex, temporary container
Definition at line 186 of file AliAnaPhoton.h.
Referenced by MakeAnalysisFillHistograms().
|
private |
If PID on, reject clusters which have an associated TPC track.
Definition at line 159 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), FillShowerShapeHistograms(), GetAnalysisCuts(), GetCreateOutputObjects(), InitParameters(), IsTrackMatchRejectionOn(), Print(), SwitchOffTrackMatchRejection(), and SwitchOnTrackMatchRejection().
|
private |
Remove clusters/cells with time larger than this value, in ns.
Definition at line 164 of file AliAnaPhoton.h.
Referenced by ClusterSelected(), GetTimeCutMax(), InitParameters(), Print(), and SetTimeCut().
|
private |
Remove clusters/cells with time smaller than this value, in ns.
Definition at line 163 of file AliAnaPhoton.h.
Referenced by GetTimeCutMin(), InitParameters(), Print(), and SetTimeCut().