ATLAS Offline Software
EndOfEventROIConfirmerAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGGENERICALGS_ENDOFEVENTROICONFIRMERALG_H
6 #define TRIGGENERICALGS_ENDOFEVENTROICONFIRMERALG_H 1
7 
10 
17  public:
18  EndOfEventROIConfirmerAlg(const std::string& name, ISvcLocator* pSvcLocator);
19  virtual ~EndOfEventROIConfirmerAlg() = default;
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode execute(const EventContext& context) const override;
23 
24 
25  private:
26  SG::WriteHandleKeyArray<TrigRoiDescriptorCollection> m_writeHandleKeyArray_ROIs {this, "RoIs", {}, "Keys of the RoI collections"};
27 
28 };
29 
30 #endif // TRIGGENERICALGS_ENDOFEVENTROICONFIRMERALG_H
EndOfEventROIConfirmerAlg::~EndOfEventROIConfirmerAlg
virtual ~EndOfEventROIConfirmerAlg()=default
EndOfEventROIConfirmerAlg::EndOfEventROIConfirmerAlg
EndOfEventROIConfirmerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: EndOfEventROIConfirmerAlg.cxx:9
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:38
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
EndOfEventROIConfirmerAlg::m_writeHandleKeyArray_ROIs
SG::WriteHandleKeyArray< TrigRoiDescriptorCollection > m_writeHandleKeyArray_ROIs
Definition: EndOfEventROIConfirmerAlg.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EndOfEventROIConfirmerAlg::initialize
virtual StatusCode initialize() override
Definition: EndOfEventROIConfirmerAlg.cxx:13
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
EndOfEventROIConfirmerAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: EndOfEventROIConfirmerAlg.cxx:20
TrigRoiDescriptorCollection.h
EndOfEventROIConfirmerAlg
Ensure that all ReadHandles for triggers running on all HLT-accepted events at the end are available....
Definition: EndOfEventROIConfirmerAlg.h:16