diff --git a/FullSimLight/CMakeLists.txt b/FullSimLight/CMakeLists.txt index ac33977af2a5fca2560f1e6b366ebc65a6f7a560..067a352275d5bec6bf371924907a2a2f4ba8e93d 100644 --- a/FullSimLight/CMakeLists.txt +++ b/FullSimLight/CMakeLists.txt @@ -180,6 +180,7 @@ endif() set(FULLSIMLIGHT_SCRIPTS geantino.g4 macro.g4 + pythia.g4 drawMagField.C ) diff --git a/FullSimLight/pythia.g4 b/FullSimLight/pythia.g4 new file mode 100644 index 0000000000000000000000000000000000000000..bca523f1d67636cc467990da1f37dd8951aaf609 --- /dev/null +++ b/FullSimLight/pythia.g4 @@ -0,0 +1,29 @@ +######################################################################## +## SET ALL VERBOSE LEVELS TO 0 +## --------------------------------------------------------------------- +/control/verbose 0 +/run/verbose 0 +/event/verbose 0 +/tracking/verbose 0 +######################################################################## +## SET NUMBER OF THREADS (will be ignored in case of sequential Geant4) +## --------------------------------------------------------------------- +/run/numberOfThreads 1 +/control/cout/prefixString G4Worker_ +######################################################################## +## DETECTOR AND MAGNETIC FIELD +## --------------------------------------------------------------------- +###/mydet/setGdmlFile atlas2018.gdml +## --------------------------------------------------------------------- +## To Switch off the field set it to 0 tesla +/mydet/setField 4.0 tesla +######################################################################## +## INIT +## --------------------------------------------------------------------- +/run/initialize +######################################################################## +## EXECUTE with 10 events and print the list of processes at the end +## --------------------------------------------------------------------- +/run/beamOn 10 +## --------------------------------------------------------------------- +/process/list