Introduction to GEANT4

From UCL HEP PBT Wiki

Jump to: navigation, search
m
Line 304: Line 304:
-
Most of the pre-packaged physics lists use "standard" electromagnetic physics processes. The "standard" EM processes are defined with classes: G4EmStandardPhysics, G4EmStandardPhysics_option1, G4EmStandardPhysics_option2 and G4EmStandardPhysics_option3. If you want to use the "low energy" electromagnetic physics processes in the pre-packaged physics list you have to do the following:
+
Most of the pre-packaged physics lists use "standard" electromagnetic physics processes. The "standard" EM processes are defined with classes: G4EmStandardPhysics, G4EmStandardPhysics_option1, G4EmStandardPhysics_option2 and G4EmStandardPhysics_option3. If you want to use "low energy" electromagnetic physics processes (defined with classes G4EmLivermorePhysics, G4EmLivermorePolarizedPhysics, G4EmPenelopePhysics and G4EmDNAPhysics) in the pre-packaged physics list you have to define them in your physics list class (see example ProtonPencilBeam).
-
 
+
For example, if you want to simulate clinical proton beam of energy 150 MeV you can use pre-packaged physics list QGSP_BIC, QGSP_BERT, FTFP_BERT. If you are interested in Bragg curve physics, use a physics list ending in "EMV" or "EMX" e.g. QGSP_BERT_EMV.
-
G4EmLivermorePhysics, G4EmLivermorePolarizedPhysics, G4EmPenelopePhysics and G4EmDNAPhysics.
+
-
 
+
-
If primary particle energy in your application is < 5 GeV (for example, clinical proton beam of 150 MeV)
+
-
start with a physics list which includes BIC or BERT
+
-
e.g. QGSP_BIC, QGSP_BERT, FTFP_BERT, etc.
+
-
 
+
-
If you’re interested in Bragg curve physics
+
-
use a physics list ending in “EMV” or “EMX”
+
-
e.g. QGSP_BERT_EMV  
+
== <span style="color:#000080"> Generate primary particles </span> ==  
== <span style="color:#000080"> Generate primary particles </span> ==  

Revision as of 20:24, 7 July 2014

Personal tools