Skip to content

Commit 9f6c347

Browse files
author
Nick Manganelli
committed
Code cleanup
1 parent 48a5e11 commit 9f6c347

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ void L1TrackerEtMissEmulatorProducer::produce(edm::Event& iEvent, const edm::Eve
227227
<< " Emu Cos(Phi): " << cosLUT_[(phiQuadrants_[4] - 1 - globalPhi) >> l1tmetemu::kCosLUTShift]
228228
<< " Emu Sin(Phi): -" << cosLUT_[(globalPhi - phiQuadrants_[3]) >> l1tmetemu::kCosLUTShift] << "\n";
229229
}
230-
} else {
231-
temppx = 0;
232-
temppy = 0;
233230
}
234231

235232
int link_number = (track->phiSector() * 2) + ((EtaSector) ? 0 : 1);

0 commit comments

Comments
 (0)