Loading [MathJax]/jax/output/SVG/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
LArCalorimeter
LArCnv
LArSimEventTPCnv
LArSimEventTPCnv
LArHitContainerCnv_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_LARHITCONTAINERCNV_P2_H
6
#define LARTPCNV_LARHITCONTAINERCNV_P2_H
7
8
#include "
LArSimEventTPCnv/LArHitContainer_p2.h
"
9
#include "
LArSimEvent/LArHitContainer.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
class
CaloCell_ID
;
13
14
15
class
LArHitContainerCnv_p2
:
public
T_AthenaPoolTPCnvBase
<LArHitContainer, LArHitContainer_p2>
16
{
17
public
:
18
LArHitContainerCnv_p2
();
19
20
virtual
void
persToTrans
(
const
LArHitContainer_p2
* persColl,
LArHitContainer
* transColl, MsgStream &
log
)
override
;
21
virtual
void
transToPers
(
const
LArHitContainer
* transColl,
LArHitContainer_p2
* persColl, MsgStream &
log
)
override
;
22
23
private
:
24
const
CaloCell_ID
*
m_cellIdHelper
;
25
};
26
27
#endif // not LARTPCNV_LARHITCONTAINERCNV_P2_H
LArHitContainerCnv_p2::LArHitContainerCnv_p2
LArHitContainerCnv_p2()
Definition:
LArHitContainerCnv_p2.cxx:24
TPConverterBase
Definition:
TPConverter.h:738
LArHitContainer
Hit collection.
Definition:
LArHitContainer.h:26
LArHitContainer_p2.h
T_AthenaPoolTPConverter.h
CaloCell_ID
Helper class for offline cell identifiers.
Definition:
CaloCell_ID.h:34
LArHitContainerCnv_p2::m_cellIdHelper
const CaloCell_ID * m_cellIdHelper
Definition:
LArHitContainerCnv_p2.h:24
LArHitContainerCnv_p2::transToPers
virtual void transToPers(const LArHitContainer *transColl, LArHitContainer_p2 *persColl, MsgStream &log) override
Definition:
LArHitContainerCnv_p2.cxx:34
LArHitContainer.h
LArHitContainer_p2
Persistent represenation of a LArHitContainer,.
Definition:
LArHitContainer_p2.h:16
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
LArHitContainerCnv_p2::persToTrans
virtual void persToTrans(const LArHitContainer_p2 *persColl, LArHitContainer *transColl, MsgStream &log) override
Definition:
LArHitContainerCnv_p2.cxx:82
LArHitContainerCnv_p2
Definition:
LArHitContainerCnv_p2.h:16
Generated on Thu Mar 13 2025 21:13:44 for ATLAS Offline Software by
1.8.18