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
DetectorDescription
GeoModel
GeoSpecialShapes
src
LArWheelCalculator_Impl
RDBParamReader.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 __GeoSpecialShapes_LAr_RDBParamReader_H__
6
#define __GeoSpecialShapes_LAr_RDBParamReader_H__
7
8
#include "
RDBAccessSvc/IRDBAccessSvc.h
"
9
10
class
RDBParamRecords
;
11
15
class
RDBParamReader
16
{
17
public
:
18
// ???
19
typedef
RDBParamReader
self_t
;
20
21
RDBParamReader
(
IRDBAccessSvc
* rdbAccess);
22
~RDBParamReader
();
23
24
RDBParamRecords
data
(
const
std::string&
node
,
const
std::string&
tag
,
25
const
std::string& tag2node=
""
);
26
// for internal use only
27
IRDBRecordset_ptr
_getRecordsetPtr
(
const
std::string&
node
,
28
const
std::string&
tag
,
29
const
std::string& tag2node=
""
);
30
private
:
31
IRDBAccessSvc
*
m_rdbAccess
;
32
};
33
34
#endif // __GeoSpecialShapes_LAr_RDBParamReader_H__
RDBParamReader::_getRecordsetPtr
IRDBRecordset_ptr _getRecordsetPtr(const std::string &node, const std::string &tag, const std::string &tag2node="")
Definition:
RDBParamReader.cxx:30
RDBParamReader::data
RDBParamRecords data(const std::string &node, const std::string &tag, const std::string &tag2node="")
Definition:
RDBParamReader.cxx:22
RDBParamReader
Definition:
RDBParamReader.h:16
RDBParamReader::self_t
RDBParamReader self_t
Definition:
RDBParamReader.h:19
RDBParamRecords
Definition:
RDBParamRecords.h:16
RDBParamReader::RDBParamReader
RDBParamReader(IRDBAccessSvc *rdbAccess)
Definition:
RDBParamReader.cxx:14
IRDBAccessSvc.h
Definition of the abstract IRDBAccessSvc interface.
RDBParamReader::m_rdbAccess
IRDBAccessSvc * m_rdbAccess
Definition:
RDBParamReader.h:31
IRDBAccessSvc
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
Definition:
IRDBAccessSvc.h:42
RDBParamReader::~RDBParamReader
~RDBParamReader()
Definition:
RDBParamReader.cxx:19
IRDBRecordset_ptr
std::shared_ptr< IRDBRecordset > IRDBRecordset_ptr
Definition:
IRDBAccessSvc.h:25
CaloCondBlobAlgs_fillNoiseFromASCII.tag
string tag
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:24
node
Definition:
node.h:21
Generated on Mon Mar 31 2025 21:17:17 for ATLAS Offline Software by
1.8.18