Main Page

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 15: Line 15:
Useful help links.  
Useful help links.  
-
== span style="color:#000080"> The basics of GEANT4 </span> ==
+
== <span style="color:#000080"> The basics of GEANT4 </span> ==
-
----
+
 
GEANT4 is a toolkit for simulating the passage of particles through matter. The user creates his/her own simulation application using GEANT4 tools. The tools are base classes. There are eight base classes.   
GEANT4 is a toolkit for simulating the passage of particles through matter. The user creates his/her own simulation application using GEANT4 tools. The tools are base classes. There are eight base classes.   
Line 43: Line 43:
You can create your own classes which are derived from the base classes. All of them should be registered with the G4RunManager. In function main() which is the skeleton of your simulation code you instantiate G4RunManager and notify it of your mandatory and optional classes.
You can create your own classes which are derived from the base classes. All of them should be registered with the G4RunManager. In function main() which is the skeleton of your simulation code you instantiate G4RunManager and notify it of your mandatory and optional classes.
-
== span style="color:#000080"> Basic tutorials </span> ==
+
== <span style="color:#000080"> Basic tutorials </span> ==
This section includes several basic tutorials:
This section includes several basic tutorials:
Line 54: Line 54:
* [[Several proton beams with spread out Bragg peaks]] is a complex code which shows the dose distribution in water with several incident monoenergetic proton beams.   
* [[Several proton beams with spread out Bragg peaks]] is a complex code which shows the dose distribution in water with several incident monoenergetic proton beams.   
-
== span style="color:#000080"> Advanced tutorials </span> ==
+
== <span style="color:#000080"> Advanced tutorials </span> ==
This section includes several advanced tutorials:
This section includes several advanced tutorials:
Line 62: Line 62:
* [[High-precision dosimetry]]
* [[High-precision dosimetry]]
-
== span style="color:#000080"> Installing GEANT4 locally </span> ==
+
== <span style="color:#000080"> Installing GEANT4 locally </span> ==

Revision as of 09:20, 3 July 2014

Personal tools