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
w
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
TrigVertexCountsCnv.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 : TrigVertexCountsCnv
9
*
10
* @brief transient persistent converter for TrigVertexCounts
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCNV_H
16
#define TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCNV_H
17
18
#include "
TrigInDetEvent/TrigVertexCounts.h
"
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
20
21
class
MsgStream;
22
23
class
TrigVertexCounts_p1
;
24
// typedef to the latest persistent version
25
26
typedef
TrigVertexCounts_p1
TrigVertexCounts_PERS
;
27
typedef
T_AthenaPoolCustomCnv<TrigVertexCounts, TrigVertexCounts_PERS >
TrigVertexCountsCnvBase
;
28
29
class
TrigVertexCountsCnv
:
public
TrigVertexCountsCnvBase
{
30
friend
class
CnvFactory
<
TrigVertexCountsCnv
>;
31
32
public
:
33
TrigVertexCountsCnv
(ISvcLocator* svcloc);
34
~TrigVertexCountsCnv
();
35
36
protected
:
37
TrigVertexCounts_PERS
*
createPersistent
(
TrigVertexCounts
* transObj);
38
TrigVertexCounts
*
createTransient
();
39
};
40
41
42
#endif
TrigVertexCountsCnv
Definition:
TrigVertexCountsCnv.h:29
TrigVertexCounts.h
TrigVertexCountsCnv::~TrigVertexCountsCnv
~TrigVertexCountsCnv()
Definition:
TrigVertexCountsCnv.cxx:10
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TrigVertexCounts
Definition:
Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigVertexCounts.h:16
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
TrigVertexCountsCnvBase
T_AthenaPoolCustomCnv< TrigVertexCounts, TrigVertexCounts_PERS > TrigVertexCountsCnvBase
Definition:
TrigVertexCountsCnv.h:27
TrigVertexCountsCnv::createTransient
TrigVertexCounts * createTransient()
Definition:
TrigVertexCountsCnv.cxx:22
TrigVertexCountsCnv::TrigVertexCountsCnv
TrigVertexCountsCnv(ISvcLocator *svcloc)
Definition:
TrigVertexCountsCnv.cxx:9
TrigVertexCountsCnv::createPersistent
TrigVertexCounts_PERS * createPersistent(TrigVertexCounts *transObj)
Definition:
TrigVertexCountsCnv.cxx:12
TrigVertexCounts_PERS
TrigVertexCounts_p1 TrigVertexCounts_PERS
Definition:
TrigVertexCountsCnv.h:23
TrigVertexCounts_p1
Definition:
TrigVertexCounts_p1.h:20
Generated on Tue May 13 2025 21:21:12 for ATLAS Offline Software by
1.8.18