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
w
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
MuonSpectrometer
MuonReconstruction
MuonRecUtils
MuonStationIntersectCond
MuonStationIntersectCond
MuonTubeIntersect.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUON_MUONTUBEINTERSECT_H
6
#define MUON_MUONTUBEINTERSECT_H
7
8
#include "Identifier/Identifier.h"
9
10
namespace
Muon
{
11
12
struct
MuonTubeIntersect
{
13
MuonTubeIntersect
(
const
Identifier
&
id
,
double
rint,
double
xint) :
tubeId
(
id
),
rIntersect
(rint),
xIntersect
(xint) {}
14
Identifier
tubeId
{-1};
15
double
rIntersect
{0.};
// distance to wall in precision plane
16
double
xIntersect
{0.};
// distance to tube end
17
};
18
19
}
// namespace Muon
20
21
#endif
Muon::MuonTubeIntersect
Definition:
MuonTubeIntersect.h:12
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonTubeIntersect::tubeId
Identifier tubeId
Definition:
MuonTubeIntersect.h:14
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:239
Muon::MuonTubeIntersect::xIntersect
double xIntersect
Definition:
MuonTubeIntersect.h:16
Muon::MuonTubeIntersect::rIntersect
double rIntersect
Definition:
MuonTubeIntersect.h:15
Muon::MuonTubeIntersect::MuonTubeIntersect
MuonTubeIntersect(const Identifier &id, double rint, double xint)
Definition:
MuonTubeIntersect.h:13
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sun Jun 1 2025 21:15:05 for ATLAS Offline Software by
1.8.18