ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimParametrization
src
FastCaloSimGeometryHelper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 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
extends<AthAlgTool, IFastCaloSimGeometryHelper>,
17
public
CaloGeometry
{
18
public :
20
FastCaloSimGeometryHelper
(
const
std::string& t,
const
std::string& n,
const
IInterface* p );
21
23
virtual
~FastCaloSimGeometryHelper
();
24
25
// Athena algtool's Hooks
26
virtual
StatusCode
initialize
() override final;
27
virtual StatusCode
finalize
() override final;
28
29
private
:
31
const
CaloDetDescrManager
*
m_caloMgr
{
nullptr
};
32
33
bool
LoadGeometryFromCaloDDM
();
34
};
35
36
#endif
37
AthAlgTool.h
CaloGeometry.h
IFastCaloSimGeometryHelper.h
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition
CaloDetDescrManager.h:469
CaloGeometry::CaloGeometry
CaloGeometry()
Definition
CaloGeometry.cxx:41
FastCaloSimGeometryHelper::~FastCaloSimGeometryHelper
virtual ~FastCaloSimGeometryHelper()
Destructor.
FastCaloSimGeometryHelper::LoadGeometryFromCaloDDM
bool LoadGeometryFromCaloDDM()
Definition
FastCaloSimGeometryHelper.cxx:44
FastCaloSimGeometryHelper::initialize
virtual StatusCode initialize() override final
Definition
FastCaloSimGeometryHelper.cxx:23
FastCaloSimGeometryHelper::m_caloMgr
const CaloDetDescrManager * m_caloMgr
DetDescr mgr for access to the calo helper.
Definition
FastCaloSimGeometryHelper.h:31
FastCaloSimGeometryHelper::finalize
virtual StatusCode finalize() override final
Definition
FastCaloSimGeometryHelper.cxx:37
FastCaloSimGeometryHelper::FastCaloSimGeometryHelper
FastCaloSimGeometryHelper(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition
FastCaloSimGeometryHelper.cxx:15
const
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0