Skip to content

Commit fe9735c

Browse files
committed
Fix dead assignment in L1GlobalTriggerPSB.cc
1 parent 23178e7 commit fe9735c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

L1Trigger/GlobalTrigger/src/L1GlobalTriggerPSB.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,12 +1157,6 @@ void L1GlobalTriggerPSB::fillPsbBlock(edm::Event &iEvent,
11571157
}
11581158
}
11591159
}
1160-
} else {
1161-
iHf = nHfRingEtSums % hfPerWord;
1162-
// LogTrace("L1GlobalTrigger")
1163-
// << "\n No HfRingEtSums collection - skip "
1164-
// << iHf*hfBits << " bits "
1165-
// << std::endl;
11661160
}
11671161

11681162
psbWordValue.setAData(aDataVal, iAB + iPair);

0 commit comments

Comments
 (0)