ATLAS Offline Software
Loading...
Searching...
No Matches
PixelGeoDC2::GeoVPixelFactory Class Referenceabstract

#include <PixelDetectorDC1DC2.h>

Inherited by PixelGeoDC2::GeoPixelBarrel, PixelGeoDC2::GeoPixelCable, PixelGeoDC2::GeoPixelChip, PixelGeoDC2::GeoPixelDisk, PixelGeoDC2::GeoPixelDiskSupports, PixelGeoDC2::GeoPixelECCable, PixelGeoDC2::GeoPixelEndCap, PixelGeoDC2::GeoPixelEnvelope, PixelGeoDC2::GeoPixelHybrid, PixelGeoDC2::GeoPixelLadder, PixelGeoDC2::GeoPixelLadderStruct, PixelGeoDC2::GeoPixelLayer, PixelGeoDC2::GeoPixelModule, PixelGeoDC2::GeoPixelServices, PixelGeoDC2::GeoPixelSiCrystal, PixelGeoDC2::GeoPixelSubDisk, and PixelGeoDC2::GeoPixelTubeCables.

Collaboration diagram for PixelGeoDC2::GeoVPixelFactory:

Public Member Functions

 GeoVPixelFactory (InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr)
virtual ~GeoVPixelFactory ()
virtual GeoVPhysVol * Build ()=0

Protected Attributes

PixelGeometryManagerm_gmt_mgr {}
StoredMaterialManagerm_mat_mgr {}
InDetDD::PixelDetectorManagerm_DDmgr {}
const double m_epsilon {}

Detailed Description

Definition at line 43 of file PixelDetectorDC1DC2.h.

Constructor & Destructor Documentation

◆ GeoVPixelFactory()

GeoVPixelFactory::GeoVPixelFactory ( InDetDD::PixelDetectorManager * ddmgr,
PixelGeometryManager * mgr )

Definition at line 1553 of file PixelDetectorDC1DC2.cxx.

1554 :
1555 m_gmt_mgr (mgr),
1556 m_mat_mgr (m_gmt_mgr->getMaterialManager()),
1557 m_DDmgr (ddmgr),
1558 m_epsilon(0.0001)
1559{
1560}
StoredMaterialManager * m_mat_mgr
PixelGeometryManager * m_gmt_mgr
InDetDD::PixelDetectorManager * m_DDmgr

◆ ~GeoVPixelFactory()

virtual PixelGeoDC2::GeoVPixelFactory::~GeoVPixelFactory ( )
virtual

Member Function Documentation

◆ Build()

Member Data Documentation

◆ m_DDmgr

InDetDD::PixelDetectorManager* PixelGeoDC2::GeoVPixelFactory::m_DDmgr {}
protected

Definition at line 53 of file PixelDetectorDC1DC2.h.

53{};

◆ m_epsilon

const double PixelGeoDC2::GeoVPixelFactory::m_epsilon {}
protected

Definition at line 54 of file PixelDetectorDC1DC2.h.

54{};

◆ m_gmt_mgr

PixelGeometryManager* PixelGeoDC2::GeoVPixelFactory::m_gmt_mgr {}
protected

Definition at line 51 of file PixelDetectorDC1DC2.h.

51{};

◆ m_mat_mgr

StoredMaterialManager* PixelGeoDC2::GeoVPixelFactory::m_mat_mgr {}
protected

Definition at line 52 of file PixelDetectorDC1DC2.h.

52{};

The documentation for this class was generated from the following files: