ATLAS Offline Software
GeoVPixelFactory.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "GeoVPixelFactory.h"
6 
8 
11  GeoModelIO::ReadGeoModel* sqliteReader,
12  std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
13  std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX)
14  : m_gmt_mgr (mgr)
15  , m_mat_mgr (m_gmt_mgr->getMaterialManager())
16  , m_DDmgr (ddmgr)
17  , m_sqliteReader(sqliteReader)
18  , m_mapFPV(mapFPV)
19  , m_mapAX(mapAX)
20  , m_epsilon(0.0001)
21 {
22 }
23 
25 {
26 }
PixelGeometryManager
Definition: PixelGeometryManager.h:28
BchCleanup.mgr
mgr
Definition: BchCleanup.py:294
GeoVPixelFactory::~GeoVPixelFactory
virtual ~GeoVPixelFactory()
Definition: GeoVPixelFactory.cxx:24
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
InDetDD::PixelDetectorManager
Definition: PixelDetectorManager.h:47
GeoVPixelFactory.h