#include <PhysicalVolumeAccessor.h>
Definition at line 18 of file PhysicalVolumeAccessor.h.
 
◆ PhysicalVolumeAccessor() [1/2]
      
        
          | PhysicalVolumeAccessor::PhysicalVolumeAccessor | ( | const std::string & | name | ) |  | 
      
 
 
◆ PhysicalVolumeAccessor() [2/2]
      
        
          | PhysicalVolumeAccessor::PhysicalVolumeAccessor | ( | const std::string & | name, | 
        
          |  |  | const std::string & | PVname | 
        
          |  | ) |  |  | 
      
 
 
◆ GetLV()
  
  | 
        
          | G4LogicalVolume * PhysicalVolumeAccessor::GetLV | ( | const std::string & | name | ) |  |  | private | 
 
Definition at line 10 of file PhysicalVolumeAccessor.cxx.
   12   G4LogicalVolumeStore *lvs=G4LogicalVolumeStore::GetInstance();
 
   13   for (
unsigned int i=0;
i<lvs->size();
i++)
 
   15       std::string lname=((lvs->operator[](
i))->GetName());
 
   17         return (lvs->operator[](
i));
 
 
 
 
◆ GetPhysicalVolume()
      
        
          | const G4VPhysicalVolume * PhysicalVolumeAccessor::GetPhysicalVolume | ( | int | icopy | ) | const | 
      
 
 
◆ SetPhysicalVolumeList()
      
        
          | void PhysicalVolumeAccessor::SetPhysicalVolumeList | ( | const std::string & | name | ) |  | 
      
 
 
◆ m_theLogicalVolume
  
  | 
        
          | G4LogicalVolume* PhysicalVolumeAccessor::m_theLogicalVolume |  | private | 
 
 
◆ m_thePhysicalVolumes
  
  | 
        
          | PVMap PhysicalVolumeAccessor::m_thePhysicalVolumes |  | private | 
 
 
The documentation for this class was generated from the following files: