ATLAS Offline Software
DBM_ModuleCage.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 PIXELGEOMODEL_DBMMODULECAGE_H
6 #define PIXELGEOMODEL_DBMMODULECAGE_H
7 
15 #include "GeoVPixelFactory.h"
16 
18  public:
20  virtual GeoVPhysVol* Build() override;
21 };
22 
23 #endif
DBM_ModuleCage
The module cage is the structure forming of the three aluminium plates and rods, which support the DB...
Definition: DBM_ModuleCage.h:17
DBM_ModuleCage::Build
virtual GeoVPhysVol * Build() override
Definition: DBM_ModuleCage.cxx:21
GeoVPixelFactory::GeoVPixelFactory
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * >> mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * >> mapAX)
Definition: GeoVPixelFactory.cxx:9
GeoVPixelFactory.h
GeoVPixelFactory
This is the base class for all the pieces of the Pixel detector.
Definition: GeoVPixelFactory.h:31