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
Trigger
TrigEvent
TrigEventAthenaPool
src
TrigCaloClusterContainerCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGEVENTATHENAPOOL_TRIGCALOCLUSTERCONTAINER_CNV_H
6
#define TRIGEVENTATHENAPOOL_TRIGCALOCLUSTERCONTAINER_CNV_H
7
8
9
#include "GaudiKernel/MsgStream.h"
10
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
12
#include "
TrigCaloEvent/TrigCaloClusterContainer.h
"
13
#include "
TrigCaloEventTPCnv/TrigCaloClusterContainerCnv_p3.h
"
14
15
typedef
TrigCaloClusterContainer_p3
TrigCaloClusterContainer_PERS
;
16
17
typedef
T_AthenaPoolCustomCnv<TrigCaloClusterContainer, TrigCaloClusterContainer_PERS>
TrigCaloClusterContainerCnvBase
;
18
19
class
TrigCaloClusterContainerCnv
:
public
TrigCaloClusterContainerCnvBase
20
{
21
22
friend
class
CnvFactory
<
TrigCaloClusterContainerCnv
>;
23
24
protected
:
25
26
public
:
27
TrigCaloClusterContainerCnv
( ISvcLocator *svcloc ):
TrigCaloClusterContainerCnvBase
(svcloc){}
28
protected
:
29
30
31
virtual
TrigCaloClusterContainer_PERS
*
createPersistent
(
TrigCaloClusterContainer
*transObj);
32
virtual
TrigCaloClusterContainer
*
createTransient
();
33
34
private
:
35
TrigCaloClusterContainerCnv_p3
m_converter
;
36
37
};
//end of class definitions
38
39
40
#endif //TRIGCALOCLUSTERCONTAINER_CNV_H
TPCnvVectorConst
Definition:
TPConverter.h:1271
TrigCaloClusterContainerCnv::TrigCaloClusterContainerCnv
TrigCaloClusterContainerCnv(ISvcLocator *svcloc)
Definition:
TrigCaloClusterContainerCnv.h:27
TrigCaloClusterContainer_PERS
TrigCaloClusterContainer_p3 TrigCaloClusterContainer_PERS
Definition:
TrigCaloClusterContainerCnv.h:15
TrigCaloClusterContainer.h
TrigCaloClusterContainerCnv_p3.h
TrigCaloClusterContainerCnv
Definition:
TrigCaloClusterContainerCnv.h:20
TrigCaloClusterContainerCnv::createTransient
virtual TrigCaloClusterContainer * createTransient()
Definition:
TrigCaloClusterContainerCnv.cxx:21
TrigCaloClusterContainer_p3
Definition:
TrigCaloClusterContainer_p3.h:10
TrigCaloClusterContainerCnv::createPersistent
virtual TrigCaloClusterContainer_PERS * createPersistent(TrigCaloClusterContainer *transObj)
Definition:
TrigCaloClusterContainerCnv.cxx:8
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TrigCaloClusterContainerCnvBase
T_AthenaPoolCustomCnv< TrigCaloClusterContainer, TrigCaloClusterContainer_PERS > TrigCaloClusterContainerCnvBase
Definition:
TrigCaloClusterContainerCnv.h:17
TrigCaloClusterContainerCnv::m_converter
TrigCaloClusterContainerCnv_p3 m_converter
Definition:
TrigCaloClusterContainerCnv.h:35
TrigCaloClusterContainer
Container from TrigCaloCluster type objects.
Definition:
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloClusterContainer.h:29
Generated on Sun Apr 27 2025 21:21:24 for ATLAS Offline Software by
1.8.18