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
jFEXDriver.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 JFEXDRIVER_H
6
#define JFEXDRIVER_H
7
8
// STL
9
#include <string>
10
11
12
// Athena/Gaudi
13
#include "
AthenaBaseComps/AthAlgorithm.h
"
14
#include "
L1CaloFEXToolInterfaces/IjFEXSysSim.h
"
15
#include "
CaloIdentifier/CaloIdManager.h
"
16
#include "
L1CaloFEXSim/jFEXOutputCollection.h
"
17
18
class
CaloIdManager
;
19
20
namespace
LVL1
{
21
22
class
jFEXDriver
:
public
AthAlgorithm
23
{
24
public
:
25
jFEXDriver
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
26
virtual
~jFEXDriver
();
27
28
virtual
StatusCode
initialize
();
29
virtual
StatusCode
execute
();
30
StatusCode
finalize
();
31
32
private
:
33
34
SG::WriteHandleKey<jFEXOutputCollection>
m_jFEXOutputCollectionSGKey
{
this
,
"MyOutputs"
,
"jFEXOutputCollection"
,
"MyOutputs"
};
35
36
ToolHandle<IjFEXSysSim>
m_jFEXSysSimTool
{
this
,
"jFEXSysSimTool"
,
"LVL1::jFEXSysSim"
,
"Tool that creates the jFEX System Simulation"
};
37
38
};
39
40
}
// end of LVL1 namespace
41
#endif
LVL1::jFEXDriver::execute
virtual StatusCode execute()
Definition:
jFEXDriver.cxx:45
IjFEXSysSim.h
LVL1::jFEXDriver::finalize
StatusCode finalize()
Definition:
jFEXDriver.cxx:38
LVL1::jFEXDriver::initialize
virtual StatusCode initialize()
Definition:
jFEXDriver.cxx:27
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
jFEXOutputCollection.h
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
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LVL1::jFEXDriver::m_jFEXSysSimTool
ToolHandle< IjFEXSysSim > m_jFEXSysSimTool
Definition:
jFEXDriver.h:36
AthAlgorithm
Definition:
AthAlgorithm.h:47
TrigConf::name
Definition:
HLTChainList.h:35
LVL1::jFEXDriver::~jFEXDriver
virtual ~jFEXDriver()
Definition:
jFEXDriver.cxx:21
LVL1::jFEXDriver::jFEXDriver
jFEXDriver(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
jFEXDriver.cxx:18
LVL1::jFEXDriver
Definition:
jFEXDriver.h:23
CaloIdManager.h
LVL1::jFEXDriver::m_jFEXOutputCollectionSGKey
SG::WriteHandleKey< jFEXOutputCollection > m_jFEXOutputCollectionSGKey
Definition:
jFEXDriver.h:34
Generated on Mon May 5 2025 21:12:23 for ATLAS Offline Software by
1.8.18