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 |
CSCOverlapConfigSelector (const edm::ParameterSet &cfg) | |
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_ |
AlignmentCSCOverlapSelector | theSelector |
Definition at line 12 of file AlignmentCSCOverlapSelectorModule.cc.
Definition at line 16 of file AlignmentCSCOverlapSelectorModule.cc.
typedef container::const_iterator CSCOverlapConfigSelector::const_iterator |
Definition at line 15 of file AlignmentCSCOverlapSelectorModule.cc.
typedef std::vector<const reco::Track*> CSCOverlapConfigSelector::container |
Definition at line 14 of file AlignmentCSCOverlapSelectorModule.cc.
CSCOverlapConfigSelector::CSCOverlapConfigSelector | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 18 of file AlignmentCSCOverlapSelectorModule.cc.
: theSelector(cfg) {}
const_iterator CSCOverlapConfigSelector::begin | ( | ) | const [inline] |
Definition at line 21 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
{ return selected_.begin(); }
const_iterator CSCOverlapConfigSelector::end | ( | ) | const [inline] |
Definition at line 22 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
{ return selected_.end(); }
void CSCOverlapConfigSelector::select | ( | const edm::Handle< reco::TrackCollection > & | c, |
const edm::Event & | evt, | ||
const edm::EventSetup & | |||
) | [inline] |
Definition at line 25 of file AlignmentCSCOverlapSelectorModule.cc.
References all_, i, edm::Handle< T >::product(), AlignmentCSCOverlapSelector::select(), selected_, and theSelector.
size_t CSCOverlapConfigSelector::size | ( | void | ) | const [inline] |
Definition at line 23 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
{ return selected_.size(); }
container CSCOverlapConfigSelector::all_ [private] |
Definition at line 38 of file AlignmentCSCOverlapSelectorModule.cc.
Referenced by select().
container CSCOverlapConfigSelector::selected_ [private] |
Definition at line 39 of file AlignmentCSCOverlapSelectorModule.cc.
Referenced by select().