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
Tracking
TrkEventCnv
TrkEventTPCnv
src
TrkMaterialOnTrack
MaterialEffectsOnTrackCnv_p1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrkMaterialOnTrack/EstimatedBremOnTrack.h
"
6
#include "
TrkEventTPCnv/TrkMaterialOnTrack/MaterialEffectsOnTrackCnv_p1.h
"
7
8
void
MaterialEffectsOnTrackCnv_p1 :: persToTrans
(
9
const
Trk::MaterialEffectsOnTrack_p1
*persObj,
10
Trk::EstimatedBremOnTrack
*transObj,
11
MsgStream& )
12
{
13
*transObj =
Trk::EstimatedBremOnTrack
(persObj->
m_tInX0
,
14
persObj->
m_deltaP
,
15
0.0,
16
persObj->
m_sigmaQoverPSquared
,
17
transObj->
associatedSurface
(),
18
Trk::undefinedDirection
);
19
}
20
21
void
MaterialEffectsOnTrackCnv_p1 :: transToPers
(
22
const
Trk :: EstimatedBremOnTrack *transObj,
23
Trk :: MaterialEffectsOnTrack_p1 *persObj,
24
MsgStream& )
25
{
26
// not to be used anyway.
27
persObj->m_tInX0 = transObj->thicknessInX0();
28
persObj->m_deltaP = transObj->retainedEnFraction();
29
persObj->m_sigmaQoverPSquared = transObj->sigmaQoverPsquared();
30
}
31
32
33
EstimatedBremOnTrack.h
Trk::MaterialEffectsOnTrack_p1::m_deltaP
double m_deltaP
Definition:
MaterialEffectsOnTrack_p1.h:23
MaterialEffectsOnTrackCnv_p1::persToTrans
virtual void persToTrans(const Trk ::MaterialEffectsOnTrack_p1 *persObj, Trk ::EstimatedBremOnTrack *transObj, MsgStream &log)
Definition:
MaterialEffectsOnTrackCnv_p1.cxx:8
Trk::MaterialEffectsOnTrack_p1::m_sigmaQoverPSquared
double m_sigmaQoverPSquared
Definition:
MaterialEffectsOnTrack_p1.h:24
Trk::MaterialEffectsOnTrack_p1
Definition:
MaterialEffectsOnTrack_p1.h:18
Trk::MaterialEffectsOnTrack_p1::m_tInX0
double m_tInX0
Definition:
MaterialEffectsOnTrack_p1.h:22
MaterialEffectsOnTrackCnv_p1::transToPers
virtual void transToPers(const Trk ::EstimatedBremOnTrack *transObj, Trk ::MaterialEffectsOnTrack_p1 *persObj, MsgStream &log)
Definition:
MaterialEffectsOnTrackCnv_p1.cxx:21
Trk::undefinedDirection
@ undefinedDirection
Definition:
PropDirection.h:30
Trk::EstimatedBremOnTrack
class holding information about momentum reduction and an additional noise term due to significant en...
Definition:
EstimatedBremOnTrack.h:30
MaterialEffectsOnTrackCnv_p1.h
Trk::MaterialEffectsBase::associatedSurface
const Surface & associatedSurface() const
returns the surface to which these m.eff. are associated.
Generated on Mon Mar 17 2025 21:14:32 for ATLAS Offline Software by
1.8.18