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
LArCalorimeter
LArCnv
LArSimEventTPCnv
LArSimEventTPCnv
LArHitFloatContainerCnv_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARTPCNV_LARHITFLOATCONTAINERCNV_p2_H
6
#define LARTPCNV_LARHITFLOATCONTAINERCNV_p2_H
7
8
#include "
LArSimEventTPCnv/LArHitContainer_p2.h
"
9
#include "
LArSimEvent/LArHitFloatContainer.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
13
class
CaloCell_ID
;
14
15
16
class
LArHitFloatContainerCnv_p2
:
public
T_AthenaPoolTPCnvBase
<LArHitFloatContainer, LArHitContainer_p2>
17
{
18
public
:
19
LArHitFloatContainerCnv_p2
();
20
21
virtual
void
persToTrans
(
const
LArHitContainer_p2
* persColl,
LArHitFloatContainer
* transColl, MsgStream &
log
)
override
;
22
virtual
void
transToPers
(
const
LArHitFloatContainer
* transColl,
LArHitContainer_p2
* persColl, MsgStream &
log
)
override
;
23
24
private
:
25
const
CaloCell_ID
*
m_cellIdHelper
;
26
};
27
28
29
#endif // not LARTPCNV_LARHITFLOATCONTAINERCNV_p2_H
LArHitFloatContainer
Container for LArHitFloat.
Definition:
LArHitFloatContainer.h:18
TPConverterBase
Definition:
TPConverter.h:738
LArHitFloatContainer.h
LArHitContainer_p2.h
LArHitFloatContainerCnv_p2::persToTrans
virtual void persToTrans(const LArHitContainer_p2 *persColl, LArHitFloatContainer *transColl, MsgStream &log) override
Definition:
LArHitFloatContainerCnv_p2.cxx:82
T_AthenaPoolTPConverter.h
CaloCell_ID
Helper class for offline cell identifiers.
Definition:
CaloCell_ID.h:34
LArHitContainer_p2
Persistent represenation of a LArHitContainer,.
Definition:
LArHitContainer_p2.h:16
LArHitFloatContainerCnv_p2::transToPers
virtual void transToPers(const LArHitFloatContainer *transColl, LArHitContainer_p2 *persColl, MsgStream &log) override
Definition:
LArHitFloatContainerCnv_p2.cxx:34
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
LArHitFloatContainerCnv_p2::LArHitFloatContainerCnv_p2
LArHitFloatContainerCnv_p2()
Definition:
LArHitFloatContainerCnv_p2.cxx:24
LArHitFloatContainerCnv_p2::m_cellIdHelper
const CaloCell_ID * m_cellIdHelper
Definition:
LArHitFloatContainerCnv_p2.h:25
LArHitFloatContainerCnv_p2
Definition:
LArHitFloatContainerCnv_p2.h:17
Generated on Fri Mar 21 2025 21:13:48 for ATLAS Offline Software by
1.8.18