1 #ifndef CommonTools_ParticleFlow_MuonIDPFCandidateSelectorDefinition
2 #define CommonTools_ParticleFlow_MuonIDPFCandidateSelectorDefinition
24 muonCut_( cfg.getParameter< std::string >(
"cut" ) )
34 for( collection::const_iterator pfc = hc->begin();
35 pfc != hc->end(); ++pfc, ++
key) {
40 if (muR.
isNull())
continue;
49 selected_.back().setSourceCandidatePtr( ptrToMother );
StringCutObjectSelector< pat::Muon > muonCut_
bool isNull() const
Checks for null.
MuonIDPFCandidateSelectorDefinition(const edm::ParameterSet &cfg)
void select(const HandleToCollection &hc, const edm::Event &e, const edm::EventSetup &s)
Particle reconstructed by the particle flow algorithm.
Analysis-level muon class.
Selects PFCandidates basing on cuts provided with string cut parser.