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
TrkEventTPCnv
TrkMaterialOnTrack
MaterialEffectsOnTrack_p2.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
//
7
// file: MaterialEffectsOnTrack_p2.h
8
// author: Wolfgang Liebig <lhttp://consult.cern.ch/xwho/people/54608>
9
//
10
//-----------------------------------------------------------------------------
11
12
#ifndef MATERIAL_EFFECTS_ON_TRACK_P2_TRK_H
13
#define MATERIAL_EFFECTS_ON_TRACK_P2_TRK_H
14
15
#include "
AthenaPoolUtilities/TPObjRef.h
"
16
17
namespace
Trk
18
{
23
class
MaterialEffectsOnTrack_p2
24
{
25
public
:
26
MaterialEffectsOnTrack_p2
() :
m_deltaPhi
(0.0),
m_deltaTheta
(0.0),
m_sigmaDeltaPhi
(0.0),
m_sigmaDeltaTheta
(0.0) {}
27
28
TPObjRef
m_mefBase
;
// MaterialEffectsBase.h base class
29
30
// TPObjRef has overhead, so just take the doubles.
31
float
m_deltaPhi
;
32
float
m_deltaTheta
;
33
float
m_sigmaDeltaPhi
;
34
float
m_sigmaDeltaTheta
;
35
36
TPObjRef
m_energyLoss
;
// was: const EnergyLoss*
37
};
38
}
39
40
#endif
Trk::MaterialEffectsOnTrack_p2::m_deltaPhi
float m_deltaPhi
Definition:
MaterialEffectsOnTrack_p2.h:31
Trk::MaterialEffectsOnTrack_p2::m_sigmaDeltaTheta
float m_sigmaDeltaTheta
Definition:
MaterialEffectsOnTrack_p2.h:34
TPObjRef
Definition:
TPObjRef.h:20
Trk::MaterialEffectsOnTrack_p2::m_sigmaDeltaPhi
float m_sigmaDeltaPhi
Definition:
MaterialEffectsOnTrack_p2.h:33
Trk::MaterialEffectsOnTrack_p2::MaterialEffectsOnTrack_p2
MaterialEffectsOnTrack_p2()
Definition:
MaterialEffectsOnTrack_p2.h:26
Trk::MaterialEffectsOnTrack_p2::m_deltaTheta
float m_deltaTheta
Definition:
MaterialEffectsOnTrack_p2.h:32
Trk::MaterialEffectsOnTrack_p2
persistent representation v2 of MaterialEffectsOnTrack
Definition:
MaterialEffectsOnTrack_p2.h:24
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::MaterialEffectsOnTrack_p2::m_energyLoss
TPObjRef m_energyLoss
Definition:
MaterialEffectsOnTrack_p2.h:36
TPObjRef.h
Trk::MaterialEffectsOnTrack_p2::m_mefBase
TPObjRef m_mefBase
Definition:
MaterialEffectsOnTrack_p2.h:28
Generated on Fri Mar 14 2025 21:14:26 for ATLAS Offline Software by
1.8.18