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

Change property name in L1Decoder

New: L1DecoderSummaryKey = L1DecoderSummary
Old: Chains = HLTChains
parent 9cf47c43
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!20010ATR-19246 TriggerMT Decision Encoding in ESD Update
...@@ -110,7 +110,7 @@ StatusCode L1Decoder::execute (const EventContext& ctx) const { ...@@ -110,7 +110,7 @@ StatusCode L1Decoder::execute (const EventContext& ctx) const {
ATH_CHECK( saveChainsInfo( l1SeededChains, chainsInfo, "l1seeded", ctx ) ); ATH_CHECK( saveChainsInfo( l1SeededChains, chainsInfo, "l1seeded", ctx ) );
ATH_CHECK( saveChainsInfo( activeChains, chainsInfo, "unprescaled", ctx ) ); ATH_CHECK( saveChainsInfo( activeChains, chainsInfo, "unprescaled", ctx ) );
// for now all the chains that were pre-scaled are st to re-run // for now all the chains that were pre-scaled are set to re-run
HLT::IDVec rerunChains; HLT::IDVec rerunChains;
std::set_difference( l1SeededChains.begin(), l1SeededChains.end(), std::set_difference( l1SeededChains.begin(), l1SeededChains.end(),
activeChains.begin(), activeChains.end(), activeChains.begin(), activeChains.end(),
......
...@@ -49,7 +49,7 @@ private: ...@@ -49,7 +49,7 @@ private:
SG::ReadHandleKey<ROIB::RoIBResult> m_RoIBResultKey{this, "RoIBResult", "RoIBResult", SG::ReadHandleKey<ROIB::RoIBResult> m_RoIBResultKey{this, "RoIBResult", "RoIBResult",
"Name of RoIBResult"}; "Name of RoIBResult"};
SG::WriteHandleKey<TrigCompositeUtils::DecisionContainer> m_summaryKey{this, "L1DecoderSummaryKey", "L1DecoderSummary", SG::WriteHandleKey<TrigCompositeUtils::DecisionContainer> m_summaryKey{this, "L1DecoderSummaryKey", "L1DecoderSummary", // was property Chains with default value HLTChains
"Chains status after L1 and prescaling"}; "Chains status after L1 and prescaling"};
SG::WriteHandleKey<TrigTimeStamp> m_startStampKey{ this, "StartStampKey", "L1DecoderStart", SG::WriteHandleKey<TrigTimeStamp> m_startStampKey{ this, "StartStampKey", "L1DecoderStart",
......
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