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
EstimatedBremOnTrack_p1.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 ESTIMATED_BREM_ON_TRACK_P1_TRK_H
6
#define ESTIMATED_BREM_ON_TRACK_P1_TRK_H
7
8
#include "
AthenaPoolUtilities/TPObjRef.h
"
9
10
namespace
Trk
11
{
15
class
EstimatedBremOnTrack_p1
16
{
17
public
:
18
EstimatedBremOnTrack_p1
() :
m_retainedEnFraction
(0.0),
m_sigmaRetEnFraction
(0.0),
m_sigmaQoverPsquared
(0.0),
m_direction
(0) {}
19
TPObjRef
m_mefBase
;
// MaterialEffectsBase.h base class
20
float
m_retainedEnFraction
;
21
float
m_sigmaRetEnFraction
;
22
float
m_sigmaQoverPsquared
;
23
signed
char
m_direction
;
24
25
};
26
}
27
28
#endif
Trk::EstimatedBremOnTrack_p1::m_direction
signed char m_direction
Definition:
EstimatedBremOnTrack_p1.h:23
Trk::EstimatedBremOnTrack_p1::m_sigmaRetEnFraction
float m_sigmaRetEnFraction
Definition:
EstimatedBremOnTrack_p1.h:21
TPObjRef
Definition:
TPObjRef.h:20
Trk::EstimatedBremOnTrack_p1::m_sigmaQoverPsquared
float m_sigmaQoverPsquared
Definition:
EstimatedBremOnTrack_p1.h:22
Trk::EstimatedBremOnTrack_p1::m_mefBase
TPObjRef m_mefBase
Definition:
EstimatedBremOnTrack_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
TPObjRef.h
Trk::EstimatedBremOnTrack_p1::m_retainedEnFraction
float m_retainedEnFraction
Definition:
EstimatedBremOnTrack_p1.h:20
Trk::EstimatedBremOnTrack_p1
persistent representation of EstimatedBremOnTrack
Definition:
EstimatedBremOnTrack_p1.h:16
Trk::EstimatedBremOnTrack_p1::EstimatedBremOnTrack_p1
EstimatedBremOnTrack_p1()
Definition:
EstimatedBremOnTrack_p1.h:18
Generated on Fri Mar 21 2025 21:10:25 for ATLAS Offline Software by
1.8.18