Skip to content

remove G4DataQuestionaire because it is no longer available in 10.6

Removes G4DataQuestionaire from physics list because Geant4 10.6 drops support for this object: http://geant4-data.web.cern.ch/geant4-data/ReleaseNotes/ReleaseNotes4.10.6.html

Code clean-up: removed template mechanism (except for G4GenericPhysicsList, G4PhysListStamper and INCLXXPhysicsListHelper); deleted copy-constructor and assignment operator; for empty destructors, use =default; moved include/x.icc to src/x.cc for lists without template; removed SetCuts() implementation where not specialised; removed version number from lists; removed G4DataQuestionaire.

It is a check for a correct setup, but we are pretty confident we have a correct setup (with data libraries in particular), so this is redundant.

Merge request reports