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