CMS 3D CMS Logo

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

◆ FlagDepth

enum helper::SelectCode::FlagDepth
Enumerator
kNone 
kFirst 
kAll 

Definition at line 15 of file GenParticlePruner.cc.

15 { kNone, kFirst, kAll };

◆ KeepOrDrop

enum helper::SelectCode::KeepOrDrop
Enumerator
kKeep 
kDrop 

Definition at line 14 of file GenParticlePruner.cc.

14 { kKeep, kDrop };

Member Data Documentation

◆ all_

bool helper::SelectCode::all_

Definition at line 18 of file GenParticlePruner.cc.

Referenced by GenParticlePruner::parse().

◆ daughtersDepth_

FlagDepth helper::SelectCode::daughtersDepth_

Definition at line 17 of file GenParticlePruner.cc.

Referenced by GenParticlePruner::parse().

◆ keepOrDrop_

KeepOrDrop helper::SelectCode::keepOrDrop_

Definition at line 16 of file GenParticlePruner.cc.

Referenced by GenParticlePruner::parse().

◆ mothersDepth_

FlagDepth helper::SelectCode::mothersDepth_

Definition at line 17 of file GenParticlePruner.cc.

Referenced by GenParticlePruner::parse().

helper::SelectCode::kKeep
Definition: GenParticlePruner.cc:14
helper::SelectCode::kAll
Definition: GenParticlePruner.cc:15
helper::SelectCode::kDrop
Definition: GenParticlePruner.cc:14
helper::SelectCode::kFirst
Definition: GenParticlePruner.cc:15
helper::SelectCode::kNone
Definition: GenParticlePruner.cc:15