Introduction to GEANT4

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 69: Line 69:
You derive your own class from <span style="color:#ff0000"> G4VUserDetectorConstruction </span> base class. In the derived class you will:  
You derive your own class from <span style="color:#ff0000"> G4VUserDetectorConstruction </span> base class. In the derived class you will:  
-
* Describe the shape and the size of your detector : <span style="color:#ff0000"> G4VSolid </span>  
+
* Describe the shape and the size of your detector using <span style="color:#ff0000"> G4VSolid </span>  
-
* Construct materials and electromagnetic fields : <span style="color:#ff0000"> G4Logical Volume </span>  
+
* Construct materials and electromagnetic fields using <span style="color:#ff0000"> G4Logical Volume </span>  
-
* Place volumes of your detector geometry : <span style="color:#ff0000"> G4VPhysical Volume </span>  
+
* Place volumes of your detector geometry using <span style="color:#ff0000"> G4VPhysical Volume </span>  

Revision as of 11:13, 8 July 2014

Personal tools