AliPhysics  8417398 (8417398)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnaPhoton Class Reference

Filter EMCal/PHOS clusters for photon analysis. More...

#include <AliAnaPhoton.h>

Inheritance diagram for AliAnaPhoton:

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...
 
- Public Types inherited from AliAnaCaloTrackCorrBaseClass
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, Float_t maxCellEFraction, Int_t &largeTimeInside)
 Fill cluster Shower Shape histograms. More...
 
void SwitchOnFillShowerShapeHistograms ()
 
void SwitchOffFillShowerShapeHistograms ()
 
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 FillNOriginHistograms (Int_t n)
 
void FillNPrimaryHistograms (Int_t n)
 
- Public Member Functions inherited from AliAnaCaloTrackCorrBaseClass
 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 AliCaloPIDGetCaloPID ()
 
virtual AliCalorimeterUtilsGetCaloUtils () const
 
virtual AliFiducialCutGetFiducialCut ()
 
virtual AliHistogramRangesGetHistogramRanges ()
 
virtual AliIsolationCutGetIsolationCut ()
 
virtual AliMCAnalysisUtilsGetMCAnalysisUtils ()
 
virtual AliNeutralMesonSelectionGetNeutralMesonSelection ()
 
virtual AliCaloTrackReaderGetReader () 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...
 
AliAnaPhotonoperator= (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...
 
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...
 
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 * fhLam0E
 ! Cluster lambda0 vs E More...
 
TH2F * fhLam0Pt
 ! Cluster lambda0 vs pT More...
 
TH2F * fhLam1E
 ! Cluster lambda1 vs E 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...
 

Detailed Description

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.

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-IN2P3-CNRS

Definition at line 32 of file AliAnaPhoton.h.

Member Enumeration Documentation

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 131 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 138 of file AliAnaPhoton.h.

For MC histograms in arrays, index in the array corresponds to a MC originating particle type.

Enumerator
kmcPhoton 
kmcPi0Decay 
kmcEtaDecay 
kmcOtherDecay 
kmcPi0 
kmcEta 
kmcElectron 
kmcConversion 
kmcOther 
kmcAntiNeutron 
kmcAntiProton 
kmcNeutron 
kmcProton 
kmcChPion 
kmcPrompt 
kmcFragmentation 
kmcISR 
kmcString 

Definition at line 120 of file AliAnaPhoton.h.

Constructor & Destructor Documentation

AliAnaPhoton::AliAnaPhoton ( )

Default constructor. Initialize parameters with default values.

Definition at line 48 of file AliAnaPhoton.cxx.

virtual AliAnaPhoton::~AliAnaPhoton ( )
inlinevirtual

Virtual destructor, not implemented.

Definition at line 39 of file AliAnaPhoton.h.

AliAnaPhoton::AliAnaPhoton ( const AliAnaPhoton g)
private

Copy constructor not implemented.

Member Function Documentation

Bool_t AliAnaPhoton::ClusterSelected ( AliVCluster *  calo,
Int_t  nMaxima 
)

Select calorimeter clusters if they pass different cuts:

  • Energy (if stricter cut than in AliCaloTrackReader)
  • Time (but usually it is already done in AliCaloTrackReader)
  • Number of cells in cluster
  • Number of local maxima in cluster
  • Fiducial cut, eta-phi acceptance cut via AliFiducialCut
  • Charged clusters are rejected (if requested)
  • Reject clusters close to a bad channel

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.

Returns
kTRUE of cluster is accepted
Parameters
calocluster pointer.
nMaximanumber of local maxima.

Definition at line 316 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 439 of file AliAnaPhoton.cxx.

Referenced by MakeAnalysisFillHistograms().

void AliAnaPhoton::FillNOriginHistograms ( Int_t  n)
inline

Definition at line 114 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::FillNPrimaryHistograms ( Int_t  n)
inline

Definition at line 116 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 668 of file AliAnaPhoton.cxx.

Referenced by MakeAnalysisFillAOD().

void AliAnaPhoton::FillShowerShapeHistograms ( AliVCluster *  cluster,
Int_t  mcTag,
Float_t  maxCellEFraction,
Int_t &  largeTimeInside 
)

Fill cluster Shower Shape histograms.

Definition at line 771 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:

Parameters
clusterpointer to cluster info.
cut0, No cut, 1, after cluster selection cuts.

Definition at line 1305 of file AliAnaPhoton.cxx.

Referenced by ClusterSelected(), and MakeAnalysisFillAOD().

TObjString * AliAnaPhoton::GetAnalysisCuts ( )
virtual

Save parameters used for analysis in a string.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 1442 of file AliAnaPhoton.cxx.

TList * AliAnaPhoton::GetCreateOutputObjects ( )
virtual

Create histograms to be saved in output file and store them in outputContainer.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 1477 of file AliAnaPhoton.cxx.

Double_t AliAnaPhoton::GetNCellCut ( ) const
inline

Definition at line 103 of file AliAnaPhoton.h.

Int_t AliAnaPhoton::GetNLMCutMax ( ) const
inline

Definition at line 108 of file AliAnaPhoton.h.

Int_t AliAnaPhoton::GetNLMCutMin ( ) const
inline

Definition at line 107 of file AliAnaPhoton.h.

Double_t AliAnaPhoton::GetTimeCutMax ( ) const
inline

Definition at line 100 of file AliAnaPhoton.h.

Double_t AliAnaPhoton::GetTimeCutMin ( ) const
inline

Definition at line 99 of file AliAnaPhoton.h.

void AliAnaPhoton::Init ( )
virtual

Init. Do some checks, abort if the cluster is not the expected PHOS or EMCal.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 3015 of file AliAnaPhoton.cxx.

void AliAnaPhoton::InitParameters ( )
virtual

Initialize the parameters of the analysis.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 3029 of file AliAnaPhoton.cxx.

Referenced by AliAnaPhoton().

Bool_t AliAnaPhoton::IsTrackMatchRejectionOn ( ) const
inline

Definition at line 110 of file AliAnaPhoton.h.

void AliAnaPhoton::MakeAnalysisFillAOD ( )
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 3049 of file AliAnaPhoton.cxx.

void AliAnaPhoton::MakeAnalysisFillHistograms ( )
virtual

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 3302 of file AliAnaPhoton.cxx.

AliAnaPhoton& AliAnaPhoton::operator= ( const AliAnaPhoton g)
private

Assignment operator not implemented.

void AliAnaPhoton::Print ( const Option_t *  opt) const
virtual

Print some relevant parameters set for the analysis.

Reimplemented from AliAnaCaloTrackCorrBaseClass.

Definition at line 3605 of file AliAnaPhoton.cxx.

Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().

void AliAnaPhoton::SetConstantTimeShift ( Float_t  shift)
inline

Definition at line 88 of file AliAnaPhoton.h.

void AliAnaPhoton::SetMinDistanceToBadChannel ( Float_t  m1,
Float_t  m2,
Float_t  m3 
)
inline

Definition at line 94 of file AliAnaPhoton.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().

void AliAnaPhoton::SetNCellCut ( Int_t  n)
inline

Definition at line 102 of file AliAnaPhoton.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().

void AliAnaPhoton::SetNLMCut ( Int_t  min,
Int_t  max 
)
inline

Definition at line 105 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SetTimeCut ( Double_t  min,
Double_t  max 
)
inline

Definition at line 97 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOffFillConversionVertexHistograms ( )
inline

Definition at line 76 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOffFillEMCALRegionSSHistograms ( )
inline

Definition at line 73 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOffFillShowerShapeHistograms ( )
inline

Definition at line 70 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOffOnlySimpleHistoFill ( )
inline

Definition at line 79 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOffTMHistoFill ( )
inline

Definition at line 84 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOffTrackMatchRejection ( )
inline

Definition at line 112 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOnFillConversionVertexHistograms ( )
inline

Definition at line 75 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOnFillEMCALRegionSSHistograms ( )
inline

Definition at line 72 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOnFillShowerShapeHistograms ( )
inline

Definition at line 69 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOnOnlySimpleSSHistoFill ( )
inline

Definition at line 78 of file AliAnaPhoton.h.

void AliAnaPhoton::SwitchOnTMHistoFill ( )
inline

Definition at line 83 of file AliAnaPhoton.h.

Referenced by ConfigurePhotonAnalysis().

void AliAnaPhoton::SwitchOnTrackMatchRejection ( )
inline

Definition at line 111 of file AliAnaPhoton.h.

Referenced by AddTaskCaloTrackCorrM(), and ConfigurePhotonAnalysis().

Member Data Documentation

Float_t AliAnaPhoton::fConstantTimeShift
private

Apply a 600 ns time shift in case of simulation, shift in ns.

Definition at line 177 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), FillPileUpHistograms(), FillShowerShapeHistograms(), MakeAnalysisFillAOD(), and SetConstantTimeShift().

Bool_t AliAnaPhoton::fFillConversionVertexHisto
private

Fill histograms depending on the conversion vertex.

Definition at line 166 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), MakeAnalysisFillHistograms(), SwitchOffFillConversionVertexHistograms(), and SwitchOnFillConversionVertexHistograms().

Bool_t AliAnaPhoton::fFillEMCALRegionSSHistograms
private

Fill shower shape histograms in EMCal slices.

Definition at line 164 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), SwitchOffFillEMCALRegionSSHistograms(), and SwitchOnFillEMCALRegionSSHistograms().

Bool_t AliAnaPhoton::fFillOnlySimpleSSHisto
private

Fill selected cluster histograms, selected SS histograms.

Definition at line 168 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), GetCreateOutputObjects(), SwitchOffOnlySimpleHistoFill(), and SwitchOnOnlySimpleSSHistoFill().

Bool_t AliAnaPhoton::fFillSSHistograms
private
Bool_t AliAnaPhoton::fFillTMHisto
private

Fill track matching plots.

Definition at line 152 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), GetCreateOutputObjects(), MakeAnalysisFillAOD(), SwitchOffTMHistoFill(), and SwitchOnTMHistoFill().

const Int_t AliAnaPhoton::fgkNmcPrimTypes = 7
static

Total number of MC primary histograms.

Definition at line 135 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), and FillNPrimaryHistograms().

const Int_t AliAnaPhoton::fgkNmcTypes = 18
static

Total number of cluster MC origin histograms.

Definition at line 128 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), and FillNOriginHistograms().

const Int_t AliAnaPhoton::fgkNssTypes = 6
static

Total number of MC histograms for shower shape studies.

Definition at line 142 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton().

TH2F* AliAnaPhoton::fhCellClusterEAndTime[2][7]
private

! Cell in Cluster E cell vs cell Time, in a l0 bin, different Pt bins

Definition at line 404 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterEFracAndTime[2][7]
private

! Cell in Cluster E cell/ E cluster vs cell Time, in a l0 bin, different Pt bins

Definition at line 405 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterEFracLam0BinPerSM[2][20]
private

! Cell E / Cluster E vs cluster pT, not maximum cluster cell, in a l0 bin per SM

Definition at line 394 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterEFracLam0BinPerSMLargeTime[2][20]
private

! Cell in Cluster E cell / Ecluster vs cluster pT, with large time

Definition at line 418 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterEFracLam0BinPerSMLargeTimeTotal[2][20]
private

! Sum of all Cell in Cluster , with large time E cell / Ecluster vs cluster pT

Definition at line 419 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterELam0BinPerSM[2][20]
private

! Cell E vs cluster pT, not maximum cluster cell, in a l0 bin per SM

Definition at line 396 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterELam0BinPerSMLargeTime[2][20]
private

! Cell in Cluster E cell vs cluster pT, with large time

Definition at line 420 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterELam0BinPerSMWeighted[2][20]
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 397 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterIndexEAndTime[2][7]
private

! Cell in Cluster index (low index high energy, high index low energy) vs cell Time

Definition at line 403 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellClusterIndexELam0BinPerSMLargeTime[2][20]
private

! Cell in Cluster index (low index high energy, high index low energy) vs cluster pT, with large time

Definition at line 421 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhCellsE
private

! energy of cells in cluster vs E of cluster

Definition at line 186 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH1F* AliAnaPhoton::fhClusterCutsE[10]
private

! control histogram on the different photon selection cuts, E

Definition at line 183 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), ClusterSelected(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH1F* AliAnaPhoton::fhClusterCutsPt[10]
private

! control histogram on the different photon selection cuts, pT

Definition at line 184 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), ClusterSelected(), GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH2F* AliAnaPhoton::fhClusterTimeDiffPhotonPileUp[7]
private

! E vs Time difference inside cluster for selected photons

Definition at line 353 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhColRowLam0BinPtBin[2][7]
private

! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins

Definition at line 401 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhColRowLam0BinPtBinLargeTime[2][7]
private

! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins, cell with large time

Definition at line 417 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhColRowLam0BinPtBinWeighted[2][7]
private

! Cell hits, not maximum cluster cell, in a l0 bin, different Pt bins and log weight Cell E / Cluster E

Definition at line 402 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhdEdx[2]
private

! Matched track dEdx vs cluster E, after and before photon cuts

Definition at line 346 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispE
private

! Cluster dispersion vs E

Definition at line 204 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispEtaDispPhi[7]
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 251 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispEtaE
private

! shower dispersion in eta direction

Definition at line 242 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispEtaPhiDiffE
private

! shower dispersion eta - phi

Definition at line 247 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispETM
private

! Cluster dispersion vs E, cut on Track Matching residual

Definition at line 214 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispETMTRD
private

! Cluster dispersion vs E, SM covered by TRD, cut on Track Matching residual

Definition at line 219 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispETRD
private

! Cluster dispersion vs E, SM covered by TRD

Definition at line 209 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispLam1HighE
private

! Cluster disp vs lambda1, E>2

Definition at line 240 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispLam1LowE
private

! Cluster disp vs lambda1, E<2

Definition at line 239 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispPhiE
private

! shower dispersion in phi direction

Definition at line 243 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispSumEtaDiffE
private

! difference of 2 eta dispersions

Definition at line 249 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDispSumPhiDiffE
private

! difference of 2 phi dispersions

Definition at line 250 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDTimeLam0BinPerSM[2][20]
private

! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM

Definition at line 392 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhDTimeLam0BinPerSMWeighted[2][20]
private

! t_max-t_cell, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E

Definition at line 393 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEClusterSM
private

! Cluster E distribution per SM, before any selection, after reader

Definition at line 366 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbeddedSignalFractionEnergy
private

! Fraction of photon energy of embedded signal vs cluster energy

Definition at line 309 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPhotonELambda0FullBkg
private

! Lambda0 vs E for embedded photons with less than 10% of the cluster energy

Definition at line 314 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPhotonELambda0FullSignal
private

! Lambda0 vs E for embedded photons with more than 90% of the cluster energy

Definition at line 311 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPhotonELambda0MostlyBkg
private

! Lambda0 vs E for embedded photons with 50%<fraction<10%

Definition at line 313 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPhotonELambda0MostlySignal
private

! Lambda0 vs E for embedded photons with 90%<fraction<50%

Definition at line 312 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPi0ELambda0FullBkg
private

! Lambda0 vs E for embedded photons with less than 10% of the cluster energy

Definition at line 319 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPi0ELambda0FullSignal
private

! Lambda0 vs E for embedded photons with more than 90% of the cluster energy

Definition at line 316 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPi0ELambda0MostlyBkg
private

! Lambda0 vs E for embedded photons with 50%<fraction<10%

Definition at line 318 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEmbedPi0ELambda0MostlySignal
private

! Lambda0 vs E for embedded photons with 90%<fraction<50%

Definition at line 317 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEOverP[2]
private

! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts

Definition at line 347 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEOverPTRD[2]
private

! Matched track E cluster over P track vs cluster E, after dEdx cut, after and before photon cuts, behind TRD

Definition at line 348 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhEPhoton
private

! Number of identified photon vs energy

Definition at line 191 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhEPhotonSM
private

! photon-like cluster E distribution per SM

Definition at line 367 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH1F* AliAnaPhoton::fhEPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs energy

Definition at line 267 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhEPrimMCAcc[fgkNmcPrimTypes]
private

! Number of generated photon vs energy, in calorimeter acceptance

Definition at line 273 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaLam0HighE
private

! Cluster eta vs lambda0, E>2

Definition at line 233 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaLam0LowE
private

! Cluster eta vs lambda0, E<2

Definition at line 231 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaPhi
private

! Pseudorapidity vs Phi of clusters for E > 0.5

Definition at line 189 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaPhi05Photon
private

! Pseudorapidity vs Phi of identified photon for E < 0.5

Definition at line 196 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhEtaPhiLam0BinPtBin[2][7]
private

! Cluster eta/phi in a l0 bin, different Pt bins

Definition at line 400 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaPhiLargeTimeInClusterCell[2][7]
private

! Cluster eta/phi, with at least one significant cell with large time

Definition at line 416 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaPhiPhoton
private

! Pseudorapidity vs Phi of identified photon for E > 0.5

Definition at line 195 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhEtaPhoton
private

! Pseudorapidity of identified photon vs transerse momentum

Definition at line 194 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhEtaPrimMC[fgkNmcPrimTypes]
private

! Eta of generated photon

Definition at line 271 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhEtaPrimMCAcc[fgkNmcPrimTypes]
private

! Phi of generted photon, in calorimeter acceptance

Definition at line 276 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0DispHighE
private

! Cluster lambda0 vs dispersion, E>2

Definition at line 236 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0DispLowE
private

! Cluster lambda0 vs dispersion, E<2

Definition at line 235 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0E
private

! Cluster lambda0 vs E

Definition at line 205 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0EMCALRegionPerSM[4][3][20]
private

! Cluster lambda0 vs Pt, in different EMCal regions

Definition at line 383 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0ETM
private

! Cluster lambda0 vs E, cut on Track Matching residual

Definition at line 215 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0ETMTRD
private

! Cluster lambda0 vs E, SM covered by TRD, cut on Track Matching residual

Definition at line 220 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0ETRD
private

! Cluster lambda0 vs E, SM covered by TRD

Definition at line 210 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PerNLargeTimeInClusterCell[5]
private

! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells

Definition at line 428 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PerSM[20]
private

! Cluster lambda0 vs Pt, in different SM

Definition at line 424 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PerSMLargeTimeInClusterCell[20]
private

! Cluster lambda0 vs Pt, when any secondary cell has t > 50 ns, in different SM

Definition at line 426 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0Pt
private

! Cluster lambda0 vs pT

Definition at line 206 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PtTM
private

! Cluster lambda0 vs pT, cut on Track Matching residual

Definition at line 216 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PtTMTRD
private

! Cluster lambda0 vs pT, SM covered by TRD, cut on Track Matching residual

Definition at line 221 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam0PtTRD
private

! Cluster lambda0 vs pT, SM covered by TRD

Definition at line 211 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1E
private

! Cluster lambda1 vs E

Definition at line 207 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1EMCALRegionPerSM[4][3][20]
private

! Cluster lambda1 vs Pt, in different EMCal regions

Definition at line 384 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1ETM
private

! Cluster lambda1 vs E, cut on Track Matching residual

Definition at line 217 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1ETMTRD
private

! Cluster lambda1 vs E, SM covered by TRD, cut on Track Matching residual

Definition at line 222 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1ETRD
private

! Cluster lambda1 vs E, SM covered by TRD

Definition at line 212 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1Lam0BinPerSM[2][20]
private

! Cluster lambda1, in a l0 bin per SM

Definition at line 389 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1Lam0HighE
private

! Cluster lambda1 vs lambda0, E>2

Definition at line 238 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1Lam0LowE
private

! Cluster lambda1 vs lambda0, E<2

Definition at line 237 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1PerNLargeTimeInClusterCell[5]
private

! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, per number of large time secondary cells

Definition at line 429 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1PerSM[20]
private

! Cluster lambda0 vs Pt, in different SM

Definition at line 425 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLam1PerSMLargeTimeInClusterCell[20]
private

! Cluster lambda1 vs Pt, when any secondary cell has t > 50 ns, in different SM

Definition at line 427 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLambda0DispEta[7]
private

! shower shape correlation l0 vs disp eta

Definition at line 252 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhLambda0DispPhi[7]
private

! shower shape correlation l0 vs disp phi

Definition at line 253 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMaxCellDiffClusterE
private

! Fraction of energy carried by cell with maximum energy

Definition at line 187 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH2F* AliAnaPhoton::fhMC2E[fgkNmcTypes]
private

! E distribution, Reco vs MC coming from MC particle

Definition at line 259 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMC2Pt[fgkNmcTypes]
private

! pT distribution, Reco vs MC coming from MC particle

Definition at line 260 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionLambda0Rcut[6]
private

! Shower shape M02 of photon conversions, depending on conversion vertex.

Definition at line 373 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionLambda0RcutTRD[6]
private

! Shower shape M02 of photon conversions, depending on conversion vertex, SM covered by TRD

Definition at line 374 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionLambda1Rcut[6]
private

! Shower shape M20 of photon conversions, depending on conversion vertex.

Definition at line 375 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionLambda1RcutTRD[6]
private

! Shower shape M20 of photon conversions, depending on conversion vertex, SM covered by TRD

Definition at line 376 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionVertex
private

! Conversion distance for photon clusters that have at least a contributor from the conversion.

Definition at line 371 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCConversionVertexTRD
private

! Conversion distance for photon clusters that have at least a contributor from the conversion, SM covered by TRD.

Definition at line 372 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCDeltaE[fgkNmcTypes]
private

! MC-Reco E distribution coming from MC particle

Definition at line 257 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCDeltaPt[fgkNmcTypes]
private

! MC-Reco pT distribution coming from MC particle

Definition at line 258 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCDispEtaDispPhi[7][fgkNssTypes]
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 304 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhMCE[fgkNmcTypes]
private

! Number of identified photon vs cluster energy coming from MC particle

Definition at line 262 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCEDispersion[fgkNssTypes]
private

! E vs Dispersion from MC particle

Definition at line 284 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCEDispEta[fgkNssTypes]
private

! shower dispersion in eta direction

Definition at line 299 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCEDispEtaPhiDiff[fgkNssTypes]
private

! shower dispersion in eta -phi direction

Definition at line 302 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCEDispPhi[fgkNssTypes]
private

! shower dispersion in phi direction

Definition at line 300 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCELambda0[fgkNssTypes]
private

! E vs Lambda0 from MC particle

Definition at line 281 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCELambda1[fgkNssTypes]
private

! E vs Lambda1 from MC particle

Definition at line 283 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCESphericity[fgkNssTypes]
private

! shower sphericity, eta vs phi

Definition at line 303 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCESumEtaPhi[fgkNssTypes]
private

! shower dispersion in eta vs phi direction

Definition at line 301 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCEta[fgkNmcTypes]
private

! eta of identified photon coming from MC particle

Definition at line 265 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCLambda0DispEta[7][fgkNssTypes]
private

! shower shape correlation l0 vs disp eta

Definition at line 305 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCLambda0DispPhi[7][fgkNssTypes]
private

! shower shape correlation l0 vs disp phi

Definition at line 306 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCLambda0vsClusterMaxCellDiffE0[fgkNssTypes]
private

! Lambda0 vs fraction of energy of max cell for E < 2 GeV

Definition at line 290 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCLambda0vsClusterMaxCellDiffE2[fgkNssTypes]
private

! Lambda0 vs fraction of energy of max cell for 2< E < 6 GeV

Definition at line 291 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCLambda0vsClusterMaxCellDiffE6[fgkNssTypes]
private

! Lambda0 vs fraction of energy of max cell for E > 6 GeV

Definition at line 292 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCMaxCellDiffClusterE[fgkNssTypes]
private

! Fraction of energy carried by cell with maximum energy

Definition at line 297 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCNCellsE[fgkNssTypes]
private

! NCells per cluster vs energy

Definition at line 296 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCNCellsvsClusterMaxCellDiffE0[fgkNssTypes]
private

! NCells vs fraction of energy of max cell for E < 2

Definition at line 293 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCNCellsvsClusterMaxCellDiffE2[fgkNssTypes]
private

! NCells vs fraction of energy of max cell for 2 < E < 6 GeV

Definition at line 294 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCNCellsvsClusterMaxCellDiffE6[fgkNssTypes]
private

! NCells vs fraction of energy of max cell for E > 6

Definition at line 295 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCPhi[fgkNmcTypes]
private

! Phi of identified photon coming from MC particle

Definition at line 264 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCPhotonELambda0NoOverlap
private

! E vs Lambda0 from MC photons, no overlap

Definition at line 286 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCPhotonELambda0NOverlap
private

! E vs Lambda0 from MC photons, N particles overlap

Definition at line 288 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhMCPhotonELambda0TwoOverlap
private

! E vs Lambda0 from MC photons, 2 particles overlap

Definition at line 287 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhMCPt[fgkNmcTypes]
private

! Number of identified photon vs cluster pT coming from MC particle

Definition at line 263 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhMCPtLambda0[fgkNssTypes]
private

! pT vs Lambda0 from MC particle

Definition at line 282 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsDispHighE
private

! number of cells in cluster vs dispersion, E>2

Definition at line 229 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsDispLowE
private

! number of cells in cluster vs dispersion

Definition at line 226 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsE
private

! number of cells in cluster vs E

Definition at line 185 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH2F* AliAnaPhoton::fhNCellsLam0HighE
private

! number of cells in cluster vs lambda0, E>2

Definition at line 227 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsLam0LowE
private

! number of cells in cluster vs lambda0

Definition at line 224 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsLam1HighE
private

! number of cells in cluster vs lambda1, E>2

Definition at line 228 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsLam1LowE
private

! number of cells in cluster vs lambda1

Definition at line 225 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNCellsWithLargeTimeInCluster[2][20]
private

! Number of cells in cluster with large time

Definition at line 422 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhNLocMax
private

! number of maxima in selected clusters

Definition at line 202 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH2F* AliAnaPhoton::fhPhiLam0HighE
private

! Cluster phi vs lambda0, E>2

Definition at line 234 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPhiLam0LowE
private

! Cluster phi vs lambda0, E<2

Definition at line 232 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPhiPhoton
private

! Azimuthal angle of identified photon vs transerse momentum

Definition at line 193 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhPhiPrimMC[fgkNmcPrimTypes]
private

! Phi of generted photon

Definition at line 269 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPhiPrimMCAcc[fgkNmcPrimTypes]
private

! Phi of generted photon, in calorimeter acceptance

Definition at line 275 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtCentralityPhoton
private

! centrality vs photon pT

Definition at line 198 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhPtClusterSM
private

! Cluster E distribution per SM, before any selection, after reader

Definition at line 368 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtEventPlanePhoton
private

! event plane vs photon pT

Definition at line 199 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH1F* AliAnaPhoton::fhPtPhoton
private

! Number of identified photon vs transerse momentum

Definition at line 192 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillHistograms().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpSPDVtx
private

! photon pt vs number of spd pile-up vertices

Definition at line 359 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpSPDVtxTimeCut
private

! photon pt vs number of spd pile-up vertices, time cut +-25 ns

Definition at line 361 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpSPDVtxTimeCut2
private

! photon pt vs number of spd pile-up vertices, time cut +-75 ns

Definition at line 363 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpTrkVtx
private

! photon pt vs number of track pile-up vertices

Definition at line 360 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpTrkVtxTimeCut
private

! photon pt vs number of track pile-up vertices, time cut +- 25 ns

Definition at line 362 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonNPileUpTrkVtxTimeCut2
private

! photon pt vs number of track pile-up vertices, time cut +- 75 ns

Definition at line 364 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhPtPhotonPileUp[7]
private

! pT distribution of selected photons

Definition at line 352 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhPtPhotonSM
private

! photon-like cluster E distribution per SM

Definition at line 369 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH1F* AliAnaPhoton::fhPtPrimMC[fgkNmcPrimTypes]
private

! Number of generated photon vs pT

Definition at line 268 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH1F* AliAnaPhoton::fhPtPrimMCAcc[fgkNmcPrimTypes]
private

! Number of generated photon vs pT, in calorimeter acceptance

Definition at line 274 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhSphericityE
private

! shower sphericity in eta vs phi

Definition at line 248 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhSumEtaE
private

! shower dispersion in eta direction

Definition at line 244 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhSumEtaPhiE
private

! shower dispersion in eta and phi direction

Definition at line 246 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhSumPhiE
private

! shower dispersion in phi direction

Definition at line 245 of file AliAnaPhoton.h.

Referenced by FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimeLam0BinPerSM[2][20]
private

! Cell time, not maximum cluster cell, in a l0 bin per SM

Definition at line 390 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimeLam0BinPerSMWeighted[2][20]
private

! Cell time, not maximum cluster cell, in a l0 bin per SM, log weight Cell E / Cluster E

Definition at line 391 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillShowerShapeHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimeNPileUpVertSPD
private

! Time of cluster vs n pile-up vertices from SPD

Definition at line 356 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimeNPileUpVertTrack
private

! Time of cluster vs n pile-up vertices from Tracks

Definition at line 357 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimePt
private

! Time of photon cluster vs pt

Definition at line 188 of file AliAnaPhoton.h.

Referenced by GetCreateOutputObjects(), and MakeAnalysisFillAOD().

TH2F* AliAnaPhoton::fhTimePtPhotonNoCut
private

! Time of photon cluster vs Pt, no cut

Definition at line 354 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTimePtPhotonSPD
private

! Time of photon cluster vs Pt, IsSPDPileUp

Definition at line 355 of file AliAnaPhoton.h.

Referenced by FillPileUpHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEta[2]
private

! Eta distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 323 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaDPhi[2]
private

! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before

Definition at line 325 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaDPhiNeg[2]
private

! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before photon cuts

Definition at line 333 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaDPhiPos[2]
private

! Eta vs Phi distance between track and cluster, E cluster > 0.5 GeV, after and before

Definition at line 329 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaMCConversion[2]
private

! Eta distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts

Definition at line 342 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaMCNoOverlap[2]
private

! Eta distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts

Definition at line 340 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaMCOverlap[2]
private

! Eta distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts

Definition at line 338 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaNeg[2]
private

! Eta distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 331 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaPos[2]
private

! Eta distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 327 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDEtaTRD[2]
private

! Eta distance between track and cluster vs cluster E, after and before photon cuts, behind TRD

Definition at line 335 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhi[2]
private

! Phi distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 324 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiMCConversion[2]
private

! Phi distance between track and cluster vs cluster E, originated in conversion, after and before photon cuts

Definition at line 343 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiMCNoOverlap[2]
private

! Phi distance between track and cluster vs cluster E, not other particle overlap, after and before photon cuts

Definition at line 341 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiMCOverlap[2]
private

! Phi distance between track and cluster vs cluster E, several particle overlap, after and before photon cuts

Definition at line 339 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiNeg[2]
private

! Phi distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 332 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiPos[2]
private

! Phi distance between track and cluster vs cluster E, after and before photon cuts

Definition at line 328 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedDPhiTRD[2]
private

! Phi distance between track and cluster vs cluster E, after and before photon cuts, behind TRD

Definition at line 336 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhTrackMatchedMCParticle[2]
private

! Trace origin of matched particle

Definition at line 345 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillTrackMatchingResidualHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhYPrimMC[fgkNmcPrimTypes]
private

! Rapidity of generated photon

Definition at line 270 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

TH2F* AliAnaPhoton::fhYPrimMCAcc[fgkNmcPrimTypes]
private

! Rapidity of generated photon, in calorimeter acceptance

Definition at line 277 of file AliAnaPhoton.h.

Referenced by AliAnaPhoton(), FillAcceptanceHistograms(), and GetCreateOutputObjects().

Float_t AliAnaPhoton::fMinDist
private

Minimal distance to bad channel to accept cluster.

Definition at line 146 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), GetAnalysisCuts(), InitParameters(), Print(), and SetMinDistanceToBadChannel().

Float_t AliAnaPhoton::fMinDist2
private

Cuts on Minimal distance to study acceptance evaluation.

Definition at line 147 of file AliAnaPhoton.h.

Referenced by GetAnalysisCuts(), InitParameters(), MakeAnalysisFillAOD(), Print(), and SetMinDistanceToBadChannel().

Float_t AliAnaPhoton::fMinDist3
private

One more cut on distance used for acceptance-efficiency study.

Definition at line 148 of file AliAnaPhoton.h.

Referenced by GetAnalysisCuts(), InitParameters(), MakeAnalysisFillAOD(), Print(), and SetMinDistanceToBadChannel().

TLorentzVector AliAnaPhoton::fMomentum
private

! Cluster momentum, temporary container

Definition at line 173 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), FillAcceptanceHistograms(), FillPileUpHistograms(), FillShowerShapeHistograms(), and MakeAnalysisFillAOD().

Int_t AliAnaPhoton::fNCellsCut
private

Accept for the analysis clusters with more than fNCellsCut cells.

Definition at line 157 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), GetNCellCut(), InitParameters(), Print(), and SetNCellCut().

Int_t AliAnaPhoton::fNLMCutMax
private

Remove clusters/cells with number of local maxima larger than this value.

Definition at line 160 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), GetNLMCutMax(), and SetNLMCut().

Int_t AliAnaPhoton::fNLMCutMin
private

Remove clusters/cells with number of local maxima smaller than this value.

Definition at line 159 of file AliAnaPhoton.h.

Referenced by GetNLMCutMin(), and SetNLMCut().

Int_t AliAnaPhoton::fNOriginHistograms
private

Fill only NOriginHistograms of the 14 defined types.

Definition at line 170 of file AliAnaPhoton.h.

Referenced by FillNOriginHistograms(), and GetCreateOutputObjects().

Int_t AliAnaPhoton::fNPrimaryHistograms
private

Fill only NPrimaryHistograms of the 7 defined types.

Definition at line 171 of file AliAnaPhoton.h.

Referenced by FillAcceptanceHistograms(), FillNPrimaryHistograms(), and GetCreateOutputObjects().

TLorentzVector AliAnaPhoton::fPrimaryMom
private

! Primary MC momentum, temporary container

Definition at line 174 of file AliAnaPhoton.h.

Referenced by MakeAnalysisFillHistograms().

TVector3 AliAnaPhoton::fProdVertex
private

! Primary MC production vertex, temporary container

Definition at line 175 of file AliAnaPhoton.h.

Referenced by MakeAnalysisFillHistograms().

Bool_t AliAnaPhoton::fRejectTrackMatch
private
Double_t AliAnaPhoton::fTimeCutMax
private

Remove clusters/cells with time larger than this value, in ns.

Definition at line 155 of file AliAnaPhoton.h.

Referenced by ClusterSelected(), GetTimeCutMax(), InitParameters(), Print(), and SetTimeCut().

Double_t AliAnaPhoton::fTimeCutMin
private

Remove clusters/cells with time smaller than this value, in ns.

Definition at line 154 of file AliAnaPhoton.h.

Referenced by GetTimeCutMin(), InitParameters(), Print(), and SetTimeCut().


The documentation for this class was generated from the following files: