ATLAS Offline Software
DBM_Services.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DBMSERVICES_h
6 #define DBMSERVICES_h
7 
8 #include "GeoVPixelFactory.h"
9 #include "GaudiKernel/MsgStream.h"
10 #include <iostream>
11 
12 /*** @class DBM_PP0
13  *
14  * Build the PP0 board
15  *
16  */
17 
18 class DBM_PP0 : public GeoVPixelFactory {
19  public:
21  virtual GeoVPhysVol* Build() override;
22  private:
23 };
24 
25 #endif
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
DBM_PP0::Build
virtual GeoVPhysVol * Build() override
Definition: DBM_Services.cxx:12
GeoVPixelFactory.h
DBM_PP0
Definition: DBM_Services.h:18
GeoVPixelFactory
This is the base class for all the pieces of the Pixel detector.
Definition: GeoVPixelFactory.h:31