![]() |
ATLAS Offline Software
|
#include <PhysicalVolumeAccessor.h>
Public Member Functions | |
| PhysicalVolumeAccessor (const std::string &) | |
| PhysicalVolumeAccessor (const std::string &, const std::string &) | |
| const G4VPhysicalVolume * | GetPhysicalVolume (int) const |
| void | SetPhysicalVolumeList (const std::string &) |
Private Member Functions | |
| G4LogicalVolume * | GetLV (const std::string &) |
Private Attributes | |
| G4LogicalVolume * | m_theLogicalVolume |
| PVMap | m_thePhysicalVolumes |
Definition at line 18 of file PhysicalVolumeAccessor.h.
| PhysicalVolumeAccessor::PhysicalVolumeAccessor | ( | const std::string & | name | ) |
Definition at line 22 of file PhysicalVolumeAccessor.cxx.
| PhysicalVolumeAccessor::PhysicalVolumeAccessor | ( | const std::string & | name, |
| const std::string & | PVname ) |
Definition at line 27 of file PhysicalVolumeAccessor.cxx.
|
private |
Definition at line 10 of file PhysicalVolumeAccessor.cxx.
| const G4VPhysicalVolume * PhysicalVolumeAccessor::GetPhysicalVolume | ( | int | icopy | ) | const |
Definition at line 42 of file PhysicalVolumeAccessor.cxx.
| void PhysicalVolumeAccessor::SetPhysicalVolumeList | ( | const std::string & | name | ) |
Definition at line 53 of file PhysicalVolumeAccessor.cxx.
|
private |
Definition at line 25 of file PhysicalVolumeAccessor.h.
|
private |
Definition at line 26 of file PhysicalVolumeAccessor.h.