diff --git a/Trigger/TrigSteer/L1Decoder/src/L1Decoder.cxx b/Trigger/TrigSteer/L1Decoder/src/L1Decoder.cxx index bdf52743ad43015a17cb4a23a5ec62d2b40619d5..1fa8e0e9dc20b56e9a65afdb2f9365a780e5bf27 100644 --- a/Trigger/TrigSteer/L1Decoder/src/L1Decoder.cxx +++ b/Trigger/TrigSteer/L1Decoder/src/L1Decoder.cxx @@ -110,7 +110,7 @@ StatusCode L1Decoder::execute (const EventContext& ctx) const { ATH_CHECK( saveChainsInfo( l1SeededChains, chainsInfo, "l1seeded", 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; std::set_difference( l1SeededChains.begin(), l1SeededChains.end(), activeChains.begin(), activeChains.end(), diff --git a/Trigger/TrigSteer/L1Decoder/src/L1Decoder.h b/Trigger/TrigSteer/L1Decoder/src/L1Decoder.h index 1cf8dcf910da9f90dd87772c74f2d531e5b58530..201eec8eb971873edd9e88f9a00ee00b0178dd90 100644 --- a/Trigger/TrigSteer/L1Decoder/src/L1Decoder.h +++ b/Trigger/TrigSteer/L1Decoder/src/L1Decoder.h @@ -49,7 +49,7 @@ private: SG::ReadHandleKey<ROIB::RoIBResult> m_RoIBResultKey{this, "RoIBResult", "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"}; SG::WriteHandleKey<TrigTimeStamp> m_startStampKey{ this, "StartStampKey", "L1DecoderStart",