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
TGCModuleHPB.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_TGCMODULEHPB_HH
6
#define MUONTGC_CABLING_TGCMODULEHPB_HH
7
8
#include "
MuonTGC_Cabling/TGCModuleId.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCModuleHPB
:
public
TGCModuleId
14
{
15
public
:
16
// Constructor & Destructor
17
TGCModuleHPB
(
TGCId::SideType
side
,
18
TGCId::SignalType
signal
,
19
TGCId::RegionType
region,
20
int
sector,
21
int
id
);
22
23
virtual
~TGCModuleHPB
(
void
) {}
24
25
virtual
bool
isValid
(
void
)
const
;
26
27
private
:
28
TGCModuleHPB
(
void
) {}
29
};
30
31
}
// end of namespace
32
33
#endif
MuonTGC_Cabling::TGCId::SignalType
SignalType
Definition:
TGCId.h:49
MuonTGC_Cabling::TGCModuleHPB::~TGCModuleHPB
virtual ~TGCModuleHPB(void)
Definition:
TGCModuleHPB.h:23
TGCModuleId.h
MuonTGC_Cabling::TGCModuleHPB::isValid
virtual bool isValid(void) const
Definition:
TGCModuleHPB.cxx:25
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
MuonTGC_Cabling::TGCModuleHPB
Definition:
TGCModuleHPB.h:14
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCModuleHPB::TGCModuleHPB
TGCModuleHPB(void)
Definition:
TGCModuleHPB.h:28
Cut::signal
@ signal
Definition:
SUSYToolsAlg.cxx:67
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
Generated on Mon Mar 17 2025 21:20:01 for ATLAS Offline Software by
1.8.18