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
TGCDatabaseSLBToROD.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONTGC_CABLING_TGCDATABASESLBTOROD_HH
6
#define MUONTGC_CABLING_TGCDATABASESLBTOROD_HH
7
8
#include "
MuonTGC_Cabling/TGCDatabase.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCDatabaseSLBToROD
:
public
TGCDatabase
14
{
15
public
:
16
// Constructor & Destructor
17
TGCDatabaseSLBToROD
(
const
std::string&
filename
,
18
const
std::string&
blockname
);
19
20
TGCDatabaseSLBToROD
(
const
TGCDatabaseSLBToROD
& );
21
22
virtual
~TGCDatabaseSLBToROD
(
void
);
23
24
virtual
bool
update
(
const
std::vector<int>& );
25
26
virtual
int
find
(
const
std::vector<int>&)
const
;
27
28
29
private
:
30
virtual
void
readDB
(
void
);
31
TGCDatabaseSLBToROD
(
void
) {}
32
34
TGCDatabaseSLBToROD
&
operator=
(
const
TGCDatabaseSLBToROD
&right);
35
};
36
37
}
// end of namespace
38
39
#endif
MuonTGC_Cabling::TGCDatabaseSLBToROD::readDB
virtual void readDB(void)
Definition:
TGCDatabaseSLBToROD.cxx:26
TGCDatabase.h
MuonTGC_Cabling::TGCDatabase
Definition:
TGCDatabase.h:15
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCDatabaseSLBToROD::TGCDatabaseSLBToROD
TGCDatabaseSLBToROD(void)
Definition:
TGCDatabaseSLBToROD.h:31
MuonTGC_Cabling::TGCDatabaseSLBToROD::~TGCDatabaseSLBToROD
virtual ~TGCDatabaseSLBToROD(void)
Definition:
TGCDatabaseSLBToROD.cxx:57
MuonTGC_Cabling::TGCDatabaseSLBToROD::operator=
TGCDatabaseSLBToROD & operator=(const TGCDatabaseSLBToROD &right)
hidden assignment operator
python.egammaTruthD3PDObject.blockname
blockname
Definition:
egammaTruthD3PDObject.py:64
MuonTGC_Cabling::TGCDatabaseSLBToROD::find
virtual int find(const std::vector< int > &) const
Definition:
TGCDatabaseSLBToROD.cxx:78
MuonTGC_Cabling::TGCDatabaseSLBToROD::update
virtual bool update(const std::vector< int > &)
Definition:
TGCDatabaseSLBToROD.cxx:61
MuonTGC_Cabling::TGCDatabaseSLBToROD
Definition:
TGCDatabaseSLBToROD.h:14
CaloCellTimeCorrFiller.filename
filename
Definition:
CaloCellTimeCorrFiller.py:24
Generated on Thu Mar 13 2025 21:19:24 for ATLAS Offline Software by
1.8.18