We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847e52d commit 2554929Copy full SHA for 2554929
L1Trigger/Phase2L1ParticleFlow/src/l1-converters/hgcalinputt_ref.cpp
@@ -230,7 +230,7 @@ bool l1ct::HgcalClusterDecoderEmulator::MultiClassID::evaluate(l1ct::HadCaloObjE
230
// bit 0: PF EM ID
231
// bit 1: EG EM ID
232
// bit 2: EG Loose ID
233
- cl.hwEmID = passPFEm | (passEgEm << 1) | (passEgEm_tight << 2);
+ cl.hwEmID = passPFEm | (passEgEm_tight << 1) | (passEgEm << 2);
234
235
cl.hwPiProb = sm_scores[1];
236
cl.hwEmProb = sm_scores[2];
0 commit comments