Loading [MathJax]/jax/input/TeX/config.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
TrigT1CaloToolInterfaces
TrigT1CaloToolInterfaces
IL1CPMTowerTools.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IL1CPMTowerTools.h,
8
#ifndef ILVL1L1CPMTOWERTOOLS_H
9
#define ILVL1L1CPMTOWERTOOLS_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
TrigT1CaloEvent/TriggerTower.h
"
13
#include "
xAODTrigL1Calo/TriggerTowerContainer.h
"
14
#include "
TrigT1CaloEvent/CPMTower.h
"
15
#include "
xAODTrigL1Calo/CPMTower.h
"
16
#include <map>
17
18
namespace
LVL1
19
{
20
25
static
const
InterfaceID IID_IL1CPMTowerTools(
"LVL1::IL1CPMTowerTools"
, 1, 0);
26
27
class
IL1CPMTowerTools
:
virtual
public
IAlgTool {
28
public
:
29
static
const
InterfaceID&
interfaceID
( ) ;
30
31
// enter declaration of your interface-defining member functions here
32
virtual
void
makeCPMTowers
(
const
DataVector<TriggerTower>
* triggerTowers,
DataVector<CPMTower>
* cpmTowers,
bool
zeroSuppress =
true
) = 0;
33
virtual
void
makeCPMTowers
(
const
DataVector<xAOD::TriggerTower>
* triggerTowers,
DataVector<CPMTower>
* cpmTowers,
bool
zeroSuppress =
true
) = 0;
34
virtual
void
makeCPMTowers
(
const
DataVector<xAOD::TriggerTower>
* triggerTowers,
DataVector<xAOD::CPMTower>
* cpmTowers,
bool
zeroSuppress =
true
) = 0;
35
36
};
37
38
inline
const
InterfaceID&
LVL1::IL1CPMTowerTools::interfaceID
()
39
{
40
return
IID_IL1CPMTowerTools;
41
}
42
43
}
// end of namespace
44
45
#endif
TriggerTowerContainer.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
CPMTower.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
CPMTower.h
LVL1::IL1CPMTowerTools
Definition:
IL1CPMTowerTools.h:27
LVL1::IL1CPMTowerTools::makeCPMTowers
virtual void makeCPMTowers(const DataVector< xAOD::TriggerTower > *triggerTowers, DataVector< xAOD::CPMTower > *cpmTowers, bool zeroSuppress=true)=0
LVL1::IL1CPMTowerTools::makeCPMTowers
virtual void makeCPMTowers(const DataVector< xAOD::TriggerTower > *triggerTowers, DataVector< CPMTower > *cpmTowers, bool zeroSuppress=true)=0
LVL1::IL1CPMTowerTools::makeCPMTowers
virtual void makeCPMTowers(const DataVector< TriggerTower > *triggerTowers, DataVector< CPMTower > *cpmTowers, bool zeroSuppress=true)=0
TriggerTower.h
LVL1::IL1CPMTowerTools::interfaceID
static const InterfaceID & interfaceID()
Definition:
IL1CPMTowerTools.h:38
Generated on Mon Apr 21 2025 21:11:51 for ATLAS Offline Software by
1.8.18