Skip to content

Commit e0f3447

Browse files
committed
Remove CICADA set to 0 from verbosity block
1 parent 2239843 commit e0f3447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/L1TGlobal/src/GlobalBoard.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ void l1t::GlobalBoard::receiveCaloObjectData(const edm::Event& iEvent,
354354
edm::LogWarning("L1Tglobal") << "\nWarning: Input tag for the CICADA score"
355355
<< "\nrequested in configuration, but not found in the event.\n"
356356
<< "\nSetting score to 0.0";
357-
setCICADAScore(0.0);
358357
}
358+
setCICADAScore(0.0);
359359
} else
360360
setCICADAScore(cicadaScoreHandle->at(
361361
0,

0 commit comments

Comments
 (0)