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
JEMHitsCnv_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
5
//***************************************************************************
6
// JEMHitsCnv_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef JEMHitsCnv_p1_H
14
#define JEMHitsCnv_p1_H
15
16
// Gaudi/Athena include(s):
17
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
18
19
// Trigger include(s):
20
#include "
TrigT1CaloEvent/JEMHits.h
"
21
22
// Local include(s):
23
#include "
TrigT1EventTPCnv/JEMHits_p1.h
"
24
25
//using namespace LVL1;
26
29
class
JEMHitsCnv_p1
:
public
T_AthenaPoolTPCnvBase
< LVL1::JEMHits, JEMHits_p1 > {
30
31
public
:
32
JEMHitsCnv_p1
() :
m_JEMHitsCnv
(0) {}
33
34
virtual
void
persToTrans
(
const
JEMHits_p1
* persObj,
LVL1::JEMHits
* transObj, MsgStream &
log
);
35
virtual
void
transToPers
(
const
LVL1::JEMHits
* transObj,
JEMHits_p1
* persObj, MsgStream &
log
);
36
37
protected
:
38
JEMHitsCnv_p1
*
m_JEMHitsCnv
;
39
40
};
// class TriggerTowerCnv_p1
41
42
#endif
TPConverterBase
Definition:
TPConverter.h:738
JEMHits_p1
T/P separation for TrigT1Calo::JEMHits class.
Definition:
JEMHits_p1.h:19
T_AthenaPoolTPConverter.h
JEMHitsCnv_p1::JEMHitsCnv_p1
JEMHitsCnv_p1()
Definition:
JEMHitsCnv_p1.h:32
JEMHitsCnv_p1::persToTrans
virtual void persToTrans(const JEMHits_p1 *persObj, LVL1::JEMHits *transObj, MsgStream &log)
Definition:
JEMHitsCnv_p1.cxx:24
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
JEMHitsCnv_p1
T/P convertor for TrigT1Calo JEMHits class.
Definition:
JEMHitsCnv_p1.h:29
LVL1::JEMHits
Definition:
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JEMHits.h:27
JEMHits.h
JEMHitsCnv_p1::transToPers
virtual void transToPers(const LVL1::JEMHits *transObj, JEMHits_p1 *persObj, MsgStream &log)
Definition:
JEMHitsCnv_p1.cxx:44
JEMHits_p1.h
JEMHitsCnv_p1::m_JEMHitsCnv
JEMHitsCnv_p1 * m_JEMHitsCnv
Definition:
JEMHitsCnv_p1.h:38
Generated on Sat Mar 29 2025 21:12:23 for ATLAS Offline Software by
1.8.18