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
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimParametrization
src
FastCaloSimGeometryHelper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FASTCALOSIMPARAMETRIZATION_FASTCALOSIMGEOMETRYHELPER_H
6
#define ISF_FASTCALOSIMPARAMETRIZATION_FASTCALOSIMGEOMETRYHELPER_H
7
8
// Athena includes
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
11
#include "
ISF_FastCaloSimParametrization/CaloGeometry.h
"
12
#include "
ISF_FastCaloSimParametrization/IFastCaloSimGeometryHelper.h
"
13
14
class
CaloDetDescrManager
;
15
16
class
FastCaloSimGeometryHelper
:
public
AthAlgTool
,
public
CaloGeometry
,
virtual
public
IFastCaloSimGeometryHelper
{
17
public :
19
FastCaloSimGeometryHelper
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
20
22
virtual
~FastCaloSimGeometryHelper
();
23
24
// Athena algtool's Hooks
25
virtual
StatusCode
initialize
() override
final
;
26
virtual
StatusCode
finalize
() override
final
;
27
28
private
:
30
const
CaloDetDescrManager
*
m_caloMgr
{
nullptr
};
31
32
bool
LoadGeometryFromCaloDDM
();
33
};
34
35
#endif
36
FastCaloSimGeometryHelper::LoadGeometryFromCaloDDM
bool LoadGeometryFromCaloDDM()
Definition:
FastCaloSimGeometryHelper.cxx:45
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
FastCaloSimGeometryHelper
Definition:
FastCaloSimGeometryHelper.h:16
CaloGeometry
Definition:
CaloGeometry.h:27
FastCaloSimGeometryHelper::finalize
virtual StatusCode finalize() override final
Definition:
FastCaloSimGeometryHelper.cxx:38
IFastCaloSimGeometryHelper.h
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
beamspotman.n
n
Definition:
beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
FastCaloSimGeometryHelper::~FastCaloSimGeometryHelper
virtual ~FastCaloSimGeometryHelper()
Destructor.
private
#define private
Definition:
DetDescrConditionsDict_dict_fixes.cxx:13
IFastCaloSimGeometryHelper
Definition:
IFastCaloSimGeometryHelper.h:18
columnar::final
CM final
Definition:
ColumnAccessor.h:106
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition:
CaloDetDescrManager.h:473
FastCaloSimGeometryHelper::FastCaloSimGeometryHelper
FastCaloSimGeometryHelper(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition:
FastCaloSimGeometryHelper.cxx:15
CaloGeometry.h
AthAlgTool
Definition:
AthAlgTool.h:26
FastCaloSimGeometryHelper::m_caloMgr
const CaloDetDescrManager * m_caloMgr
DetDescr mgr for access to the calo helper.
Definition:
FastCaloSimGeometryHelper.h:30
FastCaloSimGeometryHelper::initialize
virtual StatusCode initialize() override final
Definition:
FastCaloSimGeometryHelper.cxx:24
Generated on Mon Mar 31 2025 21:10:41 for ATLAS Offline Software by
1.8.18