ATLAS Offline Software
DBM_Telescope.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 
6 #ifndef PIXELGEOMODEL_DBMTELESCOPE_H
7 #define PIXELGEOMODEL_DBMTELESCOPE_H
8 
14 #include "GeoVPixelFactory.h"
15 
17  public:
19  virtual GeoVPhysVol* Build() override;
20 };
21 
22 #endif
DBM_Telescope
Diamond Beam Monitor telescope builder.
Definition: DBM_Telescope.h:16
DBM_Telescope::Build
virtual GeoVPhysVol * Build() override
Definition: DBM_Telescope.cxx:25
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