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
TGCCableInSLB.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_TGCCABLEINSLB_HH
6
#define MUONTGC_CABLING_TGCCABLEINSLB_HH
7
8
#include "
MuonTGC_Cabling/TGCCable.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCCableInSLB
:
public
TGCCable
14
{
15
public
:
16
// Constructor & Destructor
17
TGCCableInSLB
(
void
)
18
:
TGCCable
(
TGCCable
::
InSLB
) {}
19
20
virtual
~TGCCableInSLB
(
void
) {}
21
22
23
virtual
TGCChannelId
*
getChannel
(
const
TGCChannelId
*
channelId
,
24
bool
orChannel=
false
)
const
;
25
26
private
:
27
virtual
TGCChannelId
*
getChannelIn
(
const
TGCChannelId
* slbout,
28
bool
orChannel=
false
)
const
;
29
virtual
TGCChannelId
*
getChannelOut
(
const
TGCChannelId
* slbin,
30
bool
orChannel=
false
)
const
;
31
32
};
33
34
}
// end of namespace
35
36
#endif
MuonTGC_Cabling::TGCCableInSLB
Definition:
TGCCableInSLB.h:14
MuonTGC_Cabling::TGCCableInSLB::TGCCableInSLB
TGCCableInSLB(void)
Definition:
TGCCableInSLB.h:17
MuonTGC_Cabling::TGCCableInSLB::~TGCCableInSLB
virtual ~TGCCableInSLB(void)
Definition:
TGCCableInSLB.h:20
MuonTGC_Cabling::TGCCable::InSLB
@ InSLB
Definition:
TGCCable.h:19
MuonTGC_Cabling::TGCCableInSLB::getChannelOut
virtual TGCChannelId * getChannelOut(const TGCChannelId *slbin, bool orChannel=false) const
Definition:
TGCCableInSLB.cxx:183
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCCable
Definition:
TGCCable.h:16
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:122
MuonTGC_Cabling::TGCCableInSLB::getChannelIn
virtual TGCChannelId * getChannelIn(const TGCChannelId *slbout, bool orChannel=false) const
Definition:
TGCCableInSLB.cxx:23
MuonTGC_Cabling::TGCChannelId
Definition:
TGCChannelId.h:15
TGCCable.h
MuonTGC_Cabling::TGCCableInSLB::getChannel
virtual TGCChannelId * getChannel(const TGCChannelId *channelId, bool orChannel=false) const
Definition:
TGCCableInSLB.cxx:12
Generated on Sat Mar 15 2025 21:19:48 for ATLAS Offline Software by
1.8.18