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
ForwardDetectors
AFP
AFP_EventCnv
AFP_EventAthenaPool
src
AFP_SIDSimHitCollectionCnv.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
#ifndef AFP_SIDSimHitCollectionCnv_h
6
#define AFP_SIDSimHitCollectionCnv_h
7
8
#include "
AFP_SimEv/AFP_SIDSimHitCollection.h
"
9
#include "
AFP_EventTPCnv/AFP_SIDSimHitCollection_p1.h
"
10
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
12
#include "GaudiKernel/MsgStream.h"
13
14
typedef
AFP_SIDSimHitCollection_p1
AFP_SIDSimHitCollection_PERS
;
15
16
class
AFP_SIDSimHitCollectionCnv
:
public
T_AthenaPoolCustomCnv
<AFP_SIDSimHitCollection, AFP_SIDSimHitCollection_PERS>
17
{
18
friend
class
CnvFactory
<
AFP_SIDSimHitCollectionCnv
>;
19
20
protected
:
21
public
:
22
AFP_SIDSimHitCollectionCnv
(ISvcLocator* svcloc) :
T_AthenaPoolCustomCnv
<
AFP_SIDSimHitCollection
,
AFP_SIDSimHitCollection_PERS
>(svcloc) {}
23
protected
:
24
25
AFP_SIDSimHitCollection_PERS
*
createPersistent
(
AFP_SIDSimHitCollection
*transCont);
26
AFP_SIDSimHitCollection
*
createTransient
();
27
};
28
29
#endif //AFP_SIDSimHitCollectionCnv_h
AtlasHitsVector< AFP_SIDSimHit >
AFP_SIDSimHitCollection_PERS
AFP_SIDSimHitCollection_p1 AFP_SIDSimHitCollection_PERS
Definition:
AFP_SIDSimHitCollectionCnv.h:14
AFP_SIDSimHitCollectionCnv::createPersistent
AFP_SIDSimHitCollection_PERS * createPersistent(AFP_SIDSimHitCollection *transCont)
Definition:
AFP_SIDSimHitCollectionCnv.cxx:9
AFP_SIDSimHitCollectionCnv::createTransient
AFP_SIDSimHitCollection * createTransient()
Definition:
AFP_SIDSimHitCollectionCnv.cxx:19
AFP_SIDSimHitCollectionCnv
Definition:
AFP_SIDSimHitCollectionCnv.h:17
AFP_SIDSimHitCollection_p1
Definition:
AFP_SIDSimHitCollection_p1.h:15
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
AFP_SIDSimHitCollection_p1.h
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
AFP_SIDSimHitCollectionCnv::AFP_SIDSimHitCollectionCnv
AFP_SIDSimHitCollectionCnv(ISvcLocator *svcloc)
Definition:
AFP_SIDSimHitCollectionCnv.h:22
AFP_SIDSimHitCollection.h
Generated on Thu Apr 24 2025 21:06:54 for ATLAS Offline Software by
1.8.18