ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1CaloFEX
L1CaloFEXSim
src
gFEXDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GFEXDRIVER_H
6
#define GFEXDRIVER_H
7
8
// STL
9
#include <string>
10
11
// Athena/Gaudi
12
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
13
#include "
L1CaloFEXToolInterfaces/IgFEXSysSim.h
"
14
#include "
L1CaloFEXSim/gFEXOutputCollection.h
"
15
16
17
class
CaloIdManager
;
18
19
namespace
LVL1
{
20
21
class
gFEXDriver
:
public
AthReentrantAlgorithm
22
{
23
public
:
24
25
gFEXDriver
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
26
virtual
~gFEXDriver
();
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
30
31
private
:
32
33
//Declare that gFEXDriver class will write an object of type LVL1::gTowerContainer, one of type gFEXOutputCollection
34
SG::WriteHandleKey<gFEXOutputCollection>
m_gFEXOutputCollectionSGKey
{
this
,
"MyOutputs"
,
"gFEXOutputCollection"
,
"MyOutputs"
};
35
36
ToolHandle<IgFEXSysSim>
m_gFEXSysSimTool
{
this
,
"gFEXSysSimTool"
,
"LVL1::gFEXSysSim"
,
"Tool that creates the gFEX System Simulation"
};
37
38
};
39
40
}
// end of LVL1 namespace
41
#endif
AthReentrantAlgorithm.h
IgFEXSysSim.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
CaloIdManager
This class initializes the Calo (LAr and Tile) offline identifiers.
Definition
CaloIdManager.h:45
LVL1::gFEXDriver::gFEXDriver
gFEXDriver(const std::string &name, ISvcLocator *pSvcLocator)
Definition
gFEXDriver.cxx:15
LVL1::gFEXDriver::m_gFEXSysSimTool
ToolHandle< IgFEXSysSim > m_gFEXSysSimTool
Definition
gFEXDriver.h:36
LVL1::gFEXDriver::m_gFEXOutputCollectionSGKey
SG::WriteHandleKey< gFEXOutputCollection > m_gFEXOutputCollectionSGKey
Definition
gFEXDriver.h:34
LVL1::gFEXDriver::~gFEXDriver
virtual ~gFEXDriver()
Definition
gFEXDriver.cxx:22
LVL1::gFEXDriver::initialize
virtual StatusCode initialize() override
Definition
gFEXDriver.cxx:28
LVL1::gFEXDriver::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
gFEXDriver.cxx:42
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
gFEXOutputCollection.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0