diff --git a/NPSimulation/Core/DetectorConstruction.cc b/NPSimulation/Core/DetectorConstruction.cc index 440af641140f8098922abf89d2c4cf8703cfc2f5..d8ee276ab67061eba34eea627e767ce726d1d425 100644 --- a/NPSimulation/Core/DetectorConstruction.cc +++ b/NPSimulation/Core/DetectorConstruction.cc @@ -143,7 +143,7 @@ G4VPhysicalVolume* DetectorConstruction::ReadConfigurationFile(){ // Access the DetectorFactory and ask it to load the Class List std::string classlist = getenv("NPTOOL"); - classlist += "/NPLib/DetectorClassList.txt"; + classlist += "/NPLib/ClassList.txt"; NPS::DetectorFactory* theFactory = NPS::DetectorFactory::getInstance(); theFactory->ReadClassList(classlist);