Public Types | |
enum | FlagDepth { kNone, kFirst, kAll, kNone, kFirst, kAll } |
enum | FlagDepth { kNone, kFirst, kAll, kNone, kFirst, kAll } |
enum | KeepOrDrop { kKeep, kDrop, kKeep, kDrop } |
enum | KeepOrDrop { kKeep, kDrop, kKeep, kDrop } |
Public Attributes | |
bool | all_ |
FlagDepth | daughtersDepth_ |
KeepOrDrop | keepOrDrop_ |
FlagDepth | mothersDepth_ |
Definition at line 14 of file GenParticlePruner.cc.
enum helper::SelectCode::FlagDepth |
Enumerator | |
---|---|
kNone | |
kFirst | |
kAll | |
kNone | |
kFirst | |
kAll |
Definition at line 16 of file GenParticlePruner.cc.
enum helper::SelectCode::FlagDepth |
Enumerator | |
---|---|
kNone | |
kFirst | |
kAll | |
kNone | |
kFirst | |
kAll |
Definition at line 42 of file TrackingParticleSelectorByGen.cc.
enum helper::SelectCode::KeepOrDrop |
Enumerator | |
---|---|
kKeep | |
kDrop | |
kKeep | |
kDrop |
Definition at line 15 of file GenParticlePruner.cc.
enum helper::SelectCode::KeepOrDrop |
Enumerator | |
---|---|
kKeep | |
kDrop | |
kKeep | |
kDrop |
Definition at line 41 of file TrackingParticleSelectorByGen.cc.
bool helper::SelectCode::all_ |
Definition at line 19 of file GenParticlePruner.cc.
Referenced by GenParticlePruner::parse(), and TrackingParticleSelectorByGen::parse().
FlagDepth helper::SelectCode::daughtersDepth_ |
Definition at line 18 of file GenParticlePruner.cc.
Referenced by GenParticlePruner::parse(), and TrackingParticleSelectorByGen::parse().
KeepOrDrop helper::SelectCode::keepOrDrop_ |
Definition at line 17 of file GenParticlePruner.cc.
Referenced by GenParticlePruner::parse(), and TrackingParticleSelectorByGen::parse().
FlagDepth helper::SelectCode::mothersDepth_ |
Definition at line 18 of file GenParticlePruner.cc.
Referenced by GenParticlePruner::parse(), and TrackingParticleSelectorByGen::parse().