CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
CSCBeamHaloConfigSelector Struct Reference

Public Types

typedef reco::TrackCollection collection
 
typedef container::const_iterator const_iterator
 
typedef std::vector< const
reco::Track * > 
container
 

Public Member Functions

const_iterator begin () const
 
 CSCBeamHaloConfigSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
 
 CSCBeamHaloConfigSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
 
const_iterator end () const
 
void select (const edm::Handle< reco::TrackCollection > &c, const edm::Event &evt, const edm::EventSetup &)
 
size_t size () const
 

Private Attributes

container all_
 
container selected_
 
AlignmentCSCBeamHaloSelector theSelector
 

Detailed Description

Definition at line 13 of file AlignmentCSCBeamHaloSelectorModule.cc.

Member Typedef Documentation

Definition at line 17 of file AlignmentCSCBeamHaloSelectorModule.cc.

typedef container::const_iterator CSCBeamHaloConfigSelector::const_iterator

Definition at line 16 of file AlignmentCSCBeamHaloSelectorModule.cc.

Definition at line 15 of file AlignmentCSCBeamHaloSelectorModule.cc.

Constructor & Destructor Documentation

CSCBeamHaloConfigSelector::CSCBeamHaloConfigSelector ( const edm::ParameterSet cfg,
edm::ConsumesCollector &&  iC 
)
inline

Definition at line 19 of file AlignmentCSCBeamHaloSelectorModule.cc.

19  :
20  CSCBeamHaloConfigSelector(cfg, iC) {}
CSCBeamHaloConfigSelector(const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
CSCBeamHaloConfigSelector::CSCBeamHaloConfigSelector ( const edm::ParameterSet cfg,
edm::ConsumesCollector iC 
)
inline

Definition at line 21 of file AlignmentCSCBeamHaloSelectorModule.cc.

21  :
22  theSelector(cfg, iC) {}
AlignmentCSCBeamHaloSelector theSelector

Member Function Documentation

const_iterator CSCBeamHaloConfigSelector::begin ( ) const
inline

Definition at line 24 of file AlignmentCSCBeamHaloSelectorModule.cc.

References selected_.

24 { return selected_.begin(); }
const_iterator CSCBeamHaloConfigSelector::end ( ) const
inline
void CSCBeamHaloConfigSelector::select ( const edm::Handle< reco::TrackCollection > &  c,
const edm::Event evt,
const edm::EventSetup  
)
inline
size_t CSCBeamHaloConfigSelector::size ( void  ) const
inline

Definition at line 26 of file AlignmentCSCBeamHaloSelectorModule.cc.

References selected_.

26 { return selected_.size(); }

Member Data Documentation

container CSCBeamHaloConfigSelector::all_
private

Definition at line 41 of file AlignmentCSCBeamHaloSelectorModule.cc.

Referenced by select().

container CSCBeamHaloConfigSelector::selected_
private

Definition at line 41 of file AlignmentCSCBeamHaloSelectorModule.cc.

Referenced by begin(), end(), select(), and size().

AlignmentCSCBeamHaloSelector CSCBeamHaloConfigSelector::theSelector
private

Definition at line 42 of file AlignmentCSCBeamHaloSelectorModule.cc.

Referenced by select().