ATLAS Offline Software
Loading...
Searching...
No Matches
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
10
13
15
16class FastCaloSimGeometryHelper: public extends<AthAlgTool, IFastCaloSimGeometryHelper>,
17 public CaloGeometry {
18 public :
20 FastCaloSimGeometryHelper( const std::string& t, const std::string& n, const IInterface* p );
21
24
25 // Athena algtool's Hooks
26 virtual StatusCode initialize() override final;
27 virtual StatusCode finalize() override final;
28
29 private:
32
34};
35
36#endif
37
This class provides the client interface for accessing the detector description information common to...
virtual ~FastCaloSimGeometryHelper()
Destructor.
virtual StatusCode initialize() override final
const CaloDetDescrManager * m_caloMgr
DetDescr mgr for access to the calo helper.
virtual StatusCode finalize() override final
FastCaloSimGeometryHelper(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
#define private