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
MuonDetDescr
MuonGeoModel
MuonGeoModel
Tgc.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 Tgc_H
6
#define Tgc_H
7
8
#include "
MuonGeoModel/DetectorElement.h
"
9
#include "
MuonGeoModel/TgcComponent.h
"
10
11
class
GeoFullPhysVol;
12
13
namespace
MuonGM
{
14
15
class
Cutout;
16
class
MYSQL;
17
18
class
Tgc
:
public
DetectorElement
{
19
20
public
:
21
double
width
{0.};
22
double
length
{0.};
23
double
thickness
{0.};
24
double
longWidth
{0.};
// for trapezoidal layers
25
double
irad
{0.};
26
double
orad
{0.};
27
double
dphi
{0.};
28
int
index
{0};
29
30
Tgc
(
const
MYSQL
& mysql,
Component
*
s
);
31
GeoFullPhysVol *
build
(
StoredMaterialManager
& matManager,
32
const
MYSQL
& mysql,
33
int
minimalgeo);
34
GeoFullPhysVol *
build
(
StoredMaterialManager
& matManager,
35
const
MYSQL
& mysql,
36
int
minimalgeo,
int
cutoutson,
37
const
std::vector<Cutout *>&);
38
virtual
void
print
()
const override
;
39
40
private
:
41
TgcComponent
*
m_component
{
nullptr
};
42
};
43
44
}
// namespace MuonGM
45
46
#endif
MuonGM::Tgc::orad
double orad
Definition:
Tgc.h:26
DetectorElement.h
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition:
GeoMuonHits.h:27
MuonGM::TgcComponent
Definition:
TgcComponent.h:14
MuonGM::Tgc::thickness
double thickness
Definition:
Tgc.h:23
index
Definition:
index.py:1
MuonGM::MYSQL
Definition:
MYSQL.h:43
MuonGM::DetectorElement
Definition:
DetectorElement.h:15
MuonGM::Tgc::width
double width
Definition:
Tgc.h:21
TgcComponent.h
MuonGM::Component
Definition:
Component.h:11
MuonGM::Tgc::m_component
TgcComponent * m_component
Definition:
Tgc.h:41
MuonGM::Tgc::dphi
double dphi
Definition:
Tgc.h:27
MuonGM::Tgc::print
virtual void print() const override
Definition:
Tgc.cxx:294
MuonGM::Tgc
Definition:
Tgc.h:18
MuonGM::Tgc::irad
double irad
Definition:
Tgc.h:25
MuonGM::Tgc::Tgc
Tgc(const MYSQL &mysql, Component *s)
Definition:
Tgc.cxx:36
MuonGM::Tgc::longWidth
double longWidth
Definition:
Tgc.h:24
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition:
StoredMaterialManager.h:28
python.SystemOfUnits.s
float s
Definition:
SystemOfUnits.py:146
MuonGM::Tgc::length
double length
Definition:
Tgc.h:22
MuonGM::Tgc::build
GeoFullPhysVol * build(StoredMaterialManager &matManager, const MYSQL &mysql, int minimalgeo)
Definition:
Tgc.cxx:46
Generated on Sat May 17 2025 21:18:58 for ATLAS Offline Software by
1.8.18