Skip to content

Commit 7ad1030

Browse files
committed
Fix dead assignment in L1NNCaloTauEmulator.cc
1 parent 9741f3f commit 7ad1030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

L1Trigger/L1CaloTrigger/plugins/L1NNCaloTauEmulator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ void L1NNCaloTauEmulator::produce(edm::Event& iEvent, const edm::EventSetup& eSe
531531

532532
float idScore = -1.;
533533
if (!VsPuId.method().empty()) {
534-
idScore = VsPuId.passID(*cl3dIt, cluster);
535534
idScore = cluster.egVsPUMVAOut();
536535
}
537536

0 commit comments

Comments
 (0)