5#ifndef PhysicalVolumeAccessor_H
6#define PhysicalVolumeAccessor_H
11#include "G4VPhysicalVolume.hh"
16typedef std::map<int,G4VPhysicalVolume *, std::less<int> >
PVMap;
27 G4LogicalVolume *
GetLV(
const std::string&);
std::map< int, G4VPhysicalVolume *, std::less< int > > PVMap
PVMap m_thePhysicalVolumes
void SetPhysicalVolumeList(const std::string &)
const G4VPhysicalVolume * GetPhysicalVolume(int) const
G4LogicalVolume * GetLV(const std::string &)
G4LogicalVolume * m_theLogicalVolume
PhysicalVolumeAccessor(const std::string &)