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
FPTracker
FPTracker
FPTracker/FPTracker/ConfigData.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 FPTRACKER_CONDIFGDATA_H
6
#define FPTRACKER_CONDIFGDATA_H
7
#include <ostream>
8
namespace
FPTracker
{
9
class
ConfigData
{
10
public
:
11
12
int
IP
;
13
// float xinner0;
14
bool
useaper
;
15
double
apermb
;
16
double
xcol1
;
17
double
xcol2
;
18
double
pbeam0
;
19
double
brho
;
20
21
float
endMarker
;
22
23
float
absZMagMax
;
// do not read in mags with abs above this value
24
25
static
const
double
speedOfLight
;
26
27
28
29
ConfigData
();
30
std::string
toString
()
const
;
31
void
setpbeam
(
double
);
32
33
};
34
std::ostream&
operator<<
(std::ostream&,
const
ConfigData
&);
35
}
36
#endif
FPTracker::ConfigData::speedOfLight
static const double speedOfLight
Definition:
FPTracker/FPTracker/ConfigData.h:25
FPTracker::operator<<
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
Definition:
FPTracker/src/Beamline.cxx:163
FPTracker::ConfigData::useaper
bool useaper
Definition:
FPTracker/FPTracker/ConfigData.h:14
FPTracker::ConfigData::xcol1
double xcol1
Definition:
FPTracker/FPTracker/ConfigData.h:16
FPTracker::ConfigData::xcol2
double xcol2
Definition:
FPTracker/FPTracker/ConfigData.h:17
FPTracker::ConfigData::ConfigData
ConfigData()
Definition:
FPTracker/src/ConfigData.cxx:16
FPTracker::ConfigData::absZMagMax
float absZMagMax
Definition:
FPTracker/FPTracker/ConfigData.h:23
FPTracker::ConfigData::pbeam0
double pbeam0
Definition:
FPTracker/FPTracker/ConfigData.h:18
FPTracker::ConfigData::brho
double brho
Definition:
FPTracker/FPTracker/ConfigData.h:19
FPTracker::ConfigData::endMarker
float endMarker
Definition:
FPTracker/FPTracker/ConfigData.h:21
FPTracker::ConfigData::setpbeam
void setpbeam(double)
Definition:
FPTracker/src/ConfigData.cxx:37
FPTracker::ConfigData
Definition:
FPTracker/FPTracker/ConfigData.h:9
FPTracker
Definition:
FPTracker/FPTracker/Beamline.h:12
FPTracker::ConfigData::apermb
double apermb
Definition:
FPTracker/FPTracker/ConfigData.h:15
FPTracker::ConfigData::IP
int IP
Definition:
FPTracker/FPTracker/ConfigData.h:12
FPTracker::ConfigData::toString
std::string toString() const
Definition:
FPTracker/src/ConfigData.cxx:42
Generated on Sun Apr 6 2025 21:08:49 for ATLAS Offline Software by
1.8.18