Code for download: session4_start.tar.gz
Exercise:
- Explore processes defined for
proton, e-, e+, gammaparticles via UI commands and add these commands inrun.mac. - Add a a command line option to select any Geant4 physics list using
G4PhysListFactoryclass.- Check availability of the physics list via
G4bool IsReferencePhysList(const G4String& physListName);
- Check availability of the physics list via
- Set particles production thresholds (cuts) via Geant4 command in
run.mac.- Use Help in Qt session to find out needed commands.
- See
setCut*commands in/rundirectory.
- Define a region in EM calorimeter with production thresholds different from the default ones.
Solution: session4_solution.tar.gz
Exercise ++:
The exercises marked as ++ are optional; they are recommended for participants who have already some experience with Geant4 and get some time left for practicing more than the basic exercise proposed above.
- There is no complementary exercise for this session.
