ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCostFinalizeAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGCOSTMONITOR_TRIGCOSTFINALIZEALG_H
5#define TRIGCOSTMONITOR_TRIGCOSTFINALIZEALG_H 1
6
10
11
17{
18 public:
19
20 TrigCostFinalizeAlg( const std::string& name, ISvcLocator* pSvcLocator );
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute( const EventContext& context ) const override;
24
25 private:
27 this, "TrigCostSvc", "TrigCostSvc", "The trigger cost service" };
28
29 SG::WriteHandleKey<xAOD::TrigCompositeContainer> m_costWriteHandleKey { this, "CostWriteHandleKey", "HLT_TrigCostContainer",
30 "TrigComposite collections summarising the HLT execution" };
31
32 SG::WriteHandleKey<xAOD::TrigCompositeContainer> m_rosWriteHandleKey { this, "ROSWriteHandleKey", "HLT_TrigCostROSContainer",
33 "TrigComposite collections summarising the ROS requests" };
34};
35
36#endif //> !TRIGCOSTMONITOR_TRIGCOSTFINALIZEALG_H
37
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_rosWriteHandleKey
virtual StatusCode initialize() override
ServiceHandle< ITrigCostSvc > m_trigCostSvcHandle
TrigCostFinalizeAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_costWriteHandleKey
virtual StatusCode execute(const EventContext &context) const override