Introduction to GEANT4
From UCL HEP PBT Wiki
m |
m |
||
| Line 272: | Line 272: | ||
SetCutValue(defaultCutValue, "e-"); | SetCutValue(defaultCutValue, "e-"); | ||
</pre> | </pre> | ||
| + | |||
| + | See the Computed tomography tutorial to understand further how to define your own physics processes for eatch particle. | ||
=== <span style="color:#000080"> Detailed physics lists </span> === | === <span style="color:#000080"> Detailed physics lists </span> === | ||
| Line 387: | Line 389: | ||
For example, if you want to simulate clinical proton beam of energy 150 MeV you can use pre-packaged physics list e.g. QGSP_BIC, QGSP_BERT and FTFP_BERT. If you are interested in Bragg curve physics, use a physics list ending in "EMV" or "EMX" e.g. QGSP_BERT_EMV. | For example, if you want to simulate clinical proton beam of energy 150 MeV you can use pre-packaged physics list e.g. QGSP_BIC, QGSP_BERT and FTFP_BERT. If you are 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> == | ||