Functions | |
G4LogicalVolume * | findLVolume (const std::string &Name) |
findLVolume retrieve Geant4 logical volume from the store by name | |
G4VPhysicalVolume * | findPVolume (const std::string &Name) |
findPVolume retrieve Geant4 physical volume from the store by name | |
GiGaAssembly * | findLAssembly (const std::string &Name) |
findLAssembly retrieve assembly volume from the store by name | |
G4Region * | findRegion (const std::string &Name) |
findRegion retrieve region from the store by name |
collection of useful methods for extraction of volumes/assemblies from their static stores
G4LogicalVolume* GiGaVolumeUtils::findLVolume | ( | const std::string & | Name | ) |
findLVolume retrieve Geant4 logical volume from the store by name
name | volume name |
G4VPhysicalVolume* GiGaVolumeUtils::findPVolume | ( | const std::string & | Name | ) |
findPVolume retrieve Geant4 physical volume from the store by name
name | volume name |
GiGaAssembly* GiGaVolumeUtils::findLAssembly | ( | const std::string & | Name | ) |
findLAssembly retrieve assembly volume from the store by name
name | volume name |
G4Region* GiGaVolumeUtils::findRegion | ( | const std::string & | Name | ) |
findRegion retrieve region from the store by name
name | region name |