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
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
RpcLayer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RpcLayer_H
6
#define RpcLayer_H
7
8
#include "
MuonGeoModel/DetectorElement.h
"
10
#include "GeoModelKernel/GeoVPhysVol.h"
11
12
13
#include <string>
14
#include <vector>
15
16
namespace
MuonGM
{
17
18
class
Rpc
;
19
class
Cutout;
20
class
MYSQL;
21
22
class
RpcLayer
:
public
DetectorElement
{
23
24
public
:
25
double
lwidth
{0.};
26
double
llength
{0.};
27
double
thickness
{0.};
28
double
llongWidth
{0.};
// for trapezoidal layers
29
30
Rpc
*
m
{
nullptr
};
31
32
RpcLayer
(
const
std::string&
s
,
Rpc
*
t
);
33
PVLink
build
(
StoredMaterialManager
& matManager,
34
const
MYSQL
& mysql);
35
PVLink
build
(
StoredMaterialManager
& matManager,
36
const
MYSQL
& mysql,
37
int
cutoutson,
38
const
std::vector<Cutout *>&);
39
virtual
void
print
()
const override
;
40
};
41
}
// namespace MuonGM
42
43
#endif
DetectorElement.h
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition:
GeoMuonHits.h:27
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
MuonGM::RpcLayer::RpcLayer
RpcLayer(const std::string &s, Rpc *t)
Definition:
RpcLayer.cxx:39
MuonGM::RpcLayer
Definition:
RpcLayer.h:22
MuonGM::MYSQL
Definition:
MYSQL.h:43
MuonGM::RpcLayer::lwidth
double lwidth
Definition:
RpcLayer.h:25
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
MuonGM::DetectorElement
Definition:
DetectorElement.h:15
MuonGM::RpcLayer::llongWidth
double llongWidth
Definition:
RpcLayer.h:28
MuonGM::RpcLayer::thickness
double thickness
Definition:
RpcLayer.h:27
MuonGM::RpcLayer::build
PVLink build(StoredMaterialManager &matManager, const MYSQL &mysql)
Definition:
RpcLayer.cxx:41
MuonGM::RpcLayer::print
virtual void print() const override
Definition:
RpcLayer.cxx:303
MuonGM::RpcLayer::m
Rpc * m
Definition:
RpcLayer.h:30
MuonGM::RpcLayer::llength
double llength
Definition:
RpcLayer.h:26
ActsTrk::DetectorType::Rpc
@ Rpc
Monitored Drift Tubes.
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition:
StoredMaterialManager.h:28
MuonGM::Rpc
Definition:
Rpc.h:20
Generated on Sat May 3 2025 21:16:40 for ATLAS Offline Software by
1.8.18