ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
GeoVPixelFactory Class Referenceabstract

This is the base class for all the pieces of the Pixel detector. More...

#include <GeoVPixelFactory.h>

Inherited by DBM_Det, DBM_Module, DBM_ModuleCage, DBM_PP0, DBM_Telescope, GeoPixelBarrel, GeoPixelCable, GeoPixelChip, GeoPixelDisk, GeoPixelDiskSupports, GeoPixelECCable, GeoPixelEndCap, GeoPixelEnvelope, GeoPixelFluid, GeoPixelFrame, GeoPixelHybrid, GeoPixelIBLFwdServices, GeoPixelIBLFwdSvcCADModel, GeoPixelIBLFwdSvcModel1, GeoPixelIFlexServices, GeoPixelLadder, GeoPixelLadderServices, GeoPixelLayer, GeoPixelModule, GeoPixelOldFrame, GeoPixelPigtail, GeoPixelServices, GeoPixelSiCrystal, GeoPixelStaveRing, GeoPixelStaveRingServices, and GeoPixelStaveSupport.

Collaboration diagram for GeoVPixelFactory:

Public Member Functions

 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)
 
virtual ~GeoVPixelFactory ()
 
virtual GeoVPhysVol * Build ()=0
 

Protected Attributes

PixelGeometryManagerm_gmt_mgr
 
InDetMaterialManagerm_mat_mgr
 
InDetDD::PixelDetectorManagerm_DDmgr
 
GeoModelIO::ReadGeoModel * m_sqliteReader
 
std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > m_mapFPV
 
std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > m_mapAX
 
const double m_epsilon
 

Detailed Description

This is the base class for all the pieces of the Pixel detector.

Definition at line 31 of file GeoVPixelFactory.h.

Constructor & Destructor Documentation

◆ 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 at line 9 of file GeoVPixelFactory.cxx.

14  : m_gmt_mgr (mgr)
16  , m_DDmgr (ddmgr)
17  , m_sqliteReader(sqliteReader)
18  , m_mapFPV(mapFPV)
19  , m_mapAX(mapAX)
20  , m_epsilon(0.0001)
21 {
22 }

◆ ~GeoVPixelFactory()

GeoVPixelFactory::~GeoVPixelFactory ( )
virtual

Definition at line 24 of file GeoVPixelFactory.cxx.

25 {
26 }

Member Function Documentation

◆ Build()

virtual GeoVPhysVol* GeoVPixelFactory::Build ( )
pure virtual

Member Data Documentation

◆ m_DDmgr

InDetDD::PixelDetectorManager* GeoVPixelFactory::m_DDmgr
protected

Definition at line 45 of file GeoVPixelFactory.h.

◆ m_epsilon

const double GeoVPixelFactory::m_epsilon
protected

Definition at line 49 of file GeoVPixelFactory.h.

◆ m_gmt_mgr

PixelGeometryManager* GeoVPixelFactory::m_gmt_mgr
protected

Definition at line 43 of file GeoVPixelFactory.h.

◆ m_mapAX

std::shared_ptr<std::map<std::string, GeoAlignableTransform*> > GeoVPixelFactory::m_mapAX
protected

Definition at line 48 of file GeoVPixelFactory.h.

◆ m_mapFPV

std::shared_ptr<std::map<std::string, GeoFullPhysVol*> > GeoVPixelFactory::m_mapFPV
protected

Definition at line 47 of file GeoVPixelFactory.h.

◆ m_mat_mgr

InDetMaterialManager* GeoVPixelFactory::m_mat_mgr
protected

Definition at line 44 of file GeoVPixelFactory.h.

◆ m_sqliteReader

GeoModelIO::ReadGeoModel* GeoVPixelFactory::m_sqliteReader
protected

Definition at line 46 of file GeoVPixelFactory.h.


The documentation for this class was generated from the following files:
GeoVPixelFactory::m_mapAX
std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > m_mapAX
Definition: GeoVPixelFactory.h:48
GeoVPixelFactory::m_sqliteReader
GeoModelIO::ReadGeoModel * m_sqliteReader
Definition: GeoVPixelFactory.h:46
GeoVPixelFactory::m_DDmgr
InDetDD::PixelDetectorManager * m_DDmgr
Definition: GeoVPixelFactory.h:45
GeoVPixelFactory::m_gmt_mgr
PixelGeometryManager * m_gmt_mgr
Definition: GeoVPixelFactory.h:43
GeoVPixelFactory::m_mapFPV
std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > m_mapFPV
Definition: GeoVPixelFactory.h:47
BchCleanup.mgr
mgr
Definition: BchCleanup.py:294
GeoVPixelFactory::m_epsilon
const double m_epsilon
Definition: GeoVPixelFactory.h:49
GeoVPixelFactory::m_mat_mgr
InDetMaterialManager * m_mat_mgr
Definition: GeoVPixelFactory.h:44
PixelGeometryManager::getMaterialManager
virtual InDetMaterialManager * getMaterialManager()=0