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
w
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
TGCCableSSWToROD.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONTGC_CABLING_TGCCABLESSWTOROD_HH
6
#define MUONTGC_CABLING_TGCCABLESSWTOROD_HH
7
8
#include "
MuonTGC_Cabling/TGCCable.h
"
9
10
#include <string>
11
#include <memory>
12
13
namespace
MuonTGC_Cabling
{
14
15
class
TGCDatabase;
16
17
class
TGCCableSSWToROD
:
public
TGCCable
{
18
public
:
19
TGCCableSSWToROD
(
const
std::string&
filename
);
20
TGCCableSSWToROD
(
const
TGCCableSSWToROD
&);
21
TGCCableSSWToROD
&
operator=
(
const
TGCCableSSWToROD
&);
22
virtual
~TGCCableSSWToROD
() =
default
;
23
24
virtual
TGCModuleMap
*
getModule
(
const
TGCModuleId
* moduleId)
const
;
25
26
private
:
27
TGCCableSSWToROD
() {}
28
virtual
TGCModuleMap
*
getModuleIn
(
const
TGCModuleId
*
rod
)
const
;
29
virtual
TGCModuleMap
*
getModuleOut
(
const
TGCModuleId
* ssw)
const
;
30
std::unique_ptr<TGCDatabase>
m_database
{
nullptr
};
31
};
32
33
}
// end of namespace
34
35
#endif
MuonTGC_Cabling::TGCCableSSWToROD::getModuleOut
virtual TGCModuleMap * getModuleOut(const TGCModuleId *ssw) const
Definition:
TGCCableSSWToROD.cxx:68
MuonTGC_Cabling::TGCCableSSWToROD::TGCCableSSWToROD
TGCCableSSWToROD()
Definition:
TGCCableSSWToROD.h:27
MuonTGC_Cabling::TGCCableSSWToROD::~TGCCableSSWToROD
virtual ~TGCCableSSWToROD()=default
MuonTGC_Cabling::TGCCableSSWToROD::operator=
TGCCableSSWToROD & operator=(const TGCCableSSWToROD &)
Definition:
TGCCableSSWToROD.cxx:27
MuonTGC_Cabling::TGCModuleMap
Definition:
TGCModuleMap.h:16
MuonTGC_Cabling::TGCCableSSWToROD
Definition:
TGCCableSSWToROD.h:17
MuonTGC_Cabling::TGCCableSSWToROD::getModule
virtual TGCModuleMap * getModule(const TGCModuleId *moduleId) const
Definition:
TGCCableSSWToROD.cxx:38
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCCable
Definition:
TGCCable.h:16
RunTileMonitoring.rod
rod
Definition:
RunTileMonitoring.py:134
MuonTGC_Cabling::TGCCableSSWToROD::m_database
std::unique_ptr< TGCDatabase > m_database
Definition:
TGCCableSSWToROD.h:30
TGCCable.h
CaloCellTimeCorrFiller.filename
filename
Definition:
CaloCellTimeCorrFiller.py:24
MuonTGC_Cabling::TGCModuleId
Definition:
TGCModuleId.h:13
MuonTGC_Cabling::TGCCableSSWToROD::getModuleIn
virtual TGCModuleMap * getModuleIn(const TGCModuleId *rod) const
Definition:
TGCCableSSWToROD.cxx:48
Generated on Mon May 12 2025 21:19:03 for ATLAS Offline Software by
1.8.18