Public Types | |
typedef reco::MuonCollection | collection |
typedef container::const_iterator | const_iterator |
typedef std::vector< const reco::Muon * > | container |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
MuonConfigSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC) | |
void | select (const edm::Handle< reco::MuonCollection > &c, const edm::Event &evt, const edm::EventSetup &) |
size_t | size () const |
Private Attributes | |
container | all_ |
container | selected_ |
AlignmentMuonSelector | theSelector |
Definition at line 26 of file AlignmentMuonSelectorModule.cc.
Definition at line 29 of file AlignmentMuonSelectorModule.cc.
typedef container::const_iterator MuonConfigSelector::const_iterator |
Definition at line 28 of file AlignmentMuonSelectorModule.cc.
typedef std::vector<const reco::Muon *> MuonConfigSelector::container |
Definition at line 27 of file AlignmentMuonSelectorModule.cc.
|
inline |
Definition at line 31 of file AlignmentMuonSelectorModule.cc.
|
inline |
|
inline |
Definition at line 34 of file AlignmentMuonSelectorModule.cc.
References selected_.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 37 of file AlignmentMuonSelectorModule.cc.
References all_, mps_fire::i, edm::Handle< T >::product(), AlignmentMuonSelector::select(), selected_, and theSelector.
|
inline |
Definition at line 35 of file AlignmentMuonSelectorModule.cc.
References selected_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 47 of file AlignmentMuonSelectorModule.cc.
Referenced by select().
|
private |
|
private |
Definition at line 48 of file AlignmentMuonSelectorModule.cc.
Referenced by select().