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
L1CaloFEXToolInterfaces
L1CaloFEXToolInterfaces
IeFEXSysSim.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
//***************************************************************************
6
// eFEXSysSim.h -
7
// -------------------
8
// begin : 23 03 2019
9
// email : jacob.julian.kempster@cern.ch
10
// ***************************************************************************/
11
12
#ifndef IeFEXSysSim_H
13
#define IeFEXSysSim_H
14
15
#include "GaudiKernel/IAlgTool.h"
16
#include "
L1CaloFEXSim/eTowerContainer.h
"
17
#include "
L1CaloFEXSim/eFEXOutputCollection.h
"
18
19
namespace
LVL1
{
20
21
/*
22
Interface definition for eFEXSysSim
23
*/
24
25
static
const
InterfaceID IID_IeFEXSysSim(
"LVL1::IeFEXSysSim"
, 1, 0);
26
27
class
IeFEXSysSim
:
virtual
public
IAlgTool {
28
public
:
29
static
const
InterfaceID&
interfaceID
( ) ;
30
31
virtual
StatusCode
execute
(
eFEXOutputCollection
* inputOutputCollection) = 0;
32
33
virtual
int
calcTowerID
(
int
eta,
int
phi,
int
mod
)
const
= 0 ;
34
35
private
:
36
37
};
38
39
inline
const
InterfaceID&
LVL1::IeFEXSysSim::interfaceID
()
40
{
41
return
IID_IeFEXSysSim;
42
}
43
44
}
// end of namespace
45
46
#endif
eFEXOutputCollection.h
create ntuples output
eTowerContainer.h
LVL1::IeFEXSysSim::interfaceID
static const InterfaceID & interfaceID()
Definition:
IeFEXSysSim.h:39
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
maskDeadModules.mod
mod
Definition:
maskDeadModules.py:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LVL1::IeFEXSysSim::execute
virtual StatusCode execute(eFEXOutputCollection *inputOutputCollection)=0
LVL1::IeFEXSysSim
Definition:
IeFEXSysSim.h:27
LVL1::eFEXOutputCollection
Definition:
eFEXOutputCollection.h:23
LVL1::IeFEXSysSim::calcTowerID
virtual int calcTowerID(int eta, int phi, int mod) const =0
Generated on Tue Apr 8 2025 21:11:54 for ATLAS Offline Software by
1.8.18