Introduction to GEANT4

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 67: Line 67:
-
You can define your experiment by using three base classes:
+
You derive your own class from <span style="color:#ff0000"> G4VUserDetectorConstruction </span> base class. In the derived class you will:  
-
* Describing the shape and the size of your detector: <span style="color:#ff0000"> G4VSolid </span>  
+
* Describe the shape and the size of your detector : <span style="color:#ff0000"> G4VSolid </span>  
-
* Adding properties - material and electromagnetic field: <span style="color:#ff0000"> G4Logical Volume </span>  
+
* Construct materials and electromagnetic fields : <span style="color:#ff0000"> G4Logical Volume </span>  
-
* Placing it in another volume - in one or many positions: <span style="color:#ff0000"> G4VPhysical Volume </span>  
+
* Place volumes of your detector geometry : <span style="color:#ff0000"> G4VPhysical Volume </span>  

Revision as of 11:04, 8 July 2014

Personal tools