ATLAS Offline Software
Loading...
Searching...
No Matches
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:
27
28};
29
30#endif // TRIGGENERICALGS_ENDOFEVENTROICONFIRMERALG_H
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKeyArray< TrigRoiDescriptorCollection > m_writeHandleKeyArray_ROIs
virtual StatusCode initialize() override
EndOfEventROIConfirmerAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
virtual ~EndOfEventROIConfirmerAlg()=default
HandleKeyArray< WriteHandle< T >, WriteHandleKey< T >, Gaudi::DataHandle::Writer > WriteHandleKeyArray