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
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloShowerContainerCnv_p1.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef CALOATHENAPOOL_CALOSHOWERCONTAINERCNV_P1_H
8
#define CALOATHENAPOOL_CALOSHOWERCONTAINERCNV_P1_H
9
10
11
//#include "CaloEvent/CaloShowerContainer.h"
12
#include "
CaloTPCnv/CaloShowerContainer_p1.h
"
13
#include "
CaloTPCnv/CaloClusterMomentStoreCnv_p1.h
"
14
#include "
CaloTPCnv/CaloSamplingDataCnv_p1.h
"
15
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
16
17
18
class
CaloShowerContainer
;
19
20
21
22
//typedef T_AthenaPoolTPCnvVector<CaloShowerContainer, CaloShowerContainer_p1, CaloShowerCnv_p1> CaloShowerContainerCnvBasep1_t;
23
24
class
CaloShowerContainerCnv_p1
25
:
public
T_AthenaPoolTPCnvConstBase
<CaloShowerContainer, CaloShowerContainer_p1>
26
{
27
public
:
28
using
base_class::persToTrans
;
29
using
base_class::transToPers
;
30
31
32
CaloShowerContainerCnv_p1
();
33
34
virtual
void
persToTrans
(
const
CaloShowerContainer_p1
*,
CaloShowerContainer
*, MsgStream &
log
)
const
override
final
;
35
virtual
void
transToPers
(
const
CaloShowerContainer
*,
CaloShowerContainer_p1
*, MsgStream &
log
)
const
override
final
;
36
37
private
:
38
CaloClusterMomentStoreCnv_p1
m_momentStoreCnv
;
39
CaloSamplingDataCnv_p1
m_samplingDataCnv
;
40
41
};
42
43
44
#endif
CaloShowerContainer
Container class for CaloShower.
Definition:
CaloShowerContainer.h:15
CaloSamplingDataCnv_p1
Definition:
CaloSamplingDataCnv_p1.h:17
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
CaloSamplingDataCnv_p1.h
CaloShowerContainerCnv_p1::m_momentStoreCnv
CaloClusterMomentStoreCnv_p1 m_momentStoreCnv
Definition:
CaloShowerContainerCnv_p1.h:38
T_AthenaPoolTPConverter.h
CaloShowerContainerCnv_p1::m_samplingDataCnv
CaloSamplingDataCnv_p1 m_samplingDataCnv
Definition:
CaloShowerContainerCnv_p1.h:39
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
CaloShowerContainerCnv_p1::transToPers
virtual void transToPers(const CaloShowerContainer *, CaloShowerContainer_p1 *, MsgStream &log) const override final
Definition:
CaloShowerContainerCnv_p1.cxx:31
CaloShowerContainerCnv_p1::persToTrans
virtual void persToTrans(const CaloShowerContainer_p1 *, CaloShowerContainer *, MsgStream &log) const override final
Definition:
CaloShowerContainerCnv_p1.cxx:14
CaloShowerContainerCnv_p1
Definition:
CaloShowerContainerCnv_p1.h:26
CaloShowerContainer_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
CaloShowerContainerCnv_p1::CaloShowerContainerCnv_p1
CaloShowerContainerCnv_p1()
Definition:
CaloShowerContainerCnv_p1.cxx:10
TPConverterConstBase
Definition:
TPConverter.h:776
CaloClusterMomentStoreCnv_p1
Definition:
CaloClusterMomentStoreCnv_p1.h:17
CaloShowerContainer_p1
Definition:
CaloShowerContainer_p1.h:15
CaloClusterMomentStoreCnv_p1.h
Generated on Sun Mar 23 2025 21:08:14 for ATLAS Offline Software by
1.8.18