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
TGCModulePP.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_TGCMODULEPP_HH
6
#define MUONTGC_CABLING_TGCMODULEPP_HH
7
8
#include "
MuonTGC_Cabling/TGCModuleId.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCModulePP
:
public
TGCModuleId
14
{
15
public
:
16
// Constructor & Destructor
17
TGCModulePP
(
TGCId::SideType
side
,
18
TGCId::ModuleType
module
,
19
TGCId::RegionType
region,
20
int
sector,
21
int
id
);
22
23
virtual
~TGCModulePP
(
void
) {}
24
25
virtual
bool
isValid
(
void
)
const
;
26
27
private
:
28
TGCModulePP
(
void
) {}
29
};
30
31
}
// end of namespace
32
33
#endif
MuonTGC_Cabling::TGCModulePP
Definition:
TGCModulePP.h:14
MuonTGC_Cabling::TGCId::ModuleType
ModuleType
Definition:
TGCId.h:47
TGCModuleId.h
MuonTGC_Cabling::TGCModulePP::TGCModulePP
TGCModulePP(void)
Definition:
TGCModulePP.h:28
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
python.PyAthena.module
module
Definition:
PyAthena.py:131
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCModulePP::~TGCModulePP
virtual ~TGCModulePP(void)
Definition:
TGCModulePP.h:23
MuonTGC_Cabling::TGCModulePP::isValid
virtual bool isValid(void) const
Definition:
TGCModulePP.cxx:25
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 Sat Apr 19 2025 21:20:02 for ATLAS Offline Software by
1.8.18