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
FPTrackerConstants.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_FPTRACKERCONSTANTS_H
6
#define FPTRACKER_FPTRACKERCONSTANTS_H
7
8
#include <iosfwd>
9
10
namespace
FPTracker
{
11
enum
Bendplane
{
hBendplane
=0,
vBendplane
=1};
12
enum
Side
{
beam1
= 1,
beam2
= 0};
13
class
FPTrackerConstants
{
14
public
:
15
static
const
double
beamPipeRadius2
;
16
static
const
double
aside
[2];
17
static
const
double
qkConst
;
18
static
const
double
xdis
;
// half the beamline sepn. in the parallel region, COLD.
19
static
const
double
ydis
;
// half the beamline sepn. in the parallel region, COLD.
20
static
const
double
zOfBeamSeparation
;
21
};
22
23
std::ostream&
operator<<
(std::ostream&,
const
Side
&
side
);
24
}
25
#endif
FPTracker::operator<<
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
Definition:
FPTracker/src/Beamline.cxx:163
FPTracker::FPTrackerConstants::aside
static const double aside[2]
Definition:
FPTrackerConstants.h:16
FPTracker::FPTrackerConstants::ydis
static const double ydis
Definition:
FPTrackerConstants.h:19
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
FPTracker::beam1
@ beam1
Definition:
FPTrackerConstants.h:12
FPTracker::hBendplane
@ hBendplane
Definition:
FPTrackerConstants.h:11
FPTracker::beam2
@ beam2
Definition:
FPTrackerConstants.h:12
Side
Definition:
WaferTree.h:36
FPTracker::Bendplane
Bendplane
Definition:
FPTrackerConstants.h:11
FPTracker::vBendplane
@ vBendplane
Definition:
FPTrackerConstants.h:11
FPTracker::FPTrackerConstants::qkConst
static const double qkConst
Definition:
FPTrackerConstants.h:17
FPTracker::FPTrackerConstants
Definition:
FPTrackerConstants.h:13
FPTracker::FPTrackerConstants::zOfBeamSeparation
static const double zOfBeamSeparation
Definition:
FPTrackerConstants.h:20
FPTracker::FPTrackerConstants::beamPipeRadius2
static const double beamPipeRadius2
Definition:
FPTrackerConstants.h:15
FPTracker
Definition:
FPTracker/FPTracker/Beamline.h:12
FPTracker::FPTrackerConstants::xdis
static const double xdis
Definition:
FPTrackerConstants.h:18
Generated on Mon Mar 31 2025 21:10:57 for ATLAS Offline Software by
1.8.18