Definition at line 6 of file ZMuMuOverlapExclusion.cc.
Definition at line 8 of file ZMuMuOverlapExclusion.cc.
References configurableAnalysis::Candidate, reco::Candidate::daughter(), RemoveAddSevLevel::flag, reco::Candidate::get(), mps_fire::i, edm::Ref< C, T, F >::id(), crabWrapper::key, edm::Ref< C, T, F >::key(), electrons_cff::matched, and reco::Candidate::numberOfDaughters().
19 assert(nd1==2 && nd2==2);
32 for(
unsigned int i = 0;
i < nd1; ++
i ) {
60 for(
unsigned int i = 0;
i < nd2; ++
i ) {
89 for (
unsigned int i = 0;
i < nd1;
i++) {
91 for (
unsigned int j = 0; j < nd2; j++) {
92 if ( ((trackerTrack2[
i].
id()==trackerTrack1[j].
id()) && (trackerTrack2[
i].
key()==trackerTrack1[j].
key())) ||
93 ((trackerTrack2[
i].
id()==stAloneTrack1[j].
id()) && (trackerTrack2[
i].
key()==stAloneTrack1[j].
key())) ) {
virtual const Candidate * daughter(size_type i) const =0
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
stand alone muon component tag
key_type key() const
Accessor for product key.
ProductID id() const
Accessor for product ID.
conbined muon component tag
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
T get() const
get a component
virtual size_type numberOfDaughters() const =0
number of daughters