46 #ifndef G4LOGICALVOLUMESTORE_HH
47 #define G4LOGICALVOLUMESTORE_HH 1
52 #include "G4LogicalVolume.hh"
53 #include "G4VStoreNotifier.hh"
59 static void Register(G4LogicalVolume* pVolume);
61 static void DeRegister(G4LogicalVolume* pVolume);
65 static void SetNotifier(G4VStoreNotifier* pNotifier);
71 G4bool reverseSearch=
false)
const;
79 inline const std::map<G4String,
80 std::vector<G4LogicalVolume*> >&
GetMap()
const {
return bmap; }
102 std::map<G4String, std::vector<G4LogicalVolume*> >
bmap;