Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigT1
L1CaloFEX
L1CaloFEXSim
L1CaloFEXSim
gFEXDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 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/AthAlgorithm.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
AthAlgorithm
22
{
23
public
:
24
//using AthReentrantAlgorithm::AthReentrantAlgorithm;
25
26
gFEXDriver
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
27
virtual
~gFEXDriver
();
28
29
virtual
StatusCode
initialize
()
override
;
30
virtual
StatusCode
execute
()
override
;
31
32
private
:
33
34
//Declare that gFEXDriver class will write an object of type LVL1::gTowerContainer, one of type gFEXOutputCollection
35
SG::WriteHandleKey<gFEXOutputCollection>
m_gFEXOutputCollectionSGKey
{
this
,
"MyOutputs"
,
"gFEXOutputCollection"
,
"MyOutputs"
};
36
37
ToolHandle<IgFEXSysSim>
m_gFEXSysSimTool
{
this
,
"gFEXSysSimTool"
,
"LVL1::gFEXSysSim"
,
"Tool that creates the gFEX System Simulation"
};
38
39
};
40
41
}
// end of LVL1 namespace
42
#endif
LVL1::gFEXDriver::m_gFEXSysSimTool
ToolHandle< IgFEXSysSim > m_gFEXSysSimTool
Definition:
gFEXDriver.h:37
LVL1::gFEXDriver::initialize
virtual StatusCode initialize() override
Definition:
gFEXDriver.cxx:28
gFEXOutputCollection.h
LVL1::gFEXDriver::m_gFEXOutputCollectionSGKey
SG::WriteHandleKey< gFEXOutputCollection > m_gFEXOutputCollectionSGKey
Definition:
gFEXDriver.h:35
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
LVL1::gFEXDriver::~gFEXDriver
virtual ~gFEXDriver()
Definition:
gFEXDriver.cxx:22
AthAlgorithm.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition:
StoreGate/StoreGate/WriteHandleKey.h:40
CaloIdManager
This class initializes the Calo (LAr and Tile) offline identifiers.
Definition:
CaloIdManager.h:45
IgFEXSysSim.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LVL1::gFEXDriver::execute
virtual StatusCode execute() override
Definition:
gFEXDriver.cxx:42
AthAlgorithm
Definition:
AthAlgorithm.h:47
TrigConf::name
Definition:
HLTChainList.h:35
LVL1::gFEXDriver::gFEXDriver
gFEXDriver(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
gFEXDriver.cxx:15
LVL1::gFEXDriver
Definition:
gFEXDriver.h:22
Generated on Mon Apr 7 2025 21:11:11 for ATLAS Offline Software by
1.8.18