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
TrigT1EventTPCnv
TrigT1EventTPCnv
TriggerTowerCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TriggerTowerCNV_P1_H
5
#define TriggerTowerCNV_P1_H
6
7
// Gaudi/Athena include(s):
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
// Trigger include(s):
11
#include "
TrigT1CaloEvent/TriggerTower.h
"
12
13
// Local include(s):
14
#include "
TrigT1EventTPCnv/TriggerTower_p1.h
"
15
16
//using namespace LVL1;
17
26
class
TriggerTowerCnv_p1
:
public
T_AthenaPoolTPCnvBase
< LVL1::TriggerTower, TriggerTower_p1 > {
27
28
public
:
29
TriggerTowerCnv_p1
() :
m_TriggerTowerCnv
(0) {}
30
31
virtual
void
persToTrans
(
const
TriggerTower_p1
* persObj,
LVL1::TriggerTower
* transObj, MsgStream &
log
);
32
virtual
void
transToPers
(
const
LVL1::TriggerTower
* transObj,
TriggerTower_p1
* persObj, MsgStream &
log
);
33
34
protected
:
35
TriggerTowerCnv_p1
*
m_TriggerTowerCnv
;
36
37
};
// class TriggerTowerCnv_p1
38
39
#endif // TriggerTowerCNV_P1_H
TriggerTowerCnv_p1::TriggerTowerCnv_p1
TriggerTowerCnv_p1()
Definition:
TriggerTowerCnv_p1.h:29
TPConverterBase
Definition:
TPConverter.h:738
TriggerTower_p1.h
TriggerTower_p1
Persistent form of TriggerTower using T/P separation.
Definition:
TriggerTower_p1.h:26
TriggerTowerCnv_p1::persToTrans
virtual void persToTrans(const TriggerTower_p1 *persObj, LVL1::TriggerTower *transObj, MsgStream &log)
Definition:
TriggerTowerCnv_p1.cxx:23
TriggerTowerCnv_p1
T/P converter for TriggerTower and TriggerTower_p1.
Definition:
TriggerTowerCnv_p1.h:26
T_AthenaPoolTPConverter.h
TriggerTowerCnv_p1::m_TriggerTowerCnv
TriggerTowerCnv_p1 * m_TriggerTowerCnv
Definition:
TriggerTowerCnv_p1.h:35
LVL1::TriggerTower
Trigger towers are the inputs to all other parts of the calorimeter trigger.
Definition:
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/TriggerTower.h:45
TriggerTowerCnv_p1::transToPers
virtual void transToPers(const LVL1::TriggerTower *transObj, TriggerTower_p1 *persObj, MsgStream &log)
Definition:
TriggerTowerCnv_p1.cxx:56
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TriggerTower.h
Generated on Sat Mar 29 2025 21:20:51 for ATLAS Offline Software by
1.8.18