CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edm::ProductSelectorRules::BranchSelectState Struct Reference

#include <ProductSelectorRules.h>

Public Member Functions

 BranchSelectState (edm::BranchDescription const *bd)
 

Public Attributes

edm::BranchDescription const * desc
 
bool selectMe
 

Detailed Description

Definition at line 31 of file ProductSelectorRules.h.

Constructor & Destructor Documentation

edm::ProductSelectorRules::BranchSelectState::BranchSelectState ( edm::BranchDescription const *  bd)
inlineexplicit

Definition at line 36 of file ProductSelectorRules.h.

36  :
37  desc(bd),
38  selectMe(false)
39  { }

Member Data Documentation

edm::BranchDescription const* edm::ProductSelectorRules::BranchSelectState::desc

Definition at line 32 of file ProductSelectorRules.h.

bool edm::ProductSelectorRules::BranchSelectState::selectMe

Definition at line 33 of file ProductSelectorRules.h.