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
TGCDatabasePPToSL.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_TGCDATABASEPPTOSL_HH
6
#define MUONTGC_CABLING_TGCDATABASEPPTOSL_HH
7
8
#include "
MuonTGC_Cabling/TGCDatabase.h
"
9
10
namespace
MuonTGC_Cabling
11
{
12
13
class
TGCDatabasePPToSL
:
public
TGCDatabase
14
{
15
public
:
16
// Constructor & Destructor
17
TGCDatabasePPToSL
(
const
std::string&
filename
,
const
std::string&
blockname
);
18
19
TGCDatabasePPToSL
(
const
TGCDatabasePPToSL
&);
20
21
virtual
~TGCDatabasePPToSL
(
void
);
22
23
virtual
bool
update
(
const
std::vector<int>& );
24
25
virtual
int
find
(
const
std::vector<int>&)
const
;
26
27
private
:
28
virtual
void
readDB
(
void
);
29
TGCDatabasePPToSL
(
void
) {}
30
32
TGCDatabasePPToSL
&
operator=
(
const
TGCDatabasePPToSL
&right);
33
};
34
35
}
// end of namespace
36
37
#endif
TGCDatabase.h
MuonTGC_Cabling::TGCDatabasePPToSL::TGCDatabasePPToSL
TGCDatabasePPToSL(void)
Definition:
TGCDatabasePPToSL.h:29
MuonTGC_Cabling::TGCDatabasePPToSL::readDB
virtual void readDB(void)
Definition:
TGCDatabasePPToSL.cxx:27
MuonTGC_Cabling::TGCDatabase
Definition:
TGCDatabase.h:15
MuonTGC_Cabling
Definition:
TGCCable.h:13
MuonTGC_Cabling::TGCDatabasePPToSL::find
virtual int find(const std::vector< int > &) const
Definition:
TGCDatabasePPToSL.cxx:95
python.egammaTruthD3PDObject.blockname
blockname
Definition:
egammaTruthD3PDObject.py:64
MuonTGC_Cabling::TGCDatabasePPToSL::operator=
TGCDatabasePPToSL & operator=(const TGCDatabasePPToSL &right)
hidden assignment operator
MuonTGC_Cabling::TGCDatabasePPToSL::update
virtual bool update(const std::vector< int > &)
Definition:
TGCDatabasePPToSL.cxx:76
MuonTGC_Cabling::TGCDatabasePPToSL::~TGCDatabasePPToSL
virtual ~TGCDatabasePPToSL(void)
Definition:
TGCDatabasePPToSL.cxx:72
CaloCellTimeCorrFiller.filename
filename
Definition:
CaloCellTimeCorrFiller.py:24
MuonTGC_Cabling::TGCDatabasePPToSL
Definition:
TGCDatabasePPToSL.h:14
Generated on Mon Jan 13 2025 21:18:47 for ATLAS Offline Software by
1.8.18