#include "PhysicsList.hh" #include "G4SystemOfUnits.hh" PhysicsList::PhysicsList() { // register the physics list we need RegisterPhysics (new G4DecayPhysics()); RegisterPhysics (new G4RadioactiveDecayPhysics()); RegisterPhysics (new G4EmStandardPhysics_option3()); } PhysicsList::~PhysicsList() { }