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