ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAlgorithms
TrigGenericAlgs
src
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
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include <
TrigSteeringEvent/TrigRoiDescriptorCollection.h
>
10
16
class
EndOfEventROIConfirmerAlg
:
public
AthReentrantAlgorithm
{
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
AthReentrantAlgorithm.h
TrigRoiDescriptorCollection.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
EndOfEventROIConfirmerAlg::m_writeHandleKeyArray_ROIs
SG::WriteHandleKeyArray< TrigRoiDescriptorCollection > m_writeHandleKeyArray_ROIs
Definition
EndOfEventROIConfirmerAlg.h:26
EndOfEventROIConfirmerAlg::initialize
virtual StatusCode initialize() override
Definition
EndOfEventROIConfirmerAlg.cxx:13
EndOfEventROIConfirmerAlg::EndOfEventROIConfirmerAlg
EndOfEventROIConfirmerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
EndOfEventROIConfirmerAlg.cxx:9
EndOfEventROIConfirmerAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
EndOfEventROIConfirmerAlg.cxx:20
EndOfEventROIConfirmerAlg::~EndOfEventROIConfirmerAlg
virtual ~EndOfEventROIConfirmerAlg()=default
SG::WriteHandleKeyArray
HandleKeyArray< WriteHandle< T >, WriteHandleKey< T >, Gaudi::DataHandle::Writer > WriteHandleKeyArray
Definition
WriteHandleKeyArray.h:32
Generated on
for ATLAS Offline Software by
1.17.0