AliPhysics  4a7363b (4a7363b)
AliConversionPhotonCuts Class Reference

Class handling all kinds of selection cuts for Gamma Conversion analysis. More...

#include <AliConversionPhotonCuts.h>

Inheritance diagram for AliConversionPhotonCuts:

Public Types

enum  cutIds {
  kv0FinderType, ketaCut, kRCut, kEtaForPhiSector,
  kMinPhiSector, kMaxPhiSector, ksinglePtCut, kclsTPCCut,
  kededxSigmaCut, kpidedxSigmaCut, kpiMomdedxSigmaCut, kpiMaxMomdedxSigmaCut,
  kLowPRejectionSigmaCut, kTOFelectronPID, kITSelectronPID, kTRDelectronPID,
  kQtMaxCut, kchi2GammaCut, kPsiPair, kdoPhotonAsymmetryCut,
  kCosPAngle, kElecShare, kToCloseV0s, kDcaRPrimVtx,
  kDcaZPrimVtx, kInPlaneOutOfPlane, kNCuts
}
 
enum  photonCuts {
  kPhotonIn =0, kOnFly, kNoTracks, kNoV0,
  kTrackCuts, kdEdxCuts, kConvPointFail, kPhotonCuts,
  kEventPlane, kPhotonOut
}
 

Public Member Functions

Bool_t SetCutIds (TString cutString)
 
Bool_t SetCut (cutIds cutID, Int_t cut)
 
More...
 
Bool_t UpdateCutString ()
 
More...
 
Double_t GetCosineOfPointingAngle (const AliConversionPhotonBase *photon, AliVEvent *event) const
 
More...
 
Bool_t InitializeCutsFromCutString (const TString analysisCutSelection)
 
More...
 
void FillElectonLabelArray (AliAODConversionPhoton *photon, Int_t nV0)
 
More...
 
void SetPreSelectionCutFlag (Bool_t preSelFlag)
 
 AliConversionPhotonCuts (const char *name="V0Cuts", const char *title="V0 Cuts")
 
 AliConversionPhotonCuts (const AliConversionPhotonCuts &)
 
AliConversionPhotonCutsoperator= (const AliConversionPhotonCuts &)
 
virtual ~AliConversionPhotonCuts ()
 
Bool_t InitPIDResponse ()
 
void SetPIDResponse (AliPIDResponse *pidResponse)
 
AliPIDResponse * GetPIDResponse ()
 
virtual Bool_t IsSelected (TObject *)
 
virtual Bool_t IsSelected (TList *)
 
TString GetCutNumber ()
 
More...
 
Float_t GetKappaTPC (AliConversionPhotonBase *gamma, AliVEvent *event)
 
More...
 
Bool_t PhotonIsSelected (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t PhotonIsSelectedMC (TParticle *particle, AliMCEvent *mcEvent, Bool_t checkForConvertedGamma=kTRUE)
 
More...
 
Bool_t PhotonIsSelectedAODMC (AliAODMCParticle *particle, TClonesArray *aodmcArray, Bool_t checkForConvertedGamma=kTRUE)
 
More...
 
Bool_t TracksAreSelected (AliVTrack *negTrack, AliVTrack *posTrack)
 
More...
 
void PrintCuts ()
 
More...
 
void PrintCutsWithValues ()
 
void SetLightOutput (Bool_t flag)
 
void InitCutHistograms (TString name="", Bool_t preCut=kTRUE)
 
void SetFillCutHistograms (TString name="", Bool_t preCut=kTRUE)
 
TListGetCutHistograms ()
 
void FillPhotonCutIndex (Int_t photoncut)
 
void FillV0EtaBeforedEdxCuts (Float_t v0Eta)
 
void FillV0EtaAfterdEdxCuts (Float_t v0Eta)
 
void SetV0ReaderName (TString name)
 
void SetProcessAODCheck (Bool_t flag)
 
AliVTrack * GetTrack (AliVEvent *event, Int_t label)
 
More...
 
AliESDtrack * GetESDTrack (AliESDEvent *event, Int_t label)
 
More...
 
Bool_t SpecificTrackCuts (AliAODTrack *negTrack, AliAODTrack *posTrack, Int_t &cutIndex)
 Cut functions. More...
 
Bool_t SpecificTrackCuts (AliESDtrack *negTrack, AliESDtrack *posTrack, Int_t &cutIndex)
 
More...
 
Bool_t AcceptanceCuts (AliConversionPhotonBase *photon)
 
More...
 
Bool_t AcceptanceCut (TParticle *particle, TParticle *ePos, TParticle *eNeg)
 
More...
 
Bool_t PhiSectorCut (AliConversionPhotonBase *photon)
 
Bool_t dEdxCuts (AliVTrack *track, AliConversionPhotonBase *photon)
 
More...
 
Bool_t KappaCuts (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t ArmenterosQtCut (AliConversionPhotonBase *photon)
 
More...
 
Bool_t AsymmetryCut (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t PIDProbabilityCut (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t SelectV0Finder (Bool_t onfly)
 
Bool_t PhotonCuts (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t CorrectedTPCClusterCut (AliConversionPhotonBase *photon, AliVEvent *event)
 
More...
 
Bool_t PsiPairCut (const AliConversionPhotonBase *photon) const
 
More...
 
Bool_t CosinePAngleCut (const AliConversionPhotonBase *photon, AliVEvent *event) const
 
More...
 
Bool_t RejectSharedElectronV0s (AliAODConversionPhoton *photon, Int_t nV0, Int_t nV0s)
 
More...
 
Bool_t RejectToCloseV0s (AliAODConversionPhoton *photon, TList *photons, Int_t nV0)
 
More...
 
UChar_t DeterminePhotonQualityAOD (AliAODConversionPhoton *, AliVEvent *)
 
More...
 
Bool_t InPlaneOutOfPlaneCut (Double_t photonPhi, Double_t eventPlaneAngle=-100, Bool_t fill=kTRUE)
 
More...
 
Int_t GetInPlaneOutOfPlaneCut ()
 
Bool_t SetRCut (Int_t RCut)
 
More...
 
Bool_t SetV0Finder (Int_t v0FinderType)
 
More...
 
Bool_t SetChi2GammaCut (Int_t chi2GammaCut)
 
More...
 
Bool_t SetTPCdEdxCutPionLine (Int_t pidedxSigmaCut)
 
More...
 
Bool_t SetTPCdEdxCutElectronLine (Int_t ededxSigmaCut)
 
More...
 
Bool_t SetSinglePtCut (Int_t singlePtCut)
 
More...
 
Bool_t SetTPCClusterCut (Int_t clsTPCCut)
 
More...
 
Bool_t SetEtaCut (Int_t etaCut)
 
More...
 
Bool_t SetEtaForPhiCut (Int_t etaPhiCut)
 
More...
 
Bool_t SetMinPhiSectorCut (Int_t minPhiCut)
 
More...
 
Bool_t SetMaxPhiSectorCut (Int_t maxPhiCut)
 
More...
 
Bool_t SetMinMomPiondEdxCut (Int_t piMinMomdedxSigmaCut)
 
More...
 
Bool_t SetMaxMomPiondEdxCut (Int_t piMaxMomdedxSigmaCut)
 
More...
 
Bool_t SetLowPRejectionCuts (Int_t LowPRejectionSigmaCut)
 
More...
 
Bool_t SetQtMaxCut (Int_t QtMaxCut)
 
More...
 
Bool_t SetTOFElectronPIDCut (Int_t TOFelectronPID)
 
More...
 
Bool_t SetTRDElectronCut (Int_t TRDElectronCut)
 
More...
 
Bool_t SetPhotonAsymmetryCut (Int_t doPhotonAsymmetryCut)
 
More...
 
Bool_t SetCosPAngleCut (Int_t cosCut)
 
More...
 
Bool_t SetPsiPairCut (Int_t psiCut)
 
More...
 
Bool_t SetSharedElectronCut (Int_t sharedElec)
 
More...
 
Bool_t SetToCloseV0sCut (Int_t toClose)
 
More...
 
Bool_t SetDCARPhotonPrimVtxCut (Int_t DCARPhotonPrimVtx)
 
More...
 
Bool_t SetDCAZPhotonPrimVtxCut (Int_t DCAZPhotonPrimVtx)
 
More...
 
Bool_t SetInPlaneOutOfPlane (Int_t inOutPlane)
 
More...
 
Bool_t SetKappaTPCCut (Int_t kappaCut)
 
More...
 
void SetIsHeavyIon (Int_t isHeavyIon)
 
Int_t GetFirstTPCRow (Double_t radius)
 
More...
 
Bool_t SetITSElectronPIDCut (Int_t ITSelectronPID)
 
More...
 
Bool_t SetTRDElectronPIDCut (Int_t TRDelectronPID)
 
More...
 
Bool_t UseElecSharingCut ()
 
Bool_t UseToCloseV0sCut ()
 
Double_t GetEtaCut ()
 
Double_t GetSingleElectronPtCut ()
 
void SetDodEdxSigmaCut (Bool_t k=kTRUE)
 
void SetSwitchToKappaInsteadOfNSigdEdxTPC (Bool_t k=kTRUE)
 
void SetDoElecDeDxPostCalibration (Bool_t k=kTRUE)
 
Bool_t GetMaterialBudgetWeightsInitialized ()
 
Bool_t InitializeMaterialBudgetWeights (Int_t flag, TString filename)
 
More...
 
Float_t GetMaterialBudgetCorrectingWeightForTrueGamma (AliAODConversionPhoton *gamma)
 
More...
 
Int_t GetV0FinderSameSign ()
 
Bool_t GetElecDeDxPostCalibrationInitialized ()
 
Bool_t InitializeElecDeDxPostCalibration (TString filename)
 
More...
 
Double_t GetCorrectedElectronTPCResponse (Short_t charge, Double_t nsig, Double_t P, Double_t Eta, Double_t R)
 

Static Public Member Functions

static AliConversionPhotonCutsGetStandardCuts2010PbPb ()
 
More...
 
static AliConversionPhotonCutsGetStandardCuts2010pp ()
 
More...
 

Public Attributes

Int_t fCuts [kNCuts]
 

Static Public Attributes

static const char * fgkCutNames [kNCuts]
 

Protected Attributes

TListfHistograms
 List of QA histograms. More...
 
AliPIDResponse * fPIDResponse
 PID response. More...
 
Bool_t fDoLightOutput
 switch for running light output, kFALSE -> normal mode, kTRUE -> light mode More...
 
TString fV0ReaderName
 Name of the V0 reader. More...
 
Double_t fMaxR
 r cut More...
 
Double_t fMinR
 r cut More...
 
Double_t fEtaCut
 eta cut More...
 
Double_t fEtaCutMin
 eta cut More...
 
Float_t fEtaForPhiCutMin
 eta cut for phi sector selection More...
 
Float_t fEtaForPhiCutMax
 eta cut for phi sector selection More...
 
Float_t fMinPhiCut
 phi sector cut More...
 
Float_t fMaxPhiCut
 phi sector cut More...
 
Bool_t fDoShrinkTPCAcceptance
 Flag for shrinking the TPC acceptance due to different reasons. More...
 
Double_t fPtCut
 pt cut More...
 
Double_t fSinglePtCut
 pt cut for electron/positron More...
 
Double_t fSinglePtCut2
 second pt cut for electron/positron if asymmetric cut is chosen More...
 
Bool_t fDoAsymPtCut
 Flag for setting asymmetric pT cut on electron/positron. More...
 
Double_t fMaxZ
 z cut More...
 
Double_t fMinClsTPC
 minimum clusters in the TPC More...
 
Double_t fMinClsTPCToF
 minimum clusters to findable clusters More...
 
Double_t fLineCutZRSlope
 linecut More...
 
Double_t fLineCutZValue
 linecut More...
 
Double_t fLineCutZRSlopeMin
 linecut More...
 
Double_t fLineCutZValueMin
 linecut More...
 
Double_t fChi2CutConversion
 chi2cut More...
 
Double_t fPIDProbabilityCutNegativeParticle
 
Double_t fPIDProbabilityCutPositiveParticle
 
Bool_t fDodEdxSigmaCut
 flag to use the dEdxCut based on sigmas More...
 
Bool_t fDoTOFsigmaCut
 flag to use TOF pid cut RRnewTOF More...
 
Double_t fPIDTRDEfficiency
 required electron efficiency for TRD PID More...
 
Bool_t fDoTRDPID
 flag to use TRD pid More...
 
Double_t fPIDnSigmaAboveElectronLine
 sigma cut More...
 
Double_t fPIDnSigmaBelowElectronLine
 sigma cut More...
 
Double_t fTofPIDnSigmaAboveElectronLine
 sigma cut RRnewTOF More...
 
Double_t fTofPIDnSigmaBelowElectronLine
 sigma cut RRnewTOF More...
 
Double_t fPIDnSigmaAbovePionLine
 sigma cut More...
 
Double_t fPIDnSigmaAbovePionLineHighPt
 sigma cut More...
 
Double_t fPIDMinPnSigmaAbovePionLine
 sigma cut More...
 
Double_t fPIDMaxPnSigmaAbovePionLine
 sigma cut More...
 
Double_t fDoKaonRejectionLowP
 Kaon rejection at low p. More...
 
Double_t fDoProtonRejectionLowP
 Proton rejection at low p. More...
 
Double_t fDoPionRejectionLowP
 Pion rejection at low p. More...
 
Double_t fPIDnSigmaAtLowPAroundKaonLine
 sigma cut More...
 
Double_t fPIDnSigmaAtLowPAroundProtonLine
 sigma cut More...
 
Double_t fPIDnSigmaAtLowPAroundPionLine
 sigma cut More...
 
Double_t fPIDMinPKaonRejectionLowP
 Momentum limit to apply kaon rejection. More...
 
Double_t fPIDMinPProtonRejectionLowP
 Momentum limit to apply proton rejection. More...
 
Double_t fPIDMinPPionRejectionLowP
 Momentum limit to apply proton rejection. More...
 
Bool_t fDoQtGammaSelection
 Select gammas using qtMax. More...
 
Bool_t fDo2DQt
 Select gammas using ellipse cut. More...
 
Double_t fQtMax
 Maximum Qt from Armenteros to select Gammas. More...
 
Double_t fNSigmaMass
 nsigma cut More...
 
Bool_t fUseEtaMinCut
 flag More...
 
Bool_t fUseOnFlyV0Finder
 flag More...
 
Int_t fUseOnFlyV0FinderSameSign
 int to set same sign pairing More...
 
Bool_t fDoPhotonAsymmetryCut
 flag to use the PhotonAsymetryCut More...
 
Bool_t fDoPhotonPDependentAsymCut
 flag to use the PhotonAsymetryCut with P dependent cut More...
 
TF1 * fFAsymmetryCut
 
Double_t fMinPPhotonAsymmetryCut
 Min Momentum for Asymmetry Cut. More...
 
Double_t fMinPhotonAsymmetry
 Asymmetry Cut. More...
 
Bool_t fUseCorrectedTPCClsInfo
 flag to use corrected tpc cl info More...
 
Bool_t fUseTOFpid
 flag to use tof pid More...
 
Float_t fOpeningAngle
 min opening angle for meson More...
 
Float_t fPsiPairCut
 
Bool_t fDo2DPsiPairChi2
 
Bool_t fIncludeRejectedPsiPair
 
Float_t fCosPAngleCut
 
Bool_t fDoToCloseV0sCut
 
Double_t fminV0Dist
 
Bool_t fDoSharedElecCut
 
Bool_t fDoPhotonQualitySelectionCut
 
Int_t fPhotonQualityCut
 
TRandom3 fRandom
 
Int_t fElectronArraySize
 Size of electron array. More...
 
Int_tfElectronLabelArray
 
Double_t fDCAZPrimVtxCut
 cut value for the maximum distance in Z between the photon & the primary vertex [cm] More...
 
Double_t fDCARPrimVtxCut
 cut value for the maximum distance in R between the photon & the primary vertex [cm] More...
 
Int_t fInPlaneOutOfPlane
 In-Plane Out-Of Plane Analysis. More...
 
Float_t fConversionPointXArray
 Array with conversion Point x. More...
 
Float_t fConversionPointYArray
 Array with conversion Point y. More...
 
Float_t fConversionPointZArray
 Array with conversion Point z. More...
 
TObjString * fCutString
 cut number used for analysis More...
 
TString fCutStringRead
 
Int_t fIsHeavyIon
 flag for pp (0), PbPb (1), pPb (2) More...
 
Bool_t fUseITSpid
 flag to use tof pid More...
 
Double_t fITSPIDnSigmaAboveElectronLine
 sigma cut RRnewTOF More...
 
Double_t fITSPIDnSigmaBelowElectronLine
 sigma cut RRnewTOF More...
 
Double_t fMaxPtPIDITS
 max pt for ITS PID More...
 
Double_t fTRDPIDAboveCut
 TRD cut range. More...
 
Double_t fTRDPIDBelowCut
 TRD cut range. More...
 
Bool_t fDoDoubleCountingCut
 Flag to reject double counting. More...
 
Double_t fMinRDC
 Min R for Double Counting Cut. More...
 
Double_t fDeltaR
 Delta R for Double Counting Cut. More...
 
Double_t fOpenAngle
 Opening Angle for Double Counting Cut. More...
 
Bool_t fSwitchToKappa
 switches from standard dEdx nSigma TPC cuts to Kappa TPC More...
 
Float_t fKappaMinCut
 maximum Kappa cut More...
 
Float_t fKappaMaxCut
 maximum Kappa cut More...
 
Bool_t fDoElecDeDxPostCalibration
 
TH1F * fHistoEtaDistV0s
 eta-distribution of all V0s after Finder selection More...
 
TH1F * fHistoEtaDistV0sAfterdEdxCuts
 eta-distribution of all V0s after Finder selection after dEdx cuts More...
 
TH2FfHistodEdxCuts
 bookkeeping for dEdx cuts More...
 
TH2FfHistoTPCdEdxbefore
 TPC dEdx before cuts. More...
 
TH2FfHistoTPCdEdxafter
 TPC dEdx after cuts. More...
 
TH2FfHistoTPCdEdxSigbefore
 TPC Sigma dEdx before cuts. More...
 
TH2FfHistoTPCdEdxSigafter
 TPC Sigm dEdx after cuts. More...
 
TH2FfHistoKappaafter
 Kappa vs photon pt after cuts. More...
 
TH2FfHistoTOFbefore
 TOF before cuts. More...
 
TH2FfHistoTOFSigbefore
 TOF Sigma before cuts. More...
 
TH2FfHistoTOFSigafter
 TOF Sigma after cuts. More...
 
TH2FfHistoITSSigbefore
 ITS Sigma before cuts. More...
 
TH2FfHistoITSSigafter
 ITS Sigma after cuts. More...
 
TH2FfHistoPsiPairDeltaPhiafter
 TOF Sigma after cuts. More...
 
TH1F * fHistoTrackCuts
 bookkeeping for track cuts More...
 
TH2FfHistoPhotonCuts
 bookkeeping for photon specific cuts More...
 
TH1F * fHistoInvMassbefore
 e+e- inv mass distribution before cuts More...
 
TH2FfHistoArmenterosbefore
 armenteros podolanski plot before cuts More...
 
TH1F * fHistoInvMassafter
 e+e- inv mass distribution after cuts More...
 
TH2FfHistoArmenterosafter
 armenteros podolanski plot after cuts More...
 
TH2FfHistoAsymmetrybefore
 asymmetry plot after cuts More...
 
TH2FfHistoAsymmetryafter
 asymmetry plot after cuts More...
 
TH2FfHistoAcceptanceCuts
 bookkeeping for acceptance cuts More...
 
TH1F * fHistoCutIndex
 bookkeeping for cuts More...
 
TH1F * fHistoEventPlanePhi
 EventPlaneAngle Minus Photon Angle. More...
 
Bool_t fPreSelCut
 Flag for preselection cut used in V0Reader. More...
 
Bool_t fProcessAODCheck
 Flag for processing check for AOD to be contained in AliAODs.root and AliAODGammaConversion.root. More...
 
Bool_t fMaterialBudgetWeightsInitialized
 weights for conversions photons due due deviating material budget in MC compared to data More...
 
TProfile * fProfileContainingMaterialBudgetWeights
 
Bool_t fElecDeDxPostCalibrationInitialized
 flag to check that initialization worked More...
 
Int_t fnRBins
 
TH2F ** fHistoEleMapMean
 
TH2F ** fHistoEleMapWidth
 
TH2F ** fHistoPosMapMean
 
TH2F ** fHistoPosMapWidth
 

Detailed Description

Class handling all kinds of selection cuts for Gamma Conversion analysis.

Author
Friederike Bock

The cut configuration is set as a string with an 19 digit number. Each digit in the string corresponds to a certain cut type, while its values represent the cut values. The cut configuration is listed here:

Position in the cut string (from the end) Cut type
0 V0FinderType
1 EtaCut
2 MinRCut
3 EtaForPhiCut
4 MinPhiCut
5 MaxPhiCut
6 SinglePtCut
7 ClsTPCCut
8 ededxSigmaCut
9 pidedxSigmaCut
10 piMomdedxSigmaCut
11 piMaxMomdedxSigmaCut
12 LowPRejectionSigmaCut
13 TOFelectronPID
14 ITSelectronPID
15 TRDelectronPID
16 QtMaxCut
17 Chi2GammaCut
18 PsiPair
19 DoPhotonAsymmetryCut
20 CosinePointingAngle
21 SharedElectronCuts
22 RejectToCloseV0s
23 DcaRPrimVtx
24 DcaZPrimVtx
25 EvetPlane

Definition at line 76 of file AliConversionPhotonCuts.h.

Member Enumeration Documentation

Enumerator
kv0FinderType 
ketaCut 
kRCut 
kEtaForPhiSector 
kMinPhiSector 
kMaxPhiSector 
ksinglePtCut 
kclsTPCCut 
kededxSigmaCut 
kpidedxSigmaCut 
kpiMomdedxSigmaCut 
kpiMaxMomdedxSigmaCut 
kLowPRejectionSigmaCut 
kTOFelectronPID 
kITSelectronPID 
kTRDelectronPID 
kQtMaxCut 
kchi2GammaCut 
kPsiPair 
kdoPhotonAsymmetryCut 
kCosPAngle 
kElecShare 
kToCloseV0s 
kDcaRPrimVtx 
kDcaZPrimVtx 
kInPlaneOutOfPlane 
kNCuts 

Definition at line 79 of file AliConversionPhotonCuts.h.

Enumerator
kPhotonIn 
kOnFly 
kNoTracks 
kNoV0 
kTrackCuts 
kdEdxCuts 
kConvPointFail 
kPhotonCuts 
kEventPlane 
kPhotonOut 

Definition at line 109 of file AliConversionPhotonCuts.h.

Constructor & Destructor Documentation

AliConversionPhotonCuts::AliConversionPhotonCuts ( const char *  name = "V0Cuts",
const char *  title = "V0 Cuts" 
)
AliConversionPhotonCuts::AliConversionPhotonCuts ( const AliConversionPhotonCuts ref)

Definition at line 253 of file AliConversionPhotonCuts.cxx.

AliConversionPhotonCuts::~AliConversionPhotonCuts ( )
virtual

Definition at line 398 of file AliConversionPhotonCuts.cxx.

Referenced by SetPreSelectionCutFlag().

Member Function Documentation

Bool_t AliConversionPhotonCuts::AcceptanceCut ( TParticle *  particle,
TParticle *  ePos,
TParticle *  eNeg 
)


Definition at line 1823 of file AliConversionPhotonCuts.cxx.

Referenced by SetProcessAODCheck().

Bool_t AliConversionPhotonCuts::AcceptanceCuts ( AliConversionPhotonBase photon)


Definition at line 1268 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SetProcessAODCheck().

Bool_t AliConversionPhotonCuts::ArmenterosQtCut ( AliConversionPhotonBase photon)


Definition at line 1253 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SetProcessAODCheck().

Bool_t AliConversionPhotonCuts::AsymmetryCut ( AliConversionPhotonBase photon,
AliVEvent *  event 
)


Definition at line 1700 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SetProcessAODCheck().

Bool_t AliConversionPhotonCuts::CorrectedTPCClusterCut ( AliConversionPhotonBase photon,
AliVEvent *  event 
)


Definition at line 1148 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SelectV0Finder().

Bool_t AliConversionPhotonCuts::CosinePAngleCut ( const AliConversionPhotonBase photon,
AliVEvent *  event 
) const


Check if passes cosine of pointing angle cut

Definition at line 3759 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SelectV0Finder().

Bool_t AliConversionPhotonCuts::dEdxCuts ( AliVTrack *  track,
AliConversionPhotonBase photon 
)


Definition at line 1506 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonIsSelected(), and SetProcessAODCheck().

UChar_t AliConversionPhotonCuts::DeterminePhotonQualityAOD ( AliAODConversionPhoton photon,
AliVEvent *  eventDummy 
)


Definition at line 3955 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SelectV0Finder().

void AliConversionPhotonCuts::FillElectonLabelArray ( AliAODConversionPhoton photon,
Int_t  nV0 
)
void AliConversionPhotonCuts::FillPhotonCutIndex ( Int_t  photoncut)
inline

Definition at line 172 of file AliConversionPhotonCuts.h.

Referenced by PhotonIsSelected().

void AliConversionPhotonCuts::FillV0EtaAfterdEdxCuts ( Float_t  v0Eta)
inline

Definition at line 174 of file AliConversionPhotonCuts.h.

void AliConversionPhotonCuts::FillV0EtaBeforedEdxCuts ( Float_t  v0Eta)
inline

Definition at line 173 of file AliConversionPhotonCuts.h.

Double_t AliConversionPhotonCuts::GetCorrectedElectronTPCResponse ( Short_t  charge,
Double_t  nsig,
Double_t  P,
Double_t  Eta,
Double_t  R 
)
Double_t AliConversionPhotonCuts::GetCosineOfPointingAngle ( const AliConversionPhotonBase photon,
AliVEvent *  event 
) const
Bool_t AliConversionPhotonCuts::GetElecDeDxPostCalibrationInitialized ( )
inline

Definition at line 256 of file AliConversionPhotonCuts.h.

AliESDtrack * AliConversionPhotonCuts::GetESDTrack ( AliESDEvent event,
Int_t  label 
)
Double_t AliConversionPhotonCuts::GetEtaCut ( )
inline
Int_t AliConversionPhotonCuts::GetInPlaneOutOfPlaneCut ( )
inline

Definition at line 207 of file AliConversionPhotonCuts.h.

Float_t AliConversionPhotonCuts::GetKappaTPC ( AliConversionPhotonBase gamma,
AliVEvent *  event 
)


Definition at line 1470 of file AliConversionPhotonCuts.cxx.

Referenced by IsSelected(), KappaCuts(), and PhotonCuts().

Float_t AliConversionPhotonCuts::GetMaterialBudgetCorrectingWeightForTrueGamma ( AliAODConversionPhoton gamma)


Definition at line 4012 of file AliConversionPhotonCuts.cxx.

Referenced by GetMaterialBudgetWeightsInitialized().

Bool_t AliConversionPhotonCuts::GetMaterialBudgetWeightsInitialized ( )
inline

Definition at line 251 of file AliConversionPhotonCuts.h.

AliPIDResponse* AliConversionPhotonCuts::GetPIDResponse ( )
inline

Definition at line 146 of file AliConversionPhotonCuts.h.

Referenced by AliAnalysisTaskdPhi::UserExec().

Double_t AliConversionPhotonCuts::GetSingleElectronPtCut ( )
inline

Definition at line 246 of file AliConversionPhotonCuts.h.

AliConversionPhotonCuts * AliConversionPhotonCuts::GetStandardCuts2010PbPb ( )
static


Definition at line 3907 of file AliConversionPhotonCuts.cxx.

Referenced by SetPreSelectionCutFlag().

AliConversionPhotonCuts * AliConversionPhotonCuts::GetStandardCuts2010pp ( )
static


Definition at line 3916 of file AliConversionPhotonCuts.cxx.

Referenced by SetPreSelectionCutFlag().

Int_t AliConversionPhotonCuts::GetV0FinderSameSign ( )
inline

Definition at line 255 of file AliConversionPhotonCuts.h.

void AliConversionPhotonCuts::InitCutHistograms ( TString  name = "",
Bool_t  preCut = kTRUE 
)
Bool_t AliConversionPhotonCuts::InitializeCutsFromCutString ( const TString  analysisCutSelection)
Bool_t AliConversionPhotonCuts::InitializeElecDeDxPostCalibration ( TString  filename)


Definition at line 692 of file AliConversionPhotonCuts.cxx.

Referenced by GetElecDeDxPostCalibrationInitialized().

Bool_t AliConversionPhotonCuts::InitializeMaterialBudgetWeights ( Int_t  flag,
TString  filename 
)


Definition at line 3981 of file AliConversionPhotonCuts.cxx.

Referenced by GetMaterialBudgetWeightsInitialized().

Bool_t AliConversionPhotonCuts::InitPIDResponse ( )
Bool_t AliConversionPhotonCuts::InPlaneOutOfPlaneCut ( Double_t  photonPhi,
Double_t  eventPlaneAngle = -100,
Bool_t  fill = kTRUE 
)
virtual Bool_t AliConversionPhotonCuts::IsSelected ( TObject )
inlinevirtual

Definition at line 149 of file AliConversionPhotonCuts.h.

virtual Bool_t AliConversionPhotonCuts::IsSelected ( TList )
inlinevirtual

Definition at line 150 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::KappaCuts ( AliConversionPhotonBase photon,
AliVEvent *  event 
)


Definition at line 1689 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonIsSelected(), and SetProcessAODCheck().

AliConversionPhotonCuts& AliConversionPhotonCuts::operator= ( const AliConversionPhotonCuts )

Referenced by SetPreSelectionCutFlag().

Bool_t AliConversionPhotonCuts::PhiSectorCut ( AliConversionPhotonBase photon)

Referenced by SetProcessAODCheck().

Bool_t AliConversionPhotonCuts::PhotonCuts ( AliConversionPhotonBase photon,
AliVEvent *  event 
)


Definition at line 1016 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonIsSelected(), and SelectV0Finder().

Bool_t AliConversionPhotonCuts::PhotonIsSelectedAODMC ( AliAODMCParticle *  particle,
TClonesArray *  aodmcArray,
Bool_t  checkForConvertedGamma = kTRUE 
)


Definition at line 933 of file AliConversionPhotonCuts.cxx.

Referenced by IsSelected().

Bool_t AliConversionPhotonCuts::PhotonIsSelectedMC ( TParticle *  particle,
AliMCEvent *  mcEvent,
Bool_t  checkForConvertedGamma = kTRUE 
)


Definition at line 846 of file AliConversionPhotonCuts.cxx.

Referenced by IsSelected().

Bool_t AliConversionPhotonCuts::PIDProbabilityCut ( AliConversionPhotonBase photon,
AliVEvent *  event 
)


Not possible for AODs

Definition at line 1786 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SetProcessAODCheck().

void AliConversionPhotonCuts::PrintCuts ( )


Definition at line 2159 of file AliConversionPhotonCuts.cxx.

Referenced by IsSelected().

void AliConversionPhotonCuts::PrintCutsWithValues ( )

Definition at line 2166 of file AliConversionPhotonCuts.cxx.

Referenced by InitializeCutsFromCutString(), and IsSelected().

Bool_t AliConversionPhotonCuts::PsiPairCut ( const AliConversionPhotonBase photon) const


Definition at line 3802 of file AliConversionPhotonCuts.cxx.

Referenced by PhotonCuts(), and SelectV0Finder().

Bool_t AliConversionPhotonCuts::RejectSharedElectronV0s ( AliAODConversionPhoton photon,
Int_t  nV0,
Int_t  nV0s 
)
Bool_t AliConversionPhotonCuts::RejectToCloseV0s ( AliAODConversionPhoton photon,
TList photons,
Int_t  nV0 
)
Bool_t AliConversionPhotonCuts::SelectV0Finder ( Bool_t  onfly)
inline

Definition at line 194 of file AliConversionPhotonCuts.h.

Referenced by PhotonIsSelected().

Bool_t AliConversionPhotonCuts::SetChi2GammaCut ( Int_t  chi2GammaCut)


Definition at line 3261 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetCosPAngleCut ( Int_t  cosCut)


Definition at line 3454 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetCut ( cutIds  cutID,
Int_t  cut 
)


Set individual cut ID

Definition at line 1941 of file AliConversionPhotonCuts.cxx.

Referenced by InitializeCutsFromCutString().

Bool_t AliConversionPhotonCuts::SetCutIds ( TString  cutString)
Bool_t AliConversionPhotonCuts::SetDCARPhotonPrimVtxCut ( Int_t  DCARPhotonPrimVtx)


Definition at line 3667 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetDCAZPhotonPrimVtxCut ( Int_t  DCAZPhotonPrimVtx)


Definition at line 3626 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetDodEdxSigmaCut ( Bool_t  k = kTRUE)
inline

Definition at line 247 of file AliConversionPhotonCuts.h.

void AliConversionPhotonCuts::SetDoElecDeDxPostCalibration ( Bool_t  k = kTRUE)
inline

Definition at line 249 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetEtaCut ( Int_t  etaCut)


Definition at line 2259 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetEtaForPhiCut ( Int_t  etaPhiCut)


Definition at line 2452 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetFillCutHistograms ( TString  name = "",
Bool_t  preCut = kTRUE 
)
inline

Definition at line 170 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetInPlaneOutOfPlane ( Int_t  inOutPlane)


Definition at line 3708 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetIsHeavyIon ( Int_t  isHeavyIon)
inline

Definition at line 236 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetITSElectronPIDCut ( Int_t  ITSelectronPID)


Definition at line 3122 of file AliConversionPhotonCuts.cxx.

Referenced by SetCut(), and SetIsHeavyIon().

Bool_t AliConversionPhotonCuts::SetKappaTPCCut ( Int_t  kappaCut)


Definition at line 3037 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetLightOutput ( Bool_t  flag)
inline

Definition at line 168 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetLowPRejectionCuts ( Int_t  LowPRejectionSigmaCut)


Definition at line 2946 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetMaxMomPiondEdxCut ( Int_t  piMaxMomdedxSigmaCut)


Definition at line 2915 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetMaxPhiSectorCut ( Int_t  maxPhiCut)


Definition at line 2528 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetMinMomPiondEdxCut ( Int_t  piMinMomdedxSigmaCut)


Definition at line 2878 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetMinPhiSectorCut ( Int_t  minPhiCut)


Definition at line 2479 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetPhotonAsymmetryCut ( Int_t  doPhotonAsymmetryCut)


Definition at line 3382 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetPIDResponse ( AliPIDResponse *  pidResponse)
inline

Definition at line 145 of file AliConversionPhotonCuts.h.

Referenced by AliAnalysisTaskdPhi::UserExec().

void AliConversionPhotonCuts::SetPreSelectionCutFlag ( Bool_t  preSelFlag)
inline

Definition at line 133 of file AliConversionPhotonCuts.h.

void AliConversionPhotonCuts::SetProcessAODCheck ( Bool_t  flag)
inline

Definition at line 177 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetPsiPairCut ( Int_t  psiCut)


Definition at line 3309 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetQtMaxCut ( Int_t  QtMaxCut)


Definition at line 3210 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetRCut ( Int_t  RCut)


Definition at line 2372 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetSharedElectronCut ( Int_t  sharedElec)


Definition at line 3514 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetSinglePtCut ( Int_t  singlePtCut)


Definition at line 2577 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetSwitchToKappaInsteadOfNSigdEdxTPC ( Bool_t  k = kTRUE)
inline

Definition at line 248 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SetToCloseV0sCut ( Int_t  toClose)


Definition at line 3551 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetTOFElectronPIDCut ( Int_t  TOFelectronPID)


Definition at line 3081 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetTPCClusterCut ( Int_t  clsTPCCut)


Definition at line 2706 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetTPCdEdxCutElectronLine ( Int_t  ededxSigmaCut)


Definition at line 2752 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetTPCdEdxCutPionLine ( Int_t  pidedxSigmaCut)


Definition at line 2823 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

Bool_t AliConversionPhotonCuts::SetTRDElectronCut ( Int_t  TRDElectronCut)


Definition at line 3600 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut().

Bool_t AliConversionPhotonCuts::SetTRDElectronPIDCut ( Int_t  TRDelectronPID)


Definition at line 3193 of file AliConversionPhotonCuts.cxx.

Referenced by SetCut(), and SetIsHeavyIon().

Bool_t AliConversionPhotonCuts::SetV0Finder ( Int_t  v0FinderType)


Definition at line 2229 of file AliConversionPhotonCuts.cxx.

Referenced by GetInPlaneOutOfPlaneCut(), and SetCut().

void AliConversionPhotonCuts::SetV0ReaderName ( TString  name)
inline

Definition at line 176 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::SpecificTrackCuts ( AliAODTrack *  negTrack,
AliAODTrack *  posTrack,
Int_t cutIndex 
)

Cut functions.


Definition at line 1350 of file AliConversionPhotonCuts.cxx.

Referenced by SetProcessAODCheck(), and TracksAreSelected().

Bool_t AliConversionPhotonCuts::SpecificTrackCuts ( AliESDtrack *  negTrack,
AliESDtrack *  posTrack,
Int_t cutIndex 
)


Definition at line 1371 of file AliConversionPhotonCuts.cxx.

Bool_t AliConversionPhotonCuts::TracksAreSelected ( AliVTrack *  negTrack,
AliVTrack *  posTrack 
)


Definition at line 1390 of file AliConversionPhotonCuts.cxx.

Referenced by IsSelected(), and PhotonIsSelected().

Bool_t AliConversionPhotonCuts::UpdateCutString ( )


Update the cut string (if it has been created yet)

Definition at line 1896 of file AliConversionPhotonCuts.cxx.

Referenced by SetCut().

Bool_t AliConversionPhotonCuts::UseElecSharingCut ( )
inline
Bool_t AliConversionPhotonCuts::UseToCloseV0sCut ( )
inline

Member Data Documentation

Double_t AliConversionPhotonCuts::fChi2CutConversion
protected

chi2cut

Definition at line 288 of file AliConversionPhotonCuts.h.

Referenced by PhotonCuts(), PrintCutsWithValues(), PsiPairCut(), and SetChi2GammaCut().

Float_t AliConversionPhotonCuts::fConversionPointXArray
protected

Array with conversion Point x.

Definition at line 342 of file AliConversionPhotonCuts.h.

Float_t AliConversionPhotonCuts::fConversionPointYArray
protected

Array with conversion Point y.

Definition at line 343 of file AliConversionPhotonCuts.h.

Float_t AliConversionPhotonCuts::fConversionPointZArray
protected

Array with conversion Point z.

Definition at line 344 of file AliConversionPhotonCuts.h.

Float_t AliConversionPhotonCuts::fCosPAngleCut
protected
TObjString* AliConversionPhotonCuts::fCutString
protected

cut number used for analysis

Definition at line 345 of file AliConversionPhotonCuts.h.

Referenced by AliConversionPhotonCuts(), UpdateCutString(), and ~AliConversionPhotonCuts().

TString AliConversionPhotonCuts::fCutStringRead
protected

Definition at line 346 of file AliConversionPhotonCuts.h.

Referenced by GetCutNumber(), and InitializeCutsFromCutString().

Double_t AliConversionPhotonCuts::fDCARPrimVtxCut
protected

cut value for the maximum distance in R between the photon & the primary vertex [cm]

Definition at line 340 of file AliConversionPhotonCuts.h.

Referenced by PhotonCuts(), PrintCutsWithValues(), and SetDCARPhotonPrimVtxCut().

Double_t AliConversionPhotonCuts::fDCAZPrimVtxCut
protected

cut value for the maximum distance in Z between the photon & the primary vertex [cm]

Definition at line 339 of file AliConversionPhotonCuts.h.

Referenced by PhotonCuts(), PrintCutsWithValues(), and SetDCAZPhotonPrimVtxCut().

Double_t AliConversionPhotonCuts::fDeltaR
protected

Delta R for Double Counting Cut.

Definition at line 356 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), RejectToCloseV0s(), and SetToCloseV0sCut().

Bool_t AliConversionPhotonCuts::fDo2DPsiPairChi2
protected

Definition at line 328 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), PsiPairCut(), and SetPsiPairCut().

Bool_t AliConversionPhotonCuts::fDo2DQt
protected

Select gammas using ellipse cut.

Definition at line 313 of file AliConversionPhotonCuts.h.

Referenced by ArmenterosQtCut(), PrintCutsWithValues(), and SetQtMaxCut().

Bool_t AliConversionPhotonCuts::fDoAsymPtCut
protected

Flag for setting asymmetric pT cut on electron/positron.

Definition at line 280 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), PrintCutsWithValues(), SetSinglePtCut(), and TracksAreSelected().

Bool_t AliConversionPhotonCuts::fDodEdxSigmaCut
protected

flag to use the dEdxCut based on sigmas

Definition at line 291 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and SetDodEdxSigmaCut().

Bool_t AliConversionPhotonCuts::fDoDoubleCountingCut
protected

Flag to reject double counting.

Definition at line 354 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), RejectToCloseV0s(), and SetToCloseV0sCut().

Bool_t AliConversionPhotonCuts::fDoElecDeDxPostCalibration
protected

Definition at line 361 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), GetKappaTPC(), and SetDoElecDeDxPostCalibration().

Double_t AliConversionPhotonCuts::fDoKaonRejectionLowP
protected

Kaon rejection at low p.

Definition at line 303 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Bool_t AliConversionPhotonCuts::fDoLightOutput
protected

switch for running light output, kFALSE -> normal mode, kTRUE -> light mode

Definition at line 264 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and SetLightOutput().

Bool_t AliConversionPhotonCuts::fDoPhotonAsymmetryCut
protected

flag to use the PhotonAsymetryCut

Definition at line 319 of file AliConversionPhotonCuts.h.

Referenced by PhotonCuts(), PrintCutsWithValues(), and SetPhotonAsymmetryCut().

Bool_t AliConversionPhotonCuts::fDoPhotonPDependentAsymCut
protected

flag to use the PhotonAsymetryCut with P dependent cut

Definition at line 320 of file AliConversionPhotonCuts.h.

Referenced by AsymmetryCut(), PrintCutsWithValues(), and SetPhotonAsymmetryCut().

Bool_t AliConversionPhotonCuts::fDoPhotonQualitySelectionCut
protected
Double_t AliConversionPhotonCuts::fDoPionRejectionLowP
protected

Pion rejection at low p.

Definition at line 305 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Double_t AliConversionPhotonCuts::fDoProtonRejectionLowP
protected

Proton rejection at low p.

Definition at line 304 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Bool_t AliConversionPhotonCuts::fDoQtGammaSelection
protected

Select gammas using qtMax.

Definition at line 312 of file AliConversionPhotonCuts.h.

Referenced by PhotonCuts(), and SetQtMaxCut().

Bool_t AliConversionPhotonCuts::fDoSharedElecCut
protected

Definition at line 333 of file AliConversionPhotonCuts.h.

Referenced by SetSharedElectronCut(), and UseElecSharingCut().

Bool_t AliConversionPhotonCuts::fDoShrinkTPCAcceptance
protected

Flag for shrinking the TPC acceptance due to different reasons.

Definition at line 276 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), SetEtaForPhiCut(), SetMaxPhiSectorCut(), and SetMinPhiSectorCut().

Bool_t AliConversionPhotonCuts::fDoToCloseV0sCut
protected

Definition at line 331 of file AliConversionPhotonCuts.h.

Referenced by SetToCloseV0sCut(), and UseToCloseV0sCut().

Bool_t AliConversionPhotonCuts::fDoTOFsigmaCut
protected

flag to use TOF pid cut RRnewTOF

Definition at line 292 of file AliConversionPhotonCuts.h.

Bool_t AliConversionPhotonCuts::fDoTRDPID
protected

flag to use TRD pid

Definition at line 294 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), SetTRDElectronCut(), and SetTRDElectronPIDCut().

Bool_t AliConversionPhotonCuts::fElecDeDxPostCalibrationInitialized
protected

flag to check that initialization worked

Definition at line 392 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), GetElecDeDxPostCalibrationInitialized(), GetKappaTPC(), InitCutHistograms(), and InitializeElecDeDxPostCalibration().

Int_t AliConversionPhotonCuts::fElectronArraySize
protected

Size of electron array.

Definition at line 337 of file AliConversionPhotonCuts.h.

Referenced by AliConversionPhotonCuts().

Int_t* AliConversionPhotonCuts::fElectronLabelArray
protected
Double_t AliConversionPhotonCuts::fEtaCutMin
protected
Float_t AliConversionPhotonCuts::fEtaForPhiCutMax
protected

eta cut for phi sector selection

Definition at line 273 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), PrintCutsWithValues(), and SetEtaForPhiCut().

Float_t AliConversionPhotonCuts::fEtaForPhiCutMin
protected

eta cut for phi sector selection

Definition at line 272 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), PrintCutsWithValues(), and SetEtaForPhiCut().

TF1* AliConversionPhotonCuts::fFAsymmetryCut
protected
const char * AliConversionPhotonCuts::fgkCutNames
static
Initial value:
= {
"V0FinderType",
"EtaCut",
"MinRCut",
"EtaForPhiCut",
"MinPhiCut",
"MaxPhiCut",
"SinglePtCut",
"ClsTPCCut",
"ededxSigmaCut",
"pidedxSigmaCut",
"piMomdedxSigmaCut",
"piMaxMomdedxSigmaCut",
"LowPRejectionSigmaCut",
"TOFelectronPID",
"ITSelectronPID",
"TRDelectronPID",
"QtMaxCut",
"Chi2GammaCut",
"PsiPair",
"DoPhotonAsymmetryCut",
"CosinePointingAngle",
"SharedElectronCuts",
"RejectToCloseV0s",
"DcaRPrimVtx",
"DcaZPrimVtx",
"EvetPlane"
}

Definition at line 128 of file AliConversionPhotonCuts.h.

Referenced by PrintCuts().

TH2F* AliConversionPhotonCuts::fHistoAcceptanceCuts
protected

bookkeeping for acceptance cuts

Definition at line 385 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoArmenterosafter
protected

armenteros podolanski plot after cuts

Definition at line 382 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoArmenterosbefore
protected

armenteros podolanski plot before cuts

Definition at line 380 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoAsymmetryafter
protected

asymmetry plot after cuts

Definition at line 384 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoAsymmetrybefore
protected

asymmetry plot after cuts

Definition at line 383 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH1F* AliConversionPhotonCuts::fHistoCutIndex
protected

bookkeeping for cuts

Definition at line 386 of file AliConversionPhotonCuts.h.

Referenced by FillPhotonCutIndex(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistodEdxCuts
protected

bookkeeping for dEdx cuts

Definition at line 365 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F** AliConversionPhotonCuts::fHistoEleMapMean
protected
TH2F** AliConversionPhotonCuts::fHistoEleMapWidth
protected
TH1F* AliConversionPhotonCuts::fHistoEtaDistV0s
protected

eta-distribution of all V0s after Finder selection

Definition at line 363 of file AliConversionPhotonCuts.h.

Referenced by FillV0EtaBeforedEdxCuts(), InitCutHistograms(), and PhotonIsSelected().

TH1F* AliConversionPhotonCuts::fHistoEtaDistV0sAfterdEdxCuts
protected

eta-distribution of all V0s after Finder selection after dEdx cuts

Definition at line 364 of file AliConversionPhotonCuts.h.

Referenced by FillV0EtaAfterdEdxCuts(), InitCutHistograms(), and PhotonIsSelected().

TH1F* AliConversionPhotonCuts::fHistoEventPlanePhi
protected

EventPlaneAngle Minus Photon Angle.

Definition at line 387 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and InPlaneOutOfPlaneCut().

TList* AliConversionPhotonCuts::fHistograms
protected

List of QA histograms.

Definition at line 261 of file AliConversionPhotonCuts.h.

Referenced by GetCutHistograms(), InitCutHistograms(), and SetFillCutHistograms().

TH1F* AliConversionPhotonCuts::fHistoInvMassafter
protected

e+e- inv mass distribution after cuts

Definition at line 381 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH1F* AliConversionPhotonCuts::fHistoInvMassbefore
protected

e+e- inv mass distribution before cuts

Definition at line 379 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoITSSigafter
protected

ITS Sigma after cuts.

Definition at line 375 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoITSSigbefore
protected

ITS Sigma before cuts.

Definition at line 374 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoKappaafter
protected

Kappa vs photon pt after cuts.

Definition at line 370 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoPhotonCuts
protected

bookkeeping for photon specific cuts

Definition at line 378 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F** AliConversionPhotonCuts::fHistoPosMapMean
protected
TH2F** AliConversionPhotonCuts::fHistoPosMapWidth
protected
TH2F* AliConversionPhotonCuts::fHistoPsiPairDeltaPhiafter
protected

TOF Sigma after cuts.

Definition at line 376 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), and PhotonCuts().

TH2F* AliConversionPhotonCuts::fHistoTOFbefore
protected

TOF before cuts.

Definition at line 371 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTOFSigafter
protected

TOF Sigma after cuts.

Definition at line 373 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTOFSigbefore
protected

TOF Sigma before cuts.

Definition at line 372 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTPCdEdxafter
protected

TPC dEdx after cuts.

Definition at line 367 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTPCdEdxbefore
protected

TPC dEdx before cuts.

Definition at line 366 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTPCdEdxSigafter
protected

TPC Sigm dEdx after cuts.

Definition at line 369 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH2F* AliConversionPhotonCuts::fHistoTPCdEdxSigbefore
protected

TPC Sigma dEdx before cuts.

Definition at line 368 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and InitCutHistograms().

TH1F* AliConversionPhotonCuts::fHistoTrackCuts
protected

bookkeeping for track cuts

Definition at line 377 of file AliConversionPhotonCuts.h.

Referenced by InitCutHistograms(), SpecificTrackCuts(), and TracksAreSelected().

Bool_t AliConversionPhotonCuts::fIncludeRejectedPsiPair
protected

Definition at line 329 of file AliConversionPhotonCuts.h.

Referenced by PsiPairCut(), and SetPsiPairCut().

Int_t AliConversionPhotonCuts::fInPlaneOutOfPlane
protected

In-Plane Out-Of Plane Analysis.

Definition at line 341 of file AliConversionPhotonCuts.h.

Referenced by GetInPlaneOutOfPlaneCut(), InPlaneOutOfPlaneCut(), and SetInPlaneOutOfPlane().

Int_t AliConversionPhotonCuts::fIsHeavyIon
protected

flag for pp (0), PbPb (1), pPb (2)

Definition at line 347 of file AliConversionPhotonCuts.h.

Referenced by PhotonIsSelected(), SetChi2GammaCut(), SetEtaCut(), SetIsHeavyIon(), and SetPsiPairCut().

Double_t AliConversionPhotonCuts::fITSPIDnSigmaAboveElectronLine
protected

sigma cut RRnewTOF

Definition at line 349 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetITSElectronPIDCut().

Double_t AliConversionPhotonCuts::fITSPIDnSigmaBelowElectronLine
protected

sigma cut RRnewTOF

Definition at line 350 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetITSElectronPIDCut().

Float_t AliConversionPhotonCuts::fKappaMaxCut
protected

maximum Kappa cut

Definition at line 360 of file AliConversionPhotonCuts.h.

Referenced by KappaCuts(), PrintCutsWithValues(), and SetKappaTPCCut().

Float_t AliConversionPhotonCuts::fKappaMinCut
protected

maximum Kappa cut

Definition at line 359 of file AliConversionPhotonCuts.h.

Referenced by KappaCuts(), PrintCutsWithValues(), and SetKappaTPCCut().

Double_t AliConversionPhotonCuts::fLineCutZRSlope
protected
Double_t AliConversionPhotonCuts::fLineCutZRSlopeMin
protected
Double_t AliConversionPhotonCuts::fLineCutZValue
protected
Double_t AliConversionPhotonCuts::fLineCutZValueMin
protected
Bool_t AliConversionPhotonCuts::fMaterialBudgetWeightsInitialized
protected

weights for conversions photons due due deviating material budget in MC compared to data

Definition at line 390 of file AliConversionPhotonCuts.h.

Referenced by GetMaterialBudgetWeightsInitialized(), and InitializeMaterialBudgetWeights().

Float_t AliConversionPhotonCuts::fMaxPhiCut
protected

phi sector cut

Definition at line 275 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), PrintCutsWithValues(), and SetMaxPhiSectorCut().

Double_t AliConversionPhotonCuts::fMaxPtPIDITS
protected

max pt for ITS PID

Definition at line 351 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetITSElectronPIDCut().

Double_t AliConversionPhotonCuts::fMaxR
protected
Double_t AliConversionPhotonCuts::fMaxZ
protected
Double_t AliConversionPhotonCuts::fMinClsTPC
protected

minimum clusters in the TPC

Definition at line 282 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), SetTPCClusterCut(), and TracksAreSelected().

Double_t AliConversionPhotonCuts::fMinClsTPCToF
protected

minimum clusters to findable clusters

Definition at line 283 of file AliConversionPhotonCuts.h.

Referenced by CorrectedTPCClusterCut(), PrintCutsWithValues(), and SetTPCClusterCut().

Float_t AliConversionPhotonCuts::fMinPhiCut
protected

phi sector cut

Definition at line 274 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCuts(), PrintCutsWithValues(), and SetMinPhiSectorCut().

Double_t AliConversionPhotonCuts::fMinPhotonAsymmetry
protected

Asymmetry Cut.

Definition at line 323 of file AliConversionPhotonCuts.h.

Referenced by AsymmetryCut(), PrintCutsWithValues(), and SetPhotonAsymmetryCut().

Double_t AliConversionPhotonCuts::fMinPPhotonAsymmetryCut
protected

Min Momentum for Asymmetry Cut.

Definition at line 322 of file AliConversionPhotonCuts.h.

Referenced by AsymmetryCut(), PrintCutsWithValues(), and SetPhotonAsymmetryCut().

Double_t AliConversionPhotonCuts::fMinR
protected

r cut

Definition at line 269 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), AcceptanceCuts(), PrintCutsWithValues(), and SetRCut().

Double_t AliConversionPhotonCuts::fMinRDC
protected

Min R for Double Counting Cut.

Definition at line 355 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), RejectToCloseV0s(), and SetToCloseV0sCut().

Double_t AliConversionPhotonCuts::fminV0Dist
protected

Definition at line 332 of file AliConversionPhotonCuts.h.

Referenced by RejectToCloseV0s(), and SetToCloseV0sCut().

Int_t AliConversionPhotonCuts::fnRBins
protected
Double_t AliConversionPhotonCuts::fNSigmaMass
protected

nsigma cut

Definition at line 315 of file AliConversionPhotonCuts.h.

Double_t AliConversionPhotonCuts::fOpenAngle
protected

Opening Angle for Double Counting Cut.

Definition at line 357 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), RejectToCloseV0s(), and SetToCloseV0sCut().

Float_t AliConversionPhotonCuts::fOpeningAngle
protected

min opening angle for meson

Definition at line 326 of file AliConversionPhotonCuts.h.

Int_t AliConversionPhotonCuts::fPhotonQualityCut
protected
Double_t AliConversionPhotonCuts::fPIDMaxPnSigmaAbovePionLine
protected

sigma cut

Definition at line 302 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetMaxMomPiondEdxCut().

Double_t AliConversionPhotonCuts::fPIDMinPKaonRejectionLowP
protected

Momentum limit to apply kaon rejection.

Definition at line 309 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts().

Double_t AliConversionPhotonCuts::fPIDMinPnSigmaAbovePionLine
protected
Double_t AliConversionPhotonCuts::fPIDMinPPionRejectionLowP
protected

Momentum limit to apply proton rejection.

Definition at line 311 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Double_t AliConversionPhotonCuts::fPIDMinPProtonRejectionLowP
protected

Momentum limit to apply proton rejection.

Definition at line 310 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts().

Double_t AliConversionPhotonCuts::fPIDnSigmaAboveElectronLine
protected

sigma cut

Definition at line 295 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTPCdEdxCutElectronLine().

Double_t AliConversionPhotonCuts::fPIDnSigmaAbovePionLine
protected

sigma cut

Definition at line 299 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTPCdEdxCutPionLine().

Double_t AliConversionPhotonCuts::fPIDnSigmaAbovePionLineHighPt
protected

sigma cut

Definition at line 300 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTPCdEdxCutPionLine().

Double_t AliConversionPhotonCuts::fPIDnSigmaAtLowPAroundKaonLine
protected

sigma cut

Definition at line 306 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Double_t AliConversionPhotonCuts::fPIDnSigmaAtLowPAroundPionLine
protected

sigma cut

Definition at line 308 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Double_t AliConversionPhotonCuts::fPIDnSigmaAtLowPAroundProtonLine
protected

sigma cut

Definition at line 307 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetLowPRejectionCuts().

Double_t AliConversionPhotonCuts::fPIDnSigmaBelowElectronLine
protected

sigma cut

Definition at line 296 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTPCdEdxCutElectronLine().

Double_t AliConversionPhotonCuts::fPIDProbabilityCutNegativeParticle
protected

Definition at line 289 of file AliConversionPhotonCuts.h.

Referenced by PIDProbabilityCut().

Double_t AliConversionPhotonCuts::fPIDProbabilityCutPositiveParticle
protected

Definition at line 290 of file AliConversionPhotonCuts.h.

Referenced by PIDProbabilityCut().

AliPIDResponse* AliConversionPhotonCuts::fPIDResponse
protected

PID response.

Definition at line 262 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), GetKappaTPC(), GetPIDResponse(), InitPIDResponse(), and SetPIDResponse().

Double_t AliConversionPhotonCuts::fPIDTRDEfficiency
protected

required electron efficiency for TRD PID

Definition at line 293 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), and SetTRDElectronCut().

Bool_t AliConversionPhotonCuts::fPreSelCut
protected

Flag for preselection cut used in V0Reader.

Definition at line 388 of file AliConversionPhotonCuts.h.

Referenced by PhotonIsSelected(), and SetPreSelectionCutFlag().

Bool_t AliConversionPhotonCuts::fProcessAODCheck
protected

Flag for processing check for AOD to be contained in AliAODs.root and AliAODGammaConversion.root.

Definition at line 389 of file AliConversionPhotonCuts.h.

Referenced by PhotonIsSelected(), and SetProcessAODCheck().

TProfile* AliConversionPhotonCuts::fProfileContainingMaterialBudgetWeights
protected
Float_t AliConversionPhotonCuts::fPsiPairCut
protected

Definition at line 327 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), PsiPairCut(), and SetPsiPairCut().

Double_t AliConversionPhotonCuts::fPtCut
protected

pt cut

Definition at line 277 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), AcceptanceCuts(), PrintCutsWithValues(), and SetSinglePtCut().

Double_t AliConversionPhotonCuts::fQtMax
protected

Maximum Qt from Armenteros to select Gammas.

Definition at line 314 of file AliConversionPhotonCuts.h.

Referenced by ArmenterosQtCut(), PrintCutsWithValues(), and SetQtMaxCut().

TRandom3 AliConversionPhotonCuts::fRandom
protected

Definition at line 336 of file AliConversionPhotonCuts.h.

Double_t AliConversionPhotonCuts::fSinglePtCut
protected

pt cut for electron/positron

Definition at line 278 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), GetSingleElectronPtCut(), PrintCutsWithValues(), SetSinglePtCut(), and TracksAreSelected().

Double_t AliConversionPhotonCuts::fSinglePtCut2
protected

second pt cut for electron/positron if asymmetric cut is chosen

Definition at line 279 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), PrintCutsWithValues(), SetSinglePtCut(), and TracksAreSelected().

Bool_t AliConversionPhotonCuts::fSwitchToKappa
protected

switches from standard dEdx nSigma TPC cuts to Kappa TPC

Definition at line 358 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), InitCutHistograms(), KappaCuts(), PrintCutsWithValues(), SetCut(), and SetSwitchToKappaInsteadOfNSigdEdxTPC().

Double_t AliConversionPhotonCuts::fTofPIDnSigmaAboveElectronLine
protected

sigma cut RRnewTOF

Definition at line 297 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTOFElectronPIDCut().

Double_t AliConversionPhotonCuts::fTofPIDnSigmaBelowElectronLine
protected

sigma cut RRnewTOF

Definition at line 298 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTOFElectronPIDCut().

Double_t AliConversionPhotonCuts::fTRDPIDAboveCut
protected

TRD cut range.

Definition at line 352 of file AliConversionPhotonCuts.h.

Referenced by SetTRDElectronPIDCut().

Double_t AliConversionPhotonCuts::fTRDPIDBelowCut
protected

TRD cut range.

Definition at line 353 of file AliConversionPhotonCuts.h.

Referenced by SetTRDElectronPIDCut().

Bool_t AliConversionPhotonCuts::fUseCorrectedTPCClsInfo
protected

flag to use corrected tpc cl info

Definition at line 324 of file AliConversionPhotonCuts.h.

Referenced by CorrectedTPCClusterCut(), PrintCutsWithValues(), and SetTPCClusterCut().

Bool_t AliConversionPhotonCuts::fUseEtaMinCut
protected

flag

Definition at line 316 of file AliConversionPhotonCuts.h.

Referenced by AcceptanceCut(), and AcceptanceCuts().

Bool_t AliConversionPhotonCuts::fUseITSpid
protected

flag to use tof pid

Definition at line 348 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetITSElectronPIDCut().

Bool_t AliConversionPhotonCuts::fUseOnFlyV0Finder
protected

flag

Definition at line 317 of file AliConversionPhotonCuts.h.

Referenced by PrintCutsWithValues(), SelectV0Finder(), and SetV0Finder().

Int_t AliConversionPhotonCuts::fUseOnFlyV0FinderSameSign
protected

int to set same sign pairing

Definition at line 318 of file AliConversionPhotonCuts.h.

Referenced by GetV0FinderSameSign(), SetV0Finder(), and TracksAreSelected().

Bool_t AliConversionPhotonCuts::fUseTOFpid
protected

flag to use tof pid

Definition at line 325 of file AliConversionPhotonCuts.h.

Referenced by dEdxCuts(), PrintCutsWithValues(), and SetTOFElectronPIDCut().

TString AliConversionPhotonCuts::fV0ReaderName
protected

Name of the V0 reader.

Definition at line 265 of file AliConversionPhotonCuts.h.

Referenced by GetTrack(), and SetV0ReaderName().


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