ATLAS Offline Software
CaloGeometryFromCaloDDM.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_CALOGEOMETRYFROMCALODDM_H
6 #define ISF_FASTCALOSIMPARAMETRIZATION_CALOGEOMETRYFROMCALODDM_H
7 
11 
14 
16 public :
19 
20  bool LoadGeometryFromCaloDDM(const CaloDetDescrManager* calo_dd_man);
21  bool LoadFCalChannelMapFromFCalDDM(const FCALDetectorManager* fcal_dd_man);
22 };
23 
24 #endif
25 
FCALDetectorManager
A manager class providing access to readout geometry information for the forward calorimeter.
Definition: FCALDetectorManager.h:29
CaloGeometryFromCaloDDM::LoadFCalChannelMapFromFCalDDM
bool LoadFCalChannelMapFromFCalDDM(const FCALDetectorManager *fcal_dd_man)
Definition: CaloGeometryFromCaloDDM.cxx:33
FCALDetectorManager.h
CaloGeometryFromCaloDDM::~CaloGeometryFromCaloDDM
virtual ~CaloGeometryFromCaloDDM()
CaloGeometryFromCaloDDM::LoadGeometryFromCaloDDM
bool LoadGeometryFromCaloDDM(const CaloDetDescrManager *calo_dd_man)
Definition: CaloGeometryFromCaloDDM.cxx:18
CaloGeometry
Definition: CaloGeometry.h:27
CaloGeometryFromCaloDDM::CaloGeometryFromCaloDDM
CaloGeometryFromCaloDDM()
Definition: CaloGeometryFromCaloDDM.cxx:9
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition: CaloDetDescrManager.h:473
CaloGeometry.h
AthMessaging.h
CaloGeometryFromCaloDDM
Definition: CaloGeometryFromCaloDDM.h:15