ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerSummaryAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef DECISIONHANDLING_TRIGGERSUMMARYALG_H
5#define DECISIONHANDLING_TRIGGERSUMMARYALG_H 1
6
7#include <string>
8
23
25 public:
26 TriggerSummaryAlg( const std::string& name, ISvcLocator* pSvcLocator );
27
28 virtual ~TriggerSummaryAlg();
29
30 virtual StatusCode initialize() override;
31 virtual StatusCode execute( const EventContext& context ) const override;
32
33 private:
34
36 "Partial decisions from the last stage of chains processing, they nay be missing from event to event"};
37
39 "Object containing all the HLT input and output decision sets"};
40
41 SG::ReadHandleKey<TrigTimeStamp> m_startStampKey{ this, "StartStampKey", "HLTSeedingStart",
42 "Object with the time stamp when decoding started" };
43
44 typedef short ChainCounter_t;
45 std::map<HLT::Identifier, ChainCounter_t> m_chainIdToChainCounter;
46
47 // TODO (tamartin / tbold) move this to DecisionSummaryMakerAlg ?
48 ToolHandleArray<IHLTOutputTool> m_outputTools{ this, "OutputTools", {}, "Set of tools to prepare make HLT output ready for writing out" };
49
50 ToolHandle<GenericMonitoringTool> m_monTool{ this, "MonTool", "", "Monitoring" };
51};
52
53#endif //> !DECISIONHANDLING_TRIGGERSUMMARY_H
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &context) const override
TriggerSummaryAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandleArray< IHLTOutputTool > m_outputTools
SG::ReadHandleKey< TrigTimeStamp > m_startStampKey
std::map< HLT::Identifier, ChainCounter_t > m_chainIdToChainCounter
SG::ReadHandleKeyArray< TrigCompositeUtils::DecisionContainer > m_finalDecisionKeys
virtual StatusCode initialize() override
SG::ReadHandleKey< TrigCompositeUtils::DecisionContainer > m_inputDecisionKey
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray