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
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigInDetTrackCnv_p5.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: TrigInDetEventTPCnv
8
* @class : TrigInDetTrackCnv_p5
9
*
10
* @brief transient-persistent converter for TrigInDetTrack
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigInDetTrackCnv_p5.h,v 1.4 demelian Exp $
17
**********************************************************************************/
18
#ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKCNV_p5_H
19
#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKCNV_p5_H
20
21
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
22
23
#include "
TrigInDetEvent/TrigInDetTrack.h
"
24
#include "
TrigInDetEvent/TrigInDetTrackFitPar.h
"
25
26
#include "
TrigInDetEventTPCnv/TrigInDetTrack_p5.h
"
27
28
//this include is needed by CombinedMuonFeatureCnv
29
//an incorrect dependency which should be fixed
30
// #include "TrigInDetEventTPCnv/TrigInDetTrackFitParCnv_p1.h" // not needed at all ?!
31
32
class
MsgStream;
33
34
class
TrigInDetTrackCnv_p5
:
public
T_AthenaPoolTPCnvBase
<TrigInDetTrack, TrigInDetTrack_p5>
35
{
36
public
:
37
38
TrigInDetTrackCnv_p5
() :
m_fpCnv
(0) {}
39
40
virtual
void
persToTrans
(
const
TrigInDetTrack_p5
*,
TrigInDetTrack
*, MsgStream& );
41
virtual
void
transToPers
(
const
TrigInDetTrack
*,
TrigInDetTrack_p5
*, MsgStream& );
42
43
protected
:
44
45
ITPConverterFor<TrigInDetTrackFitPar>
*
m_fpCnv
;
46
// TrigInDetTrackFitParCnv_p1 *m_fpCnv;
47
48
};
49
50
#endif
ITPConverterFor< TrigInDetTrackFitPar >
TrigInDetTrackCnv_p5::m_fpCnv
ITPConverterFor< TrigInDetTrackFitPar > * m_fpCnv
Definition:
TrigInDetTrackCnv_p5.h:45
TPConverterBase
Definition:
TPConverter.h:738
TrigInDetTrack_p5.h
TrigInDetTrack
Definition:
TrigInDetTrack.h:34
TrigInDetTrack.h
TrigInDetTrackCnv_p5::persToTrans
virtual void persToTrans(const TrigInDetTrack_p5 *, TrigInDetTrack *, MsgStream &)
Definition:
TrigInDetTrackCnv_p5.cxx:12
T_AthenaPoolTPConverter.h
TrigInDetTrackFitPar.h
TrigInDetTrack_p5
Definition:
TrigInDetTrack_p5.h:21
TrigInDetTrackCnv_p5::TrigInDetTrackCnv_p5
TrigInDetTrackCnv_p5()
Definition:
TrigInDetTrackCnv_p5.h:38
TrigInDetTrackCnv_p5::transToPers
virtual void transToPers(const TrigInDetTrack *, TrigInDetTrack_p5 *, MsgStream &)
Definition:
TrigInDetTrackCnv_p5.cxx:40
TrigInDetTrackCnv_p5
Definition:
TrigInDetTrackCnv_p5.h:35
Generated on Thu Mar 13 2025 21:20:56 for ATLAS Offline Software by
1.8.18