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
MuonCablings
MuonTGC_Cabling
MuonTGC_Cabling
TGCModuleSLB.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 MUONTGC_CABLING_TGCMODULESLB_HH
6
#define MUONTGC_CABLING_TGCMODULESLB_HH
7
8
#include "
MuonTGC_Cabling/TGCModuleId.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCModuleSLB
:
public
TGCModuleId
14
{
15
public
:
16
// Constructor & Destructor
17
TGCModuleSLB
(
TGCId::SideType
side
,
18
TGCId::ModuleType
module
,
19
TGCId::RegionType
region,
20
int
sector,
21
int
id
,
22
int
sbLoc = -1,
23
int
slbAddr = -1);
24
25
virtual
~TGCModuleSLB
(
void
) {}
26
27
virtual
bool
isValid
(
void
)
const
;
28
29
// special method for SLB
30
int
getSBLoc
(
void
)
const
{
return
m_sbLoc
; }
31
int
getSlbAddr
(
void
)
const
{
return
m_slbAddr
; }
32
33
private
:
34
TGCModuleSLB
(
void
) {}
35
36
private
:
37
int
m_sbLoc
;
38
int
m_slbAddr
;
39
40
};
41
42
}
// end of namespace
43
44
#endif
MuonTGC_Cabling::TGCModuleSLB::m_slbAddr
int m_slbAddr
Definition:
TGCModuleSLB.h:38
MuonTGC_Cabling::TGCModuleSLB::~TGCModuleSLB
virtual ~TGCModuleSLB(void)
Definition:
TGCModuleSLB.h:25
MuonTGC_Cabling::TGCModuleSLB
Definition:
TGCModuleSLB.h:14
MuonTGC_Cabling::TGCId::ModuleType
ModuleType
Definition:
TGCId.h:47
TGCModuleId.h
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
python.PyAthena.module
module
Definition:
PyAthena.py:131
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCModuleSLB::getSlbAddr
int getSlbAddr(void) const
Definition:
TGCModuleSLB.h:31
MuonTGC_Cabling::TGCModuleSLB::TGCModuleSLB
TGCModuleSLB(void)
Definition:
TGCModuleSLB.h:34
MuonTGC_Cabling::TGCModuleSLB::isValid
virtual bool isValid(void) const
Definition:
TGCModuleSLB.cxx:29
MuonTGC_Cabling::TGCModuleSLB::getSBLoc
int getSBLoc(void) const
Definition:
TGCModuleSLB.h:30
MuonTGC_Cabling::TGCId::RegionType
RegionType
Definition:
TGCId.h:53
MuonTGC_Cabling::TGCModuleId
Definition:
TGCModuleId.h:13
MuonTGC_Cabling::TGCId::SideType
SideType
Definition:
TGCId.h:45
MuonTGC_Cabling::TGCModuleSLB::m_sbLoc
int m_sbLoc
Definition:
TGCModuleSLB.h:37
Generated on Sat Mar 15 2025 21:19:53 for ATLAS Offline Software by
1.8.18