W pliku MyPhysicsList.cc         (zmiany kolorem czerwonym)
.................................................................
#include "HadronPhysicsQGSP_BERT.hh"
.................................................................

void MyPhysicsList::ConstructProcess()
{
  AddTransportation();
  ConstructEM();
  ConstructGeneral();
  G4VPhysicsConstructor* hadronList = new HadronPhysicsQGSP_BERT("hadron",true);
  hadronList->ConstructProcess();
 }