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
src
FPTrackerConstants.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
FPTracker/FPTrackerConstants.h
"
6
#include <ostream>
7
8
namespace
FPTracker
{
9
const
double
FPTrackerConstants::beamPipeRadius2
= 0.2*0.2;
10
const
double
FPTrackerConstants::qkConst
= 0.2997925;
11
const
double
FPTrackerConstants::aside
[2] = {-1., 1.};
12
const
double
FPTrackerConstants::xdis
= 0.097;
// half the beamline sepn. in the parallel region, COLD
13
const
double
FPTrackerConstants::ydis
= 0.0;
// half the beamline sepn. in the parallel region, COLD
14
const
double
FPTrackerConstants::zOfBeamSeparation
= 155.0;
15
16
std::ostream&
operator<<
(std::ostream&
os
,
const
Side
&
side
){
17
std::string
label
=
side
==
beam1
?
" beam1 "
:
" beam2 "
;
18
os
<<
label
;
19
return
os
;
20
}
21
}
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
FPTrackerConstants.h
add-xsec-uncert-quadrature-N.label
label
Definition:
add-xsec-uncert-quadrature-N.py:104
Side
Definition:
WaferTree.h:36
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
FPTracker::FPTrackerConstants::qkConst
static const double qkConst
Definition:
FPTrackerConstants.h:17
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 Thu Apr 3 2025 21:10:58 for ATLAS Offline Software by
1.8.18