CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Attributes
helper::SelectCode Struct Reference

Public Types

enum  FlagDepth { kNone, kFirst, kAll }
 
enum  KeepOrDrop { kKeep, kDrop }
 

Public Attributes

bool all_
 
FlagDepth daughtersDepth_
 
KeepOrDrop keepOrDrop_
 
FlagDepth mothersDepth_
 

Detailed Description

Definition at line 13 of file GenParticlePruner.cc.

Member Enumeration Documentation

Enumerator
kKeep 
kDrop 

Definition at line 14 of file GenParticlePruner.cc.

Member Data Documentation

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().