#include <GeoPixelIBLFwdServices.h>
Definition at line 17 of file GeoPixelIBLFwdServices.h.
 
◆ GeoPixelIBLFwdServices()
      
        
          | GeoPixelIBLFwdServices::GeoPixelIBLFwdServices | ( | 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, | 
        
          |  |  | int | section | 
        
          |  | ) |  |  | 
      
 
 
◆ Build()
  
  | 
        
          | GeoVPhysVol * GeoPixelIBLFwdServices::Build | ( |  | ) |  |  | overridevirtual | 
 
 
◆ getSupportA()
  
  | 
        
          | GeoPhysVol* GeoPixelIBLFwdServices::getSupportA | ( |  | ) |  |  | inline | 
 
 
◆ getSupportC()
  
  | 
        
          | GeoPhysVol* GeoPixelIBLFwdServices::getSupportC | ( |  | ) |  |  | inline | 
 
 
◆ getSupportTrfA()
  
  | 
        
          | GeoTransform* GeoPixelIBLFwdServices::getSupportTrfA | ( |  | ) |  |  | inline | 
 
 
◆ getSupportTrfC()
  
  | 
        
          | GeoTransform* GeoPixelIBLFwdServices::getSupportTrfC | ( |  | ) |  |  | inline | 
 
 
◆ isComplexShapeDefined()
      
        
          | bool GeoPixelIBLFwdServices::isComplexShapeDefined | ( |  | ) |  | 
      
 
Definition at line 42 of file GeoPixelIBLFwdServices.cxx.
   46   bool bFwd02Defined=
false;
 
   48   for(
int i=0; 
i<nbBarrelSvc; 
i++){
 
   50     if(volName.substr(0,9)==
"IBL_Fwd02")bFwd02Defined=
true;
 
   53   for(
int i=0; 
i<nbSimpleSvc; 
i++){
 
   55     if(volName.substr(0,9)==
"IBL_Fwd02")bFwd02Defined=
true;
 
 
 
 
◆ m_bFwdComplexGeometry_CAD
  
  | 
        
          | bool GeoPixelIBLFwdServices::m_bFwdComplexGeometry_CAD |  | private | 
 
 
◆ m_bFwdComplexGeometry_Mod1
  
  | 
        
          | bool GeoPixelIBLFwdServices::m_bFwdComplexGeometry_Mod1 |  | private | 
 
 
◆ m_DDmgr
◆ m_epsilon
  
  | 
        
          | const double GeoVPixelFactory::m_epsilon |  | protectedinherited | 
 
 
◆ m_gmt_mgr
◆ m_mapAX
  
  | 
        
          | std::shared_ptr<std::map<std::string, GeoAlignableTransform*> > GeoVPixelFactory::m_mapAX |  | protectedinherited | 
 
 
◆ m_mapFPV
  
  | 
        
          | std::shared_ptr<std::map<std::string, GeoFullPhysVol*> > GeoVPixelFactory::m_mapFPV |  | protectedinherited | 
 
 
◆ m_mat_mgr
◆ m_section
  
  | 
        
          | int GeoPixelIBLFwdServices::m_section |  | private | 
 
 
◆ m_sqliteReader
  
  | 
        
          | GeoModelIO::ReadGeoModel* GeoVPixelFactory::m_sqliteReader |  | protectedinherited | 
 
 
◆ m_supportPhysA
  
  | 
        
          | GeoPhysVol* GeoPixelIBLFwdServices::m_supportPhysA |  | private | 
 
 
◆ m_supportPhysC
  
  | 
        
          | GeoPhysVol* GeoPixelIBLFwdServices::m_supportPhysC |  | private | 
 
 
◆ m_xformSupportA
  
  | 
        
          | GeoTransform* GeoPixelIBLFwdServices::m_xformSupportA |  | private | 
 
 
◆ m_xformSupportC
  
  | 
        
          | GeoTransform* GeoPixelIBLFwdServices::m_xformSupportC |  | private | 
 
 
The documentation for this class was generated from the following files:
 
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)