ATLAS Offline Software
|
Enumerations | |
enum | OriginType { Fake =0, Pileup, KshortDecay, StrangeMesonDecay, LambdaDecay, StrangeBaryonDecay, TauDecay, GammaConversion, OtherDecay, HadronicInteraction, OtherSecondary, BHadronDecay, DHadronDecay, Fragmentation, OtherOrigin } |
Functions | |
bool | isFake (int origin) |
Helper functions. More... | |
bool | isPileup (int origin) |
from pileup More... | |
bool | isV0Decay (int origin) |
from V0 More... | |
bool | isKshortDecay (int origin) |
from Kshort decay More... | |
bool | isLambdaDecay (int origin) |
from Lambda decay More... | |
bool | isStrangeMesonDecay (int origin) |
from strange meson decay More... | |
bool | isStrangeBaryonDecay (int origin) |
from strange baryon decay More... | |
bool | isGammaConversion (int origin) |
from conversions More... | |
bool | isHadronicInteraction (int origin) |
from hadronic interactions More... | |
bool | isFromTau (int origin) |
from tau decay More... | |
bool | isSecondary (int origin) |
from long living particle decays or gamma conversions or hadronic interactions and anything else with barcode > 200000 More... | |
bool | isFromB (int origin) |
from B decay chain including B-->D More... | |
bool | isFromD (int origin) |
from D decay chain including B-->D More... | |
bool | isFromBNotFromD (int origin) |
from B decay chain excluding B-->D More... | |
bool | isFromDNotFromB (int origin) |
from D decay chain excluding B-->D More... | |
bool | isFromDfromB (int origin) |
from B-->D decay chain More... | |
bool | isFragmentation (int origin) |
not from B, D, or any secondary More... | |
bool | isPrimary (int origin) |
not fake, not pileup, not secondaries More... | |
Definition at line 16 of file InDetTrackTruthOriginDefs.h.
|
inline |
|
inline |
not from B, D, or any secondary
Definition at line 143 of file InDetTrackTruthOriginDefs.h.
|
inline |
from B decay chain including B-->D
Definition at line 111 of file InDetTrackTruthOriginDefs.h.
|
inline |
|
inline |
from D decay chain including B-->D
Definition at line 117 of file InDetTrackTruthOriginDefs.h.
|
inline |
from B-->D decay chain
Definition at line 137 of file InDetTrackTruthOriginDefs.h.
|
inline |
|
inline |
from tau decay
Definition at line 98 of file InDetTrackTruthOriginDefs.h.
|
inline |
from conversions
Definition at line 86 of file InDetTrackTruthOriginDefs.h.
|
inline |
from hadronic interactions
Definition at line 92 of file InDetTrackTruthOriginDefs.h.
|
inline |
from Kshort decay
Definition at line 62 of file InDetTrackTruthOriginDefs.h.
|
inline |
from Lambda decay
Definition at line 68 of file InDetTrackTruthOriginDefs.h.
|
inline |
from pileup
Definition at line 49 of file InDetTrackTruthOriginDefs.h.
|
inline |
|
inline |
from long living particle decays or gamma conversions or hadronic interactions and anything else with barcode > 200000
Definition at line 104 of file InDetTrackTruthOriginDefs.h.
|
inline |
from strange baryon decay
Definition at line 80 of file InDetTrackTruthOriginDefs.h.
|
inline |
from strange meson decay
Definition at line 74 of file InDetTrackTruthOriginDefs.h.
|
inline |