Main Page

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 1: Line 1:
-
== Introduction ==
+
== <span style="color:#000080"> Introduction </span> ==
-
----
+
 
This is a tutorial about applications of GEANT4 to medical physics. The GEANT4 is installed on the HEP Linux cluster at UCL. You will need an account on that cluster to be able to use this software, run example tutorials and create your own applications.
This is a tutorial about applications of GEANT4 to medical physics. The GEANT4 is installed on the HEP Linux cluster at UCL. You will need an account on that cluster to be able to use this software, run example tutorials and create your own applications.
-
== Accounts and Registration ==
+
== <span style="color:#000080"> Accounts and Registration </span> ==
-
----
+
* Getting a computing account
* Getting a computing account
Line 16: Line 15:
Useful help links.  
Useful help links.  
-
== The basics of GEANT4 ==
+
== 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 44: 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.
-
== Basic tutorials ==
+
== span style="color:#000080"> Basic tutorials </span> ==
-
----
+
 
This section includes several basic tutorials:
This section includes several basic tutorials:
Line 55: 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.   
-
== Advanced tutorials ==
+
== span style="color:#000080"> Advanced tutorials </span> ==
-
----
+
 
This section includes several advanced tutorials:
This section includes several advanced tutorials:
Line 63: Line 62:
* [[High-precision dosimetry]]
* [[High-precision dosimetry]]
-
== Installing GEANT4 locally ==
+
== span style="color:#000080"> Installing GEANT4 locally </span> ==
-
----
+

Revision as of 09:19, 3 July 2014

Personal tools