![]() |
AliPhysics
dde76db (dde76db)
|
Class for HF corrections as a function of many variables and step. More...
#include <AliCFVertexingHF.h>
Public Types | |
enum | DecayChannel { kD0toKpi = 2, kDStartoKpipi = 21, kLctoV0bachelor = 22, kDplustoKpipi = 31, kLctopKpi = 32, kDstoKKpi = 33, kD0toKpipipi = 4 } |
Public Member Functions | |
AliCFVertexingHF () | |
AliCFVertexingHF (TClonesArray *mcArray, UShort_t originDselection) | |
AliCFVertexingHF (const AliCFVertexingHF &c) | |
AliCFVertexingHF & | operator= (const AliCFVertexingHF &c) |
virtual | ~AliCFVertexingHF () |
virtual Bool_t | GetGeneratedValuesFromMCParticle (Double_t *) |
virtual Bool_t | GetRecoValuesFromCandidate (Double_t *) const |
virtual Bool_t | CheckMCChannelDecay () const |
virtual Bool_t | SetRecoCandidateParam (AliAODRecoDecayHF *) |
virtual void | SetDecay3Prong (Int_t) |
void | SetFillFromGenerated (Bool_t flag) |
Bool_t | GetFillFromGenerated () const |
void | SetNVar (Int_t nVar) |
void | SetRecoPrimVertex (Double_t zPrimVertex) |
void | SetMCPrimaryVertex (Double_t zMCVertex) |
void | SetMCLabel (Int_t mcLabel) |
Int_t | GetMCLabel () const |
void | SetMCCandidateParam (Int_t label) |
Int_t | MCcquarkCounting (AliAODMCParticle *mcPart) const |
Bool_t | CheckMCPartFamily (AliAODMCParticle *, TClonesArray *) const |
Int_t | CheckOrigin () const |
Bool_t | CheckMCDaughters () const |
Bool_t | FillMCContainer (Double_t *containerInputMC) |
Bool_t | FillRecoContainer (Double_t *containerInput) |
Bool_t | MCAcceptanceStep () const |
Bool_t | MCRefitStep (AliAODEvent *aodEvent, AliESDtrackCuts **trackCuts) const |
Bool_t | RecoStep () |
virtual Double_t | GetEtaProng (Int_t iProng) const |
virtual Double_t | GetPtProng (Int_t iProng) const |
Double_t | GetPtCand () const |
Double_t | GetYCand (UInt_t pdg) const |
Bool_t | RecoAcceptStep (AliESDtrackCuts **trackCuts) const |
Bool_t | FillUnfoldingMatrix (UInt_t pdg, Double_t fill[4]) const |
void | SetNProngs (Int_t nProngs) |
Int_t | GetNProngs () const |
void | SetDselection (UShort_t originDselection) |
UShort_t | GetDselection () |
Int_t | CheckReflexion (Char_t isSign) |
virtual Bool_t | SetLabelArray () |
void | SetCentralityValue (Float_t centValue) |
virtual void | SetPtAccCut (Float_t *ptAccCut) |
virtual void | SetEtaAccCut (Float_t *etaAccCut) |
virtual void | SetAccCut (Float_t *ptAccCut, Float_t *etaAccCut) |
virtual void | SetAccCut () |
virtual void | SetGeneratedDsOption (Int_t) |
void | SetFakeSelection (Int_t fakeSel) |
Int_t | GetFakeSelection () |
void | SetRejectCandidateIfNotFromQuark (Bool_t opt) |
void | SetMultiplicity (Double_t multiplicity) |
void | SetConfiguration (Int_t configuration) |
Protected Attributes | |
TClonesArray * | fmcArray |
AliAODRecoDecayHF * | fRecoCandidate |
mcArray candidate More... | |
AliAODMCParticle * | fmcPartCandidate |
Reconstructed HF candidate. More... | |
Int_t | fNDaughters |
Int_t | fNVar |
Double_t | fzPrimVertex |
get Number of variables for the container from the channel decay More... | |
Double_t | fzMCVertex |
Reco z primary vertex. More... | |
Bool_t | fFillFromGenerated |
MC z primary vertex. More... | |
UShort_t | fOriginDselection |
flag to indicate whether data container should be filled More... | |
Bool_t | fKeepDfromB |
flag to select D0 origins. 0 Only from charm 1 only from beauty 2 both from charm and beauty More... | |
Bool_t | fKeepDfromBOnly |
flag for the feed down from b quark decay. More... | |
Int_t | fmcLabel |
flag to keep only the charm particles that comes from beauty decays More... | |
Int_t | fProngs |
results of the MatchToMC() More... | |
Int_t * | fLabelArray |
n. of prongs More... | |
Float_t | fCentValue |
Float_t * | fPtAccCut |
centrality value More... | |
Float_t * | fEtaAccCut |
Int_t | fFakeSelection |
Float_t | fFake |
fakes selection: 0 –> all, 1 –> non-fake, 2 –> fake More... | |
Bool_t | fRejectIfNoQuark |
variable to indicate whether the D0 was a fake or not: 0 –> fake, 1 –> MC, 2 –> non-fake More... | |
Double_t | fMultiplicity |
flag to remove events not geenrated with PYTHIA More... | |
Int_t | fConfiguration |
multiplicity of the event More... | |
Class for HF corrections as a function of many variables and step.
Definition at line 44 of file AliCFVertexingHF.h.
Enumerator | |
---|---|
kD0toKpi | |
kDStartoKpipi | |
kLctoV0bachelor | |
kDplustoKpipi | |
kLctopKpi | |
kDstoKKpi | |
kD0toKpipipi |
Definition at line 47 of file AliCFVertexingHF.h.
AliCFVertexingHF::AliCFVertexingHF | ( | ) |
constructor
Definition at line 43 of file AliCFVertexingHF.cxx.
AliCFVertexingHF::AliCFVertexingHF | ( | TClonesArray * | mcArray, |
UShort_t | originDselection | ||
) |
constructor with mcArray
Definition at line 78 of file AliCFVertexingHF.cxx.
AliCFVertexingHF::AliCFVertexingHF | ( | const AliCFVertexingHF & | c | ) |
copy constructor
Definition at line 184 of file AliCFVertexingHF.cxx.
|
virtual |
destructor
Definition at line 111 of file AliCFVertexingHF.cxx.
|
inlinevirtual |
Reimplemented in AliCFVertexingHFLctoV0bachelor, AliCFVertexingHFCascade, AliCFVertexingHF2Prong, and AliCFVertexingHF3Prong.
Definition at line 58 of file AliCFVertexingHF.h.
Referenced by CheckMCPartFamily().
Bool_t AliCFVertexingHF::CheckMCDaughters | ( | ) | const |
checking the daughters at MC level
Definition at line 383 of file AliCFVertexingHF.cxx.
Referenced by CheckMCPartFamily().
Bool_t AliCFVertexingHF::CheckMCPartFamily | ( | AliAODMCParticle * | , |
TClonesArray * | |||
) | const |
checking the family
Definition at line 297 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
Int_t AliCFVertexingHF::CheckOrigin | ( | ) | const |
checking whether the mother of the particles come from a charm or a bottom quark
Definition at line 333 of file AliCFVertexingHF.cxx.
Referenced by CheckMCPartFamily(), and RecoStep().
Int_t AliCFVertexingHF::CheckReflexion | ( | Char_t | isSign | ) |
check for reflexion (particle/antiparticle)
Definition at line 739 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
Bool_t AliCFVertexingHF::FillMCContainer | ( | Double_t * | containerInputMC | ) |
fill the container for Generator level selection
Definition at line 422 of file AliCFVertexingHF.cxx.
Bool_t AliCFVertexingHF::FillRecoContainer | ( | Double_t * | containerInput | ) |
Definition at line 448 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
Bool_t AliCFVertexingHF::FillUnfoldingMatrix | ( | UInt_t | pdg, |
Double_t | fill[4] | ||
) | const |
filling the unfolding matrix
Definition at line 718 of file AliCFVertexingHF.cxx.
|
inline |
Definition at line 99 of file AliCFVertexingHF.h.
|
virtual |
getting eta of the prong
Reimplemented in AliCFVertexingHFCascade, and AliCFVertexingHFLctoV0bachelor.
Definition at line 658 of file AliCFVertexingHF.cxx.
Referenced by RecoAcceptStep().
|
inline |
Definition at line 114 of file AliCFVertexingHF.h.
|
inline |
Definition at line 64 of file AliCFVertexingHF.h.
|
inlinevirtual |
Reimplemented in AliCFVertexingHFLctoV0bachelor, AliCFVertexingHFCascade, AliCFVertexingHF2Prong, and AliCFVertexingHF3Prong.
Definition at line 56 of file AliCFVertexingHF.h.
Referenced by FillMCContainer(), and FillRecoContainer().
|
inline |
Definition at line 71 of file AliCFVertexingHF.h.
Referenced by CheckReflexion(), and RecoStep().
|
inline |
Definition at line 97 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 89 of file AliCFVertexingHF.h.
Referenced by FillUnfoldingMatrix().
|
virtual |
getting pt of the prong
Reimplemented in AliCFVertexingHFCascade, and AliCFVertexingHFLctoV0bachelor.
Definition at line 671 of file AliCFVertexingHF.cxx.
Referenced by RecoAcceptStep().
|
inlinevirtual |
Reimplemented in AliCFVertexingHFLctoV0bachelor, AliCFVertexingHFCascade, AliCFVertexingHF2Prong, and AliCFVertexingHF3Prong.
Definition at line 57 of file AliCFVertexingHF.h.
Referenced by FillRecoContainer().
|
inline |
Definition at line 90 of file AliCFVertexingHF.h.
Referenced by FillUnfoldingMatrix().
Bool_t AliCFVertexingHF::MCAcceptanceStep | ( | ) | const |
checking the MC acceptance step
Definition at line 492 of file AliCFVertexingHF.cxx.
Int_t AliCFVertexingHF::MCcquarkCounting | ( | AliAODMCParticle * | mcPart | ) | const |
counting the c-quarks
Definition at line 277 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
Bool_t AliCFVertexingHF::MCRefitStep | ( | AliAODEvent * | aodEvent, |
AliESDtrackCuts ** | trackCuts | ||
) | const |
check on the kTPCrefit and kITSrefit conditions of the daughters
Definition at line 533 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
AliCFVertexingHF & AliCFVertexingHF::operator= | ( | const AliCFVertexingHF & | c | ) |
assigment operator
Definition at line 135 of file AliCFVertexingHF.cxx.
Referenced by AliCFVertexingHF2Prong::operator=(), AliCFVertexingHF3Prong::operator=(), AliCFVertexingHFLctoV0bachelor::operator=(), and AliCFVertexingHFCascade::operator=().
Bool_t AliCFVertexingHF::RecoAcceptStep | ( | AliESDtrackCuts ** | trackCuts | ) | const |
reco Acceptance step
Definition at line 687 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
Bool_t AliCFVertexingHF::RecoStep | ( | ) |
check also vertex and ITS Refit and TPC Refit
Definition at line 617 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
virtual |
setting the pt and eta cut to be used in the Acceptance steps (MC+Reco)
Reimplemented in AliCFVertexingHFCascade.
Definition at line 988 of file AliCFVertexingHF.cxx.
|
virtual |
setting the pt and eta cut to be used in the Acceptance steps (MC+Reco)
Reimplemented in AliCFVertexingHFCascade.
Definition at line 1005 of file AliCFVertexingHF.cxx.
Referenced by AliCFVertexingHFLctoV0bachelor::SetLabelArray(), and SetLabelArray().
|
inline |
Definition at line 103 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 119 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inlinevirtual |
Reimplemented in AliCFVertexingHF3Prong.
Definition at line 61 of file AliCFVertexingHF.h.
void AliCFVertexingHF::SetDselection | ( | UShort_t | originDselection | ) |
setting the way the D0 will be selected 0 –> only from c quarks 1 –> only from b quarks 2 –> from both c quarks and b quarks
Definition at line 232 of file AliCFVertexingHF.cxx.
Referenced by AliCFVertexingHF().
|
virtual |
setting the eta cut to be used in the Acceptance steps (MC+Reco)
Reimplemented in AliCFVertexingHFCascade.
Definition at line 973 of file AliCFVertexingHF.cxx.
|
inline |
Definition at line 113 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 63 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inlinevirtual |
Reimplemented in AliCFVertexingHF3Prong.
Definition at line 109 of file AliCFVertexingHF.h.
|
virtual |
setting the label arrays
Reimplemented in AliCFVertexingHFLctoV0bachelor.
Definition at line 778 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
void AliCFVertexingHF::SetMCCandidateParam | ( | Int_t | label | ) |
setting the parameters (candidate and n. daughters)
Definition at line 260 of file AliCFVertexingHF.cxx.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 70 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), and AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam().
|
inline |
Definition at line 69 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 118 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
|
inline |
Definition at line 66 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
virtual |
setting the pt cut to be used in the Acceptance steps (MC+Reco)
Reimplemented in AliCFVertexingHFCascade.
Definition at line 955 of file AliCFVertexingHF.cxx.
|
inlinevirtual |
Reimplemented in AliCFVertexingHFLctoV0bachelor, AliCFVertexingHFCascade, AliCFVertexingHF2Prong, and AliCFVertexingHF3Prong.
Definition at line 59 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 68 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
inline |
Definition at line 116 of file AliCFVertexingHF.h.
Referenced by AliCFTaskVertexingHFCutVarFDSub::UserExec(), and AliCFTaskVertexingHF::UserExec().
|
protected |
Definition at line 140 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), operator=(), and SetCentralityValue().
|
protected |
multiplicity of the event
Definition at line 147 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), operator=(), and SetConfiguration().
|
protected |
Definition at line 142 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHF2Prong::AliCFVertexingHF2Prong(), AliCFVertexingHF3Prong::AliCFVertexingHF3Prong(), AliCFVertexingHFCascade::AliCFVertexingHFCascade(), AliCFVertexingHFLctoV0bachelor::AliCFVertexingHFLctoV0bachelor(), MCAcceptanceStep(), operator=(), AliCFVertexingHFCascade::SetAccCut(), SetAccCut(), AliCFVertexingHFCascade::SetEtaAccCut(), SetEtaAccCut(), and ~AliCFVertexingHF().
|
protected |
fakes selection: 0 –> all, 1 –> non-fake, 2 –> fake
Definition at line 144 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), operator=(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), and AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam().
|
protected |
Definition at line 143 of file AliCFVertexingHF.h.
Referenced by GetFakeSelection(), MCRefitStep(), operator=(), SetFakeSelection(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), and AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam().
|
protected |
MC z primary vertex.
Definition at line 131 of file AliCFVertexingHF.h.
Referenced by FillRecoContainer(), GetFillFromGenerated(), operator=(), and SetFillFromGenerated().
|
protected |
flag to select D0 origins. 0 Only from charm 1 only from beauty 2 both from charm and beauty
Definition at line 134 of file AliCFVertexingHF.h.
Referenced by CheckOrigin(), operator=(), and SetDselection().
|
protected |
flag for the feed down from b quark decay.
Definition at line 135 of file AliCFVertexingHF.h.
Referenced by CheckOrigin(), operator=(), and SetDselection().
|
protected |
n. of prongs
Definition at line 138 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), CheckMCDaughters(), AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), MCAcceptanceStep(), MCRefitStep(), operator=(), AliCFVertexingHFCascade::SetAccCut(), AliCFVertexingHFLctoV0bachelor::SetLabelArray(), SetLabelArray(), and ~AliCFVertexingHF().
|
protected |
Definition at line 123 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHF3Prong::CheckLc3Prong(), AliCFVertexingHF3Prong::CheckMCChannelDecay(), AliCFVertexingHF2Prong::CheckMCChannelDecay(), AliCFVertexingHFCascade::CheckMCChannelDecay(), AliCFVertexingHFLctoV0bachelor::CheckMCChannelDecay(), CheckMCDaughters(), CheckOrigin(), CheckReflexion(), AliCFVertexingHFLctoV0bachelor::Ctau(), AliCFVertexingHFCascade::EvaluateIfCorrectNeutrDaugh(), AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFLctoV0bachelor::GetGeneratedValuesFromMCParticle(), MCAcceptanceStep(), operator=(), RecoStep(), AliCFVertexingHFCascade::SetAccCut(), AliCFVertexingHFLctoV0bachelor::SetLabelArray(), SetLabelArray(), SetMCCandidateParam(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam(), and ~AliCFVertexingHF().
|
protected |
flag to keep only the charm particles that comes from beauty decays
Definition at line 136 of file AliCFVertexingHF.h.
Referenced by GetMCLabel(), operator=(), SetMCLabel(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), and AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam().
|
protected |
Reconstructed HF candidate.
Definition at line 125 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHF3Prong::CheckLc3Prong(), AliCFVertexingHF3Prong::CheckMCChannelDecay(), AliCFVertexingHF2Prong::CheckMCChannelDecay(), AliCFVertexingHFCascade::CheckMCChannelDecay(), AliCFVertexingHFLctoV0bachelor::CheckMCChannelDecay(), CheckMCDaughters(), CheckOrigin(), CheckReflexion(), FillUnfoldingMatrix(), AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFLctoV0bachelor::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), MCAcceptanceStep(), MCRefitStep(), operator=(), RecoStep(), AliCFVertexingHFLctoV0bachelor::SetLabelArray(), SetLabelArray(), SetMCCandidateParam(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam(), and ~AliCFVertexingHF().
|
protected |
flag to remove events not geenrated with PYTHIA
Definition at line 146 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), operator=(), and SetMultiplicity().
|
protected |
Definition at line 126 of file AliCFVertexingHF.h.
Referenced by operator=(), and SetMCCandidateParam().
|
protected |
Definition at line 127 of file AliCFVertexingHF.h.
Referenced by FillMCContainer(), FillRecoContainer(), operator=(), and SetNVar().
|
protected |
flag to indicate whether data container should be filled
Definition at line 132 of file AliCFVertexingHF.h.
Referenced by GetDselection(), operator=(), and SetDselection().
|
protected |
results of the MatchToMC()
Definition at line 137 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHF2Prong::AliCFVertexingHF2Prong(), AliCFVertexingHF3Prong::AliCFVertexingHF3Prong(), AliCFVertexingHFCascade::AliCFVertexingHFCascade(), AliCFVertexingHFLctoV0bachelor::AliCFVertexingHFLctoV0bachelor(), CheckMCDaughters(), GetNProngs(), MCAcceptanceStep(), MCRefitStep(), operator=(), RecoAcceptStep(), AliCFVertexingHFCascade::SetAccCut(), SetAccCut(), AliCFVertexingHFCascade::SetEtaAccCut(), SetEtaAccCut(), AliCFVertexingHFLctoV0bachelor::SetLabelArray(), SetLabelArray(), SetNProngs(), AliCFVertexingHFCascade::SetPtAccCut(), and SetPtAccCut().
|
protected |
centrality value
Definition at line 141 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHF2Prong::AliCFVertexingHF2Prong(), AliCFVertexingHF3Prong::AliCFVertexingHF3Prong(), AliCFVertexingHFCascade::AliCFVertexingHFCascade(), AliCFVertexingHFLctoV0bachelor::AliCFVertexingHFLctoV0bachelor(), MCAcceptanceStep(), operator=(), AliCFVertexingHFCascade::SetAccCut(), SetAccCut(), AliCFVertexingHFCascade::SetPtAccCut(), SetPtAccCut(), and ~AliCFVertexingHF().
|
protected |
mcArray candidate
Definition at line 124 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF(), AliCFVertexingHFCascade::CheckAdditionalCuts(), AliCFVertexingHFLctoV0bachelor::GetEtaProng(), AliCFVertexingHFCascade::GetEtaProng(), GetEtaProng(), GetPtCand(), AliCFVertexingHFLctoV0bachelor::GetPtProng(), AliCFVertexingHFCascade::GetPtProng(), GetPtProng(), AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), GetYCand(), operator=(), AliCFVertexingHF3Prong::SetRecoCandidateParam(), AliCFVertexingHF2Prong::SetRecoCandidateParam(), AliCFVertexingHFCascade::SetRecoCandidateParam(), AliCFVertexingHFLctoV0bachelor::SetRecoCandidateParam(), and ~AliCFVertexingHF().
|
protected |
variable to indicate whether the D0 was a fake or not: 0 –> fake, 1 –> MC, 2 –> non-fake
Definition at line 145 of file AliCFVertexingHF.h.
Referenced by CheckOrigin(), operator=(), and SetRejectCandidateIfNotFromQuark().
|
protected |
Reco z primary vertex.
Definition at line 129 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHFLctoV0bachelor::FillVectorFromMCarray(), AliCFVertexingHF3Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHF2Prong::GetGeneratedValuesFromMCParticle(), AliCFVertexingHFCascade::GetGeneratedValuesFromMCParticle(), operator=(), and SetMCPrimaryVertex().
|
protected |
get Number of variables for the container from the channel decay
Definition at line 128 of file AliCFVertexingHF.h.
Referenced by AliCFVertexingHF3Prong::GetRecoValuesFromCandidate(), AliCFVertexingHF2Prong::GetRecoValuesFromCandidate(), AliCFVertexingHFCascade::GetRecoValuesFromCandidate(), AliCFVertexingHFLctoV0bachelor::GetRecoValuesFromCandidate(), operator=(), and SetRecoPrimVertex().