|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARREADOUTGEOMETRY_LARDETECTORMANAGER_H
6 #define LARREADOUTGEOMETRY_LARDETECTORMANAGER_H
9 #include "GeoModelKernel/GeoVDetectorManager.h"
36 virtual PVConstLink
getTreeTop (
unsigned int i)
const override;
A manager class providing access to readout geometry information for the forward calorimeter.
const HECDetectorManager * m_hecManager
A manager class providing access to readout geometry information for the electromagnetic endcap calor...
const EMBDetectorManager * m_embManager
virtual PVConstLink getTreeTop(unsigned int i) const override
Gets the ith tree top.
const EMECDetectorManager * m_emecManager
LArDetectorManager & operator=(const LArDetectorManager &right)
virtual unsigned int getNumTreeTops() const override
Gets the number of tree tops.
const EMECDetectorManager * getEmecManager() const
Pointer to the manager for the Electromagnetic Endcap.
const FCALDetectorManager * m_fcalManager
LArDetectorManager(const LArDetectorManager &right)
A manager class providing access to readout geometry information for the electromagnetic barrel calor...
LArDetectorManager(const EMBDetectorManager *emb, const EMECDetectorManager *emec, const HECDetectorManager *hec, const FCALDetectorManager *fcal)
Constructor.
const FCALDetectorManager * getFcalManager() const
Pointer to the manager for the Forward Calorimeter.
bool isTestBeam() const
Get Test Beam flag.
void addTreeTop(const PVConstLink &treeTop)
Add a Tree Top.
Stored in storegate. Provides access to EMB, EMEC, HEC and FCAL Detector Managers....
A manager class providing access to readout geometry information for the hadronic endcap calorimeter.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::vector< PVConstLink > m_treeTop
const HECDetectorManager * getHecManager() const
Pointer to the manager for the Hadronic Endcap.
macros to associate a CLID to a type
const EMBDetectorManager * getEmbManager() const
Pointer to the manager for the Electromagnetic Barrel.