ボソンしたい(ConstructBosons

 1void PhysicsList::ConstructBosons()
 2{
 3    // pseudo-particles
 4    G4Geantino::Definition();
 5    G4ChargedGeantino::Definition();
 6
 7    // gamma
 8    G4Gamma::Definition();
 9
10    // optical photon
11    G4OpticalPhoton::Definition();
12}

リファレンス

  • G4Geantino

  • G4ChargedGeantino

  • G4Gamma

  • G4OpticalPhoton