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
ForwardTracker
ForwardTracker
ForwardTrackerConstants.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 FORWARDTRACKER_FORWARDTRACKERCONSTANTS_H
6
#define FORWARDTRACKER_FORWARDTRACKERCONSTANTS_H
7
8
#include <iosfwd>
9
10
namespace
ForwardTracker
{
11
12
enum
Bendplane
{
hBendplane
= 0,
vBendplane
= 1};
13
enum
Side
{
beam1
= 1,
beam2
= 0};
14
15
class
ForwardTrackerConstants
{
16
17
public
:
18
19
static
const
double
beamPipeRadius2
;
20
static
const
double
aside
[2];
21
static
const
double
xdis
;
// half the beamline separation in the parallel region, COLD.
22
static
const
double
ydis
;
// half the beamline separation in the parallel region, COLD.
23
static
const
double
zOfBeamSeparation
;
24
};
25
26
std::ostream&
operator<<
(std::ostream&,
const
Side
&
side
);
27
}
28
29
#endif
ForwardTracker::ForwardTrackerConstants::ydis
static const double ydis
Definition:
ForwardTrackerConstants.h:22
ForwardTracker::vBendplane
@ vBendplane
Definition:
ForwardTrackerConstants.h:12
ForwardTracker::beam1
@ beam1
Definition:
ForwardTrackerConstants.h:13
ForwardTracker::beam2
@ beam2
Definition:
ForwardTrackerConstants.h:13
ForwardTracker::ForwardTrackerConstants::aside
static const double aside[2]
Definition:
ForwardTrackerConstants.h:20
ForwardTracker::Bendplane
Bendplane
Definition:
ForwardTrackerConstants.h:12
ForwardTracker::operator<<
std::ostream & operator<<(std::ostream &, const Beamline &)
Definition:
ForwardTracker/src/Beamline.cxx:105
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
ForwardTracker::ForwardTrackerConstants::zOfBeamSeparation
static const double zOfBeamSeparation
Definition:
ForwardTrackerConstants.h:23
ForwardTracker::hBendplane
@ hBendplane
Definition:
ForwardTrackerConstants.h:12
Side
Definition:
WaferTree.h:36
ForwardTracker::ForwardTrackerConstants::xdis
static const double xdis
Definition:
ForwardTrackerConstants.h:21
ForwardTracker::ForwardTrackerConstants
Definition:
ForwardTrackerConstants.h:15
ForwardTracker::ForwardTrackerConstants::beamPipeRadius2
static const double beamPipeRadius2
Definition:
ForwardTrackerConstants.h:19
ForwardTracker
Definition:
ForwardTracker/ForwardTracker/Beamline.h:12
Generated on Wed Apr 16 2025 21:10:51 for ATLAS Offline Software by
1.8.18