10 using namespace muonisolation;
28 LogWarning(metname)<<
"Call this method only if the original muon track collection is lost";
33 typedef reco::IsoDepositMap::const_iterator iterator_i;
34 typedef reco::IsoDepositMap::container::const_iterator iterator_ii;
35 iterator_i depI = depMap->begin();
36 iterator_i depIEnd = depMap->end();
37 for (; depI != depIEnd; ++depI){
38 iterator_ii depII = depI.begin();
39 iterator_ii depIIEnd = depI.end();
40 for (; depII != depIIEnd; ++depII){
42 if (muonDir.deltaR(depDir) < 1.e-6)
return *depII;
55 return (*depMap)[
muon];
const std::string metname
std::vector< Track > TrackCollection
collection of Tracks
double phi() const
azimuthal angle of momentum vector
double eta() const
pseudorapidity of momentum vector
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
reco::IsoDeposit IsoDeposit