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
TrigVertexCountsCollectionCnv.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigEventAthenaPool
8
* @class : TrigVertexCountsCollectionCnv
9
*
10
* @brief transient persistent converter for TrigVertexCountsCollection
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCOLLECTION_CNV_H
16
#define TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCOLLECTION_CNV_H
17
18
19
#include "GaudiKernel/MsgStream.h"
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
21
#include "
TrigInDetEvent/TrigVertexCountsCollection.h
"
22
class
TrigVertexCountsCollection_tlp1
;
23
24
//-----------------------------------------------------------------------------
25
// Base class definition
26
//-----------------------------------------------------------------------------
27
typedef
TrigVertexCountsCollection_tlp1
TrigVertexCountsCollection_PERS
;
28
29
typedef
T_AthenaPoolCustomCnv<TrigVertexCountsCollection, TrigVertexCountsCollection_PERS>
TrigVertexCountsCollectionCnvBase
;
30
31
//-----------------------------------------------------------------------------
32
// Converter for TrigVertexCountsCollection object
33
//-----------------------------------------------------------------------------
34
class
TrigVertexCountsCollectionCnv_tlp1
;
35
class
TrigVertexCountsCollectionCnv
:
public
TrigVertexCountsCollectionCnvBase
36
{
37
38
friend
class
CnvFactory
<
TrigVertexCountsCollectionCnv
>;
39
40
public
:
41
TrigVertexCountsCollectionCnv
( ISvcLocator *svcloc );
42
~TrigVertexCountsCollectionCnv
();
43
44
protected
:
45
virtual
TrigVertexCountsCollection_PERS
*
createPersistent
(
TrigVertexCountsCollection
*transObj);
46
virtual
TrigVertexCountsCollection
*
createTransient
();
47
48
private
:
49
50
TrigVertexCountsCollectionCnv_tlp1
*
m_TPConverter
;
51
52
};
//end of class definitions
53
54
55
#endif //TRIGVERTEXCOUNTSCOLLECTION_CNV_H
TrigVertexCountsCollectionCnv::createPersistent
virtual TrigVertexCountsCollection_PERS * createPersistent(TrigVertexCountsCollection *transObj)
Definition:
TrigVertexCountsCollectionCnv.cxx:20
TrigVertexCountsCollectionCnv::~TrigVertexCountsCollectionCnv
~TrigVertexCountsCollectionCnv()
Definition:
TrigVertexCountsCollectionCnv.cxx:13
TrigVertexCountsCollectionCnv::createTransient
virtual TrigVertexCountsCollection * createTransient()
Definition:
TrigVertexCountsCollectionCnv.cxx:34
TrigVertexCountsCollection.h
TrigVertexCountsCollectionCnv
Definition:
TrigVertexCountsCollectionCnv.h:36
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TrigVertexCountsCollectionCnv::TrigVertexCountsCollectionCnv
TrigVertexCountsCollectionCnv(ISvcLocator *svcloc)
Definition:
TrigVertexCountsCollectionCnv.cxx:8
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigVertexCountsCollectionCnv_tlp1
Definition:
TrigVertexCountsCollectionCnv_tlp1.h:26
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TrigVertexCountsCollection_tlp1
Definition:
TrigVertexCountsCollection_tlp1.h:22
TrigVertexCountsCollection
Definition:
TrigVertexCountsCollection.h:13
TrigVertexCountsCollectionCnvBase
T_AthenaPoolCustomCnv< TrigVertexCountsCollection, TrigVertexCountsCollection_PERS > TrigVertexCountsCollectionCnvBase
Definition:
TrigVertexCountsCollectionCnv.h:29
TrigVertexCountsCollection_PERS
TrigVertexCountsCollection_tlp1 TrigVertexCountsCollection_PERS
Definition:
TrigVertexCountsCollectionCnv.h:22
TrigVertexCountsCollectionCnv::m_TPConverter
TrigVertexCountsCollectionCnv_tlp1 * m_TPConverter
Definition:
TrigVertexCountsCollectionCnv.h:50
Generated on Thu Apr 24 2025 21:22:07 for ATLAS Offline Software by
1.8.18