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
TGCChannelASDOut.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONTGC_CABLING_TGCCHANNELASDOUT_H
6
#define MUONTGC_CABLING_TGCCHANNELASDOUT_H
7
8
#include "
MuonTGC_Cabling/TGCChannelId.h
"
9
10
namespace
MuonTGC_Cabling
{
11
12
class
TGCChannelASDOut
:
public
TGCChannelId
{
13
public
:
14
// Constructor & Destructor
15
TGCChannelASDOut
(
TGCId::SideType
side
,
16
TGCId::SignalType
signal
,
17
TGCId::RegionType
region,
18
int
sector,
19
int
layer
,
20
int
chamber
,
21
int
channel
);
22
23
TGCChannelASDOut
(
TGCId::SideType
side
,
24
TGCId::SignalType
signal
,
25
int
octant,
26
int
moduleSector,
27
int
layer
,
28
int
chamber
,
29
int
channel
);
30
31
virtual
~TGCChannelASDOut
(
void
) =
default
;
32
33
virtual
bool
isValid
(
void
)
const
;
34
35
private
:
36
TGCChannelASDOut
() =
delete
;
37
};
38
39
}
// end of namespace
40
41
#endif
plotting.yearwise_efficiency.channel
channel
Definition:
yearwise_efficiency.py:24
calibdata.chamber
chamber
Definition:
calibdata.py:32
MuonTGC_Cabling::TGCId::SignalType
SignalType
Definition:
TGCId.h:49
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
TGCChannelId.h
MuonTGC_Cabling::TGCChannelASDOut::isValid
virtual bool isValid(void) const
Definition:
TGCChannelASDOut.cxx:47
MuonTGC_Cabling
Definition:
TGCCable.h:13
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
Cut::signal
@ signal
Definition:
SUSYToolsAlg.cxx:67
MuonTGC_Cabling::TGCChannelId
Definition:
TGCChannelId.h:15
MuonTGC_Cabling::TGCChannelASDOut
Definition:
TGCChannelASDOut.h:12
MuonTGC_Cabling::TGCId::RegionType
RegionType
Definition:
TGCId.h:53
MuonTGC_Cabling::TGCId::SideType
SideType
Definition:
TGCId.h:45
MuonTGC_Cabling::TGCChannelASDOut::TGCChannelASDOut
TGCChannelASDOut()=delete
MuonTGC_Cabling::TGCChannelASDOut::~TGCChannelASDOut
virtual ~TGCChannelASDOut(void)=default
Generated on Sat Mar 15 2025 21:19:49 for ATLAS Offline Software by
1.8.18