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
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkClusterSplitProbabilityContainer
ClusterSplitProbabilityContainerCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef _ClusterSplitProbabilityContainerCnv_p1_H
6
#define _ClusterSplitProbabilityContainerCnv_p1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
TrkEventUtils/ClusterSplitProbabilityContainer.h
"
10
#include "
TrkEventTPCnv/TrkClusterSplitProbabilityContainer/ClusterSplitProbabilityContainer_p1.h
"
11
#include "GaudiKernel/MsgStream.h"
12
13
namespace
Trk
{
14
class
ClusterSplitProbabilityContainerCnv_p1
:
15
public
T_AthenaPoolTPCnvBase
<ClusterSplitProbabilityContainer, ClusterSplitProbabilityContainer_p1>
16
{
17
public
:
18
ClusterSplitProbabilityContainerCnv_p1
() {}
19
virtual
void
persToTrans
(
const
ClusterSplitProbabilityContainer_p1
* persObj,
20
ClusterSplitProbabilityContainer
* transObj, MsgStream&
log
)
override
;
21
virtual
void
transToPers
(
const
ClusterSplitProbabilityContainer
* transObj,
22
ClusterSplitProbabilityContainer_p1
* persObj, MsgStream&
log
)
override
;
23
};
24
}
25
26
template
<>
27
class
T_TPCnv
<
Trk
::ClusterSplitProbabilityContainer,
Trk::ClusterSplitProbabilityContainer_p1
>
28
:
public
Trk::ClusterSplitProbabilityContainerCnv_p1
29
{
30
public
:
31
};
32
33
#endif
34
Trk::ClusterSplitProbabilityContainerCnv_p1::persToTrans
virtual void persToTrans(const ClusterSplitProbabilityContainer_p1 *persObj, ClusterSplitProbabilityContainer *transObj, MsgStream &log) override
Definition:
ClusterSplitProbabilityContainerCnv_p1.cxx:19
ClusterSplitProbabilityContainer_p1.h
TPConverterBase
Definition:
TPConverter.h:738
Trk::ClusterSplitProbabilityContainer_p1
Definition:
ClusterSplitProbabilityContainer_p1.h:12
Trk::ClusterSplitProbabilityContainerCnv_p1
Definition:
ClusterSplitProbabilityContainerCnv_p1.h:16
T_AthenaPoolTPConverter.h
Trk::ClusterSplitProbabilityContainerCnv_p1::ClusterSplitProbabilityContainerCnv_p1
ClusterSplitProbabilityContainerCnv_p1()
Definition:
ClusterSplitProbabilityContainerCnv_p1.h:18
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::ClusterSplitProbabilityContainer
Container to associate Cluster with cluster splitting probabilities.
Definition:
ClusterSplitProbabilityContainer.h:17
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
ClusterSplitProbabilityContainer.h
T_TPCnv
Definition:
T_AthenaPoolTPConverter.h:17
Trk::ClusterSplitProbabilityContainerCnv_p1::transToPers
virtual void transToPers(const ClusterSplitProbabilityContainer *transObj, ClusterSplitProbabilityContainer_p1 *persObj, MsgStream &log) override
Definition:
ClusterSplitProbabilityContainerCnv_p1.cxx:9
Generated on Sat Apr 26 2025 21:08:29 for ATLAS Offline Software by
1.8.18