Skip to content
Snippets Groups Projects
Commit d3ab6e1f authored by Tim Martin's avatar Tim Martin
Browse files

Request noCombo in PEBInfoWriterAlg, used to signal to ComobHypo

parent 7bc35606
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45371[ATR-23905] Set noCombo in PEB, used to signal to ComobHypo
......@@ -92,6 +92,9 @@ StatusCode PEBInfoWriterAlg::execute(const EventContext& eventContext) const {
ElementLink<DecisionContainer> dummyLink(*decisions, decisions->size()-1, eventContext);
newd->setObjectLink(featureString(), dummyLink);
// Disable ComboHypo checks on the output of the final PEB step. All multiplicity cuts should be applied already.
newd->setDetail<int32_t>("noCombo", 1);
ATH_MSG_DEBUG("RoI eta/phi = " << (*roiEL)->eta() << "/" << (*roiEL)->phi());
ATH_MSG_DEBUG("Added RoI, previous decision and dummy feature to new decision " << counter);
++counter;
......
......@@ -5093,10 +5093,11 @@ HLT_j60_j0_FBDJSHARED_L1J20:
stepFeatures:
0: 147
HLT_j60_j45_2j20_JetDS_L1J45p0ETA21_3J15p0ETA25:
eventCount: 0
eventCount: 9
stepCounts:
0: 9
1: 9
2: 9
stepFeatures:
0: 149
1: 149
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment