Introduction to GEANT4
From UCL HEP PBT Wiki
m |
m |
||
| Line 67: | Line 67: | ||
| - | You | + | 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> |
| - | * | + | * Construct materials and electromagnetic fields : <span style="color:#ff0000"> G4Logical Volume </span> |
| - | * | + | * Place volumes of your detector geometry : <span style="color:#ff0000"> G4VPhysical Volume </span> |