ATLAS Offline Software
Trigger
TrigSteer
TrigOutputHandling
src
HLTEDMCreatorAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGOUTPUTHANDLING_HLTEDMCREATORALG_H
5
#define TRIGOUTPUTHANDLING_HLTEDMCREATORALG_H
6
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
DecisionHandling/IHLTOutputTool.h
"
10
11
#include <string>
12
17
class
HLTEDMCreatorAlg
:
public
AthReentrantAlgorithm
{
18
public
:
19
HLTEDMCreatorAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
20
virtual
~HLTEDMCreatorAlg
()
override
=
default
;
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
24
25
private
:
26
ToolHandleArray<IHLTOutputTool>
m_tools
{
this
,
"OutputTools"
, {},
"Tools that generate output"
};
27
};
28
29
#endif // TRIGOUTPUTHANDLING_HLTEDMCREATORALG_H
HLTEDMCreatorAlg::m_tools
ToolHandleArray< IHLTOutputTool > m_tools
Definition:
HLTEDMCreatorAlg.h:26
HLTEDMCreatorAlg::initialize
virtual StatusCode initialize() override
Definition:
HLTEDMCreatorAlg.cxx:12
IHLTOutputTool.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:83
HLTEDMCreatorAlg::HLTEDMCreatorAlg
HLTEDMCreatorAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
HLTEDMCreatorAlg.cxx:7
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HLTEDMCreatorAlg
Algorithm calling the HLTEDMCreator.
Definition:
HLTEDMCreatorAlg.h:17
HLTEDMCreatorAlg::~HLTEDMCreatorAlg
virtual ~HLTEDMCreatorAlg() override=default
HLTEDMCreatorAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
HLTEDMCreatorAlg.cxx:18
AthReentrantAlgorithm.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
Generated on Mon Dec 23 2024 21:11:19 for ATLAS Offline Software by
1.8.18