21 G4PhysicalVolumeStore* store = G4PhysicalVolumeStore::GetInstance();
22 unsigned int current = store->size();
23 G4VPhysicalVolume* lV = (*store)[current-1];
24 std::string temp1 =
m_notifierSvc->GetCurrentDetectorName() +
"::";
25 std::string temp2 = lV->GetName().substr(0, temp1.size());
27 lV->SetName(temp1 + lV->GetName());