ATLAS Offline Software
GeoPixelBarrel.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PIXELGEOMODEL_GEOPIXELBARREL_H
6 #define PIXELGEOMODEL_GEOPIXELBARREL_H
7 
8 #include "GeoVPixelFactory.h"
9 class GeoPixelServices;
10 
12  public:
15  GeoModelIO::ReadGeoModel* sqliteReader,
16  std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
17  std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX,
18  GeoPixelServices * pixServices);
19  virtual GeoVPhysVol* Build() override;
20  private:
22 };
23 
24 #endif
PixelGeometryManager
Definition: PixelGeometryManager.h:28
GeoPixelBarrel
Definition: GeoPixelBarrel.h:11
BchCleanup.mgr
mgr
Definition: BchCleanup.py:294
GeoPixelBarrel::m_pixServices
GeoPixelServices * m_pixServices
Definition: GeoPixelBarrel.h:21
GeoPixelServices
Definition: GeoPixelServices.h:17
InDetDD::PixelDetectorManager
Definition: PixelDetectorManager.h:47
GeoPixelBarrel::Build
virtual GeoVPhysVol * Build() override
Definition: GeoPixelBarrel.cxx:42
GeoVPixelFactory.h
GeoPixelBarrel::GeoPixelBarrel
GeoPixelBarrel(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, GeoPixelServices *pixServices)
Definition: GeoPixelBarrel.cxx:32
GeoVPixelFactory
This is the base class for all the pieces of the Pixel detector.
Definition: GeoVPixelFactory.h:31