Introduction to GEANT4

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 255: Line 255:
=== <span style="color:#000080"> Detailed physics lists </span> ===  
=== <span style="color:#000080"> Detailed physics lists </span> ===  
-
A realistic physics list has a lot of different physics processes. Therefore it is better to define a new class G4VModularPhysicsList derived from G4VUserPhysicsList where you can group the physics processes into EM physics, hadronic physics, optical physics etc. The method AddTransportation() is called automatically for all particles. Simple example of G4VModularPhysicsList:
+
A realistic physics list has a lot of different physics processes. Therefore it is better to define a new class <span style="color:#ff0000"> G4VModularPhysicsList </span> derived from <span style="color:#ff0000"> G4VUserPhysicsList </span> where you can group the physics processes into EM physics, hadronic physics, optical physics etc. The method AddTransportation() is called automatically for all particles. Simple example of <span style="color:#ff0000"> G4VModularPhysicsList </span>:

Revision as of 13:42, 7 July 2014

Personal tools