42 produces<std::vector<reco::Muon> >();
54 minDR =
pset.getUntrackedParameter<
double>(
"minDR", 0.1);
71 edm::LogError(
"") <<
">>> Muon collection does not exist !!!";
77 edm::LogError(
"") <<
">>> Old Track collection does not exist !!!";
83 edm::LogError(
"") <<
">>> New Track collection does not exist !!!";
87 unsigned int muonCollectionSize = muonCollectionHandle->size();
90 for (
unsigned int i = 0;
i < muonCollectionSize;
i++) {
94 if (
mu->innerTrack().isNonnull()) {
121 if (fabs((1.0 / newTrackRef->pt()) - (1.0 / oldTrackRef->pt())) >
maxInvPtDiff)
123 float dR =
deltaR(newTrackRef->momentum(), oldTrackRef->momentum());