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
SeedConfigSelector Struct Reference

Public Types

typedef TrajectorySeedCollection collection
 
typedef container::const_iterator const_iterator
 
typedef std::vector< const
TrajectorySeed * > 
container
 

Public Member Functions

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

Private Attributes

container all_
 
container selected_
 
AlignmentSeedSelector theSelector
 

Detailed Description

Definition at line 8 of file AlignmentSeedSelectorModule.cc.

Member Typedef Documentation

Definition at line 12 of file AlignmentSeedSelectorModule.cc.

typedef container::const_iterator SeedConfigSelector::const_iterator

Definition at line 11 of file AlignmentSeedSelectorModule.cc.

typedef std::vector<const TrajectorySeed*> SeedConfigSelector::container

Definition at line 10 of file AlignmentSeedSelectorModule.cc.

Constructor & Destructor Documentation

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

Definition at line 14 of file AlignmentSeedSelectorModule.cc.

14  :
15  theSelector(cfg) {}
AlignmentSeedSelector theSelector

Member Function Documentation

const_iterator SeedConfigSelector::begin ( ) const
inline

Definition at line 17 of file AlignmentSeedSelectorModule.cc.

References selected_.

17 { return selected_.begin(); }
const_iterator SeedConfigSelector::end ( ) const
inline

Definition at line 18 of file AlignmentSeedSelectorModule.cc.

References selected_.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

18 { return selected_.end(); }
void SeedConfigSelector::select ( const edm::Handle< TrajectorySeedCollection c,
const edm::Event evt,
const edm::EventSetup  
)
inline
size_t SeedConfigSelector::size ( void  ) const
inline

Definition at line 19 of file AlignmentSeedSelectorModule.cc.

References selected_.

19 { return selected_.size(); }

Member Data Documentation

container SeedConfigSelector::all_
private

Definition at line 34 of file AlignmentSeedSelectorModule.cc.

Referenced by select().

container SeedConfigSelector::selected_
private

Definition at line 34 of file AlignmentSeedSelectorModule.cc.

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

AlignmentSeedSelector SeedConfigSelector::theSelector
private

Definition at line 35 of file AlignmentSeedSelectorModule.cc.

Referenced by select().