ATLAS Offline Software
GeoPixelEndCap.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_GEOPIXELENDCAP_H
6 #define PIXELGEOMODEL_GEOPIXELENDCAP_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
BchCleanup.mgr
mgr
Definition: BchCleanup.py:294
GeoPixelEndCap::Build
virtual GeoVPhysVol * Build() override
Definition: GeoPixelEndCap.cxx:36
GeoPixelServices
Definition: GeoPixelServices.h:17
GeoPixelEndCap::m_pixServices
GeoPixelServices * m_pixServices
Definition: GeoPixelEndCap.h:21
InDetDD::PixelDetectorManager
Definition: PixelDetectorManager.h:47
GeoPixelEndCap
Definition: GeoPixelEndCap.h:11
GeoVPixelFactory.h
GeoVPixelFactory
This is the base class for all the pieces of the Pixel detector.
Definition: GeoVPixelFactory.h:31
GeoPixelEndCap::GeoPixelEndCap
GeoPixelEndCap(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: GeoPixelEndCap.cxx:26