バリオンしたい(ConstructBaryons

 1void PhysicsList::ConstructBaryons()
 2{
 3    // proton
 4    G4Proton::ProtonDefinition();
 5    G4AntiProton::Definition();
 6
 7    // neutron
 8    G4Neutron::Definition();
 9    G4AntiNeutron::Definition();
10}