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
TestBeam
TBConditions
TBCaloConditions
src
TBCaloPosTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBCALOCONDITIONS_TBCALOPOSTOOL
6
# define TBCALOCONDITIONS_TBCALOPOSTOOL
7
8
#include "
TBCaloConditions/ITBCaloPosTool.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "GaudiKernel/IIncidentListener.h"
11
12
#include "
StoreGate/DataHandle.h
"
13
#include "
CondDBObjects/GenericDbTableClassDef.h
"
14
#include "
CxxUtils/checker_macros.h
"
15
25
class
ATLAS_NOT_THREAD_SAFE
TBCaloPosTool
:
public
AthAlgTool
,
26
virtual
public
ITBCaloPosTool
,
public
IIncidentListener
27
{
28
public
:
29
30
TBCaloPosTool
(
const
std::string&
type
,
const
std::string&
name
,
31
const
IInterface*
parent
);
32
33
virtual
~
TBCaloPosTool
() ;
34
35
36
virtual
StatusCode
initialize
() ;
37
38
virtual
StatusCode
finalize
() ;
39
40
// IIncidentListner interface
41
virtual
void
handle(
const
Incident&) ;
42
44
virtual
double
eta
() ;
45
47
virtual
double
theta
() ;
48
50
virtual
double
z
() ;
51
53
virtual
double
delta
() ;
54
55
private
:
56
57
bool
initHandles
ATLAS_NOT_THREAD_SAFE
() ;
58
59
const
DataHandle<GenericDbTable>
m_etaTable
;
60
const
DataHandle<GenericDbTable>
m_thetaTable
;
61
const
DataHandle<GenericDbTable>
m_zTable
;
62
const
DataHandle<GenericDbTable>
m_deltaTable
;
63
64
bool
m_init
;
65
};
66
67
68
69
#endif
TBCaloPosTool::m_deltaTable
const DataHandle< GenericDbTable > m_deltaTable
Definition:
TBCaloPosTool.h:62
python.tests.PyTestsLib.finalize
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Definition:
PyTestsLib.py:50
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition:
checker_macros.h:212
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
initialize
void initialize()
Definition:
run_EoverP.cxx:894
theta
Scalar theta() const
theta method
Definition:
AmgMatrixBasePlugin.h:75
GenericDbTableClassDef.h
TBCaloPosTool
Class TBCaloPosTool.
Definition:
TBCaloPosTool.h:27
TBCaloPosTool::ATLAS_NOT_THREAD_SAFE
bool initHandles ATLAS_NOT_THREAD_SAFE()
DataHandle.h
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TBCaloPosTool::m_zTable
const DataHandle< GenericDbTable > m_zTable
Definition:
TBCaloPosTool.h:61
ITBCaloPosTool::delta
virtual double delta()=0
access delta value
z
#define z
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TBCaloPosTool::m_etaTable
const DataHandle< GenericDbTable > m_etaTable
Definition:
TBCaloPosTool.h:59
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
ITBCaloPosTool
Class ITBCaloPosTool.
Definition:
ITBCaloPosTool.h:22
TBCaloPosTool::m_thetaTable
const DataHandle< GenericDbTable > m_thetaTable
Definition:
TBCaloPosTool.h:60
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
DataHandle< GenericDbTable >
TBCaloPosTool::m_init
bool m_init
Definition:
TBCaloPosTool.h:64
AthAlgTool
Definition:
AthAlgTool.h:26
checker_macros.h
Define macros for attributes used to control the static checker.
ITBCaloPosTool.h
Generated on Sat May 10 2025 21:18:38 for ATLAS Offline Software by
1.8.18