W pliku
MyPhysicsList.cc
(zmiany kolorem czerwonym)
.................................................................
#include
"G4HadronPhysicsQGSP_BERT.hh"
.................................................................
void
MyPhysicsList::ConstructProcess()
{
AddTransportation();
ConstructEM();
ConstructGeneral();
G4VPhysicsConstructor* hadronList = new
G4HadronPhysicsQGSP_BERT("hadron",true);
hadronList->ConstructProcess();
}