CbmRoot
|
#include <LmvmCand.h>
Public Member Functions | |
LmvmCand () | |
void | ResetMcParams () |
void | SetIsTopologyCutElectron (ELmvmTopologyCut cut, bool value) |
bool | IsCutTill (ELmvmAnaStep step) const |
bool | IsMcSignal () const |
bool | IsMcPi0 () const |
bool | IsMcGamma () const |
bool | IsMcEta () const |
bool | fIsMcBg () const |
Public Attributes | |
TVector3 | fPosition |
TVector3 | fMomentum |
double | fMass = 0. |
double | fMassSig = -1. |
double | fEnergy = 0. |
double | fRapidity = 0. |
int | fCharge = 0 |
double | fChi2Prim = 0. |
double | fChi2Sts = 0. |
double | fChi2Rich = 0. |
double | fChi2Trd = 0. |
double | fChi2Tof = 0. |
double | fLength = 0. |
double | fTime = 0. |
double | fTofDist = -1. |
bool | fIsRichElectron = false |
bool | fIsTrdElectron = false |
bool | fIsTofElectron = false |
int | fMcMotherId = -1 |
int | fEventNumber = 0 |
int | fStsMcTrackId = -1 |
int | fRichMcTrackId = -1 |
int | fTrdMcTrackId = -1 |
int | fTofMcTrackId = -1 |
int | fStsInd = -1 |
int | fRichInd = -1 |
int | fTrdInd = -1 |
int | fTofInd = -1 |
int | fTofTrackInd = -1 |
int | fMcPdg = -1 |
int | fGTrackInd = -1 |
double | fRichAnn = 0. |
double | fTrdAnn = 0. |
double | fMass2 = 0. |
double | fTrdLikeEl = -1. |
double | fTrdLikePi = -1. |
bool | fIsChi2Prim = false |
bool | fIsElectron = false |
bool | fIsGammaCut = true |
bool | fIsMvd1Cut = false |
bool | fIsMvd2Cut = false |
bool | fIsTtCut = false |
bool | fIsStCut = false |
bool | fIsRtCut = false |
bool | fIsPtCut = false |
ELmvmSrc | fMcSrc = ELmvmSrc::Undefined |
Definition at line 12 of file LmvmCand.h.
|
inline |
Definition at line 14 of file LmvmCand.h.
|
inline |
Definition at line 107 of file LmvmCand.h.
|
inline |
Definition at line 33 of file LmvmCand.h.
References Acc, Chi2Prim, ElId, fIsChi2Prim, fIsElectron, fIsGammaCut, fIsMvd1Cut, fIsMvd2Cut, fIsPtCut, fIsRtCut, fIsStCut, fIsTtCut, GammaCut, IsCutTill(), Mc, Mvd1Cut, Mvd2Cut, PtCut, Reco, RtCut, StCut, and TtCut.
Referenced by LmvmTask::CalculateNofTopologyPairs(), LmvmTask::CheckTofId(), LmvmTask::DifferenceSignalAndBg(), and IsCutTill().
|
inline |
Definition at line 105 of file LmvmCand.h.
Referenced by LmvmUtils::IsMcPairEta().
|
inline |
Definition at line 104 of file LmvmCand.h.
Referenced by LmvmUtils::GetBgPairSrc(), LmvmUtils::IsMcPairGamma(), LmvmTask::PairSource(), and LmvmTask::TrackSource().
|
inline |
Definition at line 103 of file LmvmCand.h.
Referenced by LmvmUtils::GetBgPairSrc(), LmvmUtils::IsMcPairPi0(), LmvmTask::PairSource(), and LmvmTask::TrackSource().
|
inline |
Definition at line 102 of file LmvmCand.h.
References fMcSrc, and Signal.
Referenced by LmvmTask::BgPairPdg(), LmvmTask::CheckClosestMvdHit(), LmvmTask::CheckTofId(), LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCandPidValues(), LmvmTask::FillMomHists(), LmvmTask::FillPairHists(), LmvmTask::GetPidString(), LmvmUtils::IsMcPairBg(), LmvmUtils::IsMcPairSignal(), LmvmTask::PairSource(), and LmvmTask::TrackSource().
|
inline |
Definition at line 16 of file LmvmCand.h.
References fMcMotherId, fMcSrc, fRichMcTrackId, fStsMcTrackId, fTofMcTrackId, fTrdMcTrackId, and Undefined.
|
inline |
int LmvmCand::fCharge = 0 |
Definition at line 55 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), LmvmUtils::CalculateArmPodParams(), and LmvmUtils::GetChargeStr().
double LmvmCand::fChi2Prim = 0. |
Definition at line 56 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
double LmvmCand::fChi2Rich = 0. |
Definition at line 58 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
double LmvmCand::fChi2Sts = 0. |
Definition at line 57 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), and LmvmTask::DifferenceSignalAndBg().
double LmvmCand::fChi2Tof = 0. |
Definition at line 60 of file LmvmCand.h.
double LmvmCand::fChi2Trd = 0. |
Definition at line 59 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
double LmvmCand::fEnergy = 0. |
Definition at line 53 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), and LmvmKinePar::Create().
int LmvmCand::fEventNumber = 0 |
Definition at line 71 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
int LmvmCand::fGTrackInd = -1 |
Definition at line 82 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
bool LmvmCand::fIsChi2Prim = false |
Definition at line 90 of file LmvmCand.h.
Referenced by LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCands(), LmvmTask::FillTopologyCands(), and IsCutTill().
bool LmvmCand::fIsElectron = false |
Definition at line 91 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), IsCutTill(), LmvmUtils::IsElectron(), and LmvmUtils::IsElectronMc().
bool LmvmCand::fIsGammaCut = true |
Definition at line 92 of file LmvmCand.h.
Referenced by IsCutTill().
bool LmvmCand::fIsMvd1Cut = false |
Definition at line 93 of file LmvmCand.h.
Referenced by LmvmTask::CheckClosestMvdHit(), LmvmTask::FillCands(), and IsCutTill().
bool LmvmCand::fIsMvd2Cut = false |
Definition at line 94 of file LmvmCand.h.
Referenced by LmvmTask::CheckClosestMvdHit(), LmvmTask::FillCands(), and IsCutTill().
bool LmvmCand::fIsPtCut = false |
Definition at line 98 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), and IsCutTill().
bool LmvmCand::fIsRichElectron = false |
Definition at line 66 of file LmvmCand.h.
Referenced by LmvmUtils::IsRichElectron().
bool LmvmCand::fIsRtCut = false |
Definition at line 97 of file LmvmCand.h.
Referenced by IsCutTill(), and SetIsTopologyCutElectron().
bool LmvmCand::fIsStCut = false |
Definition at line 96 of file LmvmCand.h.
Referenced by IsCutTill(), and SetIsTopologyCutElectron().
bool LmvmCand::fIsTofElectron = false |
Definition at line 68 of file LmvmCand.h.
Referenced by LmvmTask::CheckTofId(), and LmvmUtils::IsTofElectron().
bool LmvmCand::fIsTrdElectron = false |
Definition at line 67 of file LmvmCand.h.
Referenced by LmvmUtils::IsTrdElectron().
bool LmvmCand::fIsTtCut = false |
Definition at line 95 of file LmvmCand.h.
Referenced by IsCutTill(), and SetIsTopologyCutElectron().
double LmvmCand::fLength = 0. |
Definition at line 61 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
double LmvmCand::fMass = 0. |
Definition at line 51 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams().
double LmvmCand::fMass2 = 0. |
Definition at line 85 of file LmvmCand.h.
Referenced by LmvmTask::CheckTofId(), LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCandPidValues(), and LmvmUtils::IsElectron().
double LmvmCand::fMassSig = -1. |
Definition at line 52 of file LmvmCand.h.
Referenced by LmvmTask::FillPairHists().
int LmvmCand::fMcMotherId = -1 |
Definition at line 70 of file LmvmCand.h.
Referenced by LmvmTask::CalculateNofTopologyPairs(), LmvmUtils::GetBgPairSrc(), LmvmUtils::IsMcPairEta(), LmvmUtils::IsMcPairGamma(), LmvmUtils::IsMcPairPi0(), and ResetMcParams().
int LmvmCand::fMcPdg = -1 |
Definition at line 81 of file LmvmCand.h.
Referenced by LmvmTask::BgPairPdg(), LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillPairHists(), LmvmTask::GetPidString(), LmvmTask::PairSource(), and LmvmTask::TrackSource().
ELmvmSrc LmvmCand::fMcSrc = ELmvmSrc::Undefined |
Definition at line 101 of file LmvmCand.h.
Referenced by LmvmTask::CalculateNofTopologyPairs(), LmvmTask::CheckClosestMvdHit(), LmvmTask::DifferenceSignalAndBg(), fIsMcBg(), IsMcEta(), IsMcGamma(), IsMcPi0(), IsMcSignal(), ResetMcParams(), and LmvmTask::TrackSource().
TVector3 LmvmCand::fMomentum |
Definition at line 50 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), LmvmUtils::CalculateArmPodParams(), LmvmTask::CheckClosestMvdHit(), LmvmTask::CheckTofId(), LmvmKinePar::Create(), LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCandPidValues(), LmvmTask::FillCands(), LmvmTask::FillMomHists(), LmvmTask::FillTopologyCands(), and LmvmTask::TrackSource().
TVector3 LmvmCand::fPosition |
Definition at line 49 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams().
double LmvmCand::fRapidity = 0. |
Definition at line 54 of file LmvmCand.h.
Referenced by LmvmUtils::CalculateAndSetTrackParams(), LmvmTask::FillCandPidValues(), and LmvmTask::FillMomHists().
double LmvmCand::fRichAnn = 0. |
Definition at line 83 of file LmvmCand.h.
Referenced by LmvmTask::DifferenceSignalAndBg(), and LmvmUtils::IsElectron().
int LmvmCand::fRichInd = -1 |
Definition at line 77 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
int LmvmCand::fRichMcTrackId = -1 |
Definition at line 73 of file LmvmCand.h.
Referenced by LmvmUtils::IsGhost(), LmvmUtils::IsMismatch(), ResetMcParams(), and LmvmTask::TrackSource().
int LmvmCand::fStsInd = -1 |
Definition at line 76 of file LmvmCand.h.
Referenced by LmvmTask::DifferenceSignalAndBg(), LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
int LmvmCand::fStsMcTrackId = -1 |
Definition at line 72 of file LmvmCand.h.
Referenced by LmvmTask::CalculateNofTopologyPairs(), LmvmTask::CheckClosestMvdHit(), LmvmTask::FillCands(), LmvmUtils::IsElectronMc(), LmvmUtils::IsGhost(), LmvmUtils::IsMismatch(), ResetMcParams(), and LmvmTask::TrackSource().
double LmvmCand::fTime = 0. |
Definition at line 62 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
double LmvmCand::fTofDist = -1. |
Definition at line 63 of file LmvmCand.h.
Referenced by LmvmTask::FillCands().
int LmvmCand::fTofInd = -1 |
Definition at line 79 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
int LmvmCand::fTofMcTrackId = -1 |
Definition at line 75 of file LmvmCand.h.
Referenced by LmvmUtils::IsGhost(), LmvmUtils::IsMismatch(), ResetMcParams(), and LmvmTask::TrackSource().
int LmvmCand::fTofTrackInd = -1 |
Definition at line 80 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
double LmvmCand::fTrdAnn = 0. |
Definition at line 84 of file LmvmCand.h.
int LmvmCand::fTrdInd = -1 |
Definition at line 78 of file LmvmCand.h.
Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
double LmvmCand::fTrdLikeEl = -1. |
Definition at line 86 of file LmvmCand.h.
Referenced by LmvmTask::DifferenceSignalAndBg(), and LmvmTask::FillCands().
double LmvmCand::fTrdLikePi = -1. |
Definition at line 87 of file LmvmCand.h.
Referenced by LmvmTask::DifferenceSignalAndBg(), and LmvmTask::FillCands().
int LmvmCand::fTrdMcTrackId = -1 |
Definition at line 74 of file LmvmCand.h.
Referenced by LmvmUtils::IsGhost(), LmvmUtils::IsMismatch(), ResetMcParams(), and LmvmTask::TrackSource().