Geant4 Cross Reference |
1 # Macro file for sample run of the HGCal testb 1 # Macro file for sample run of the HGCal testbeam simulation 2 # 2 # 3 3 4 # Set verbosity levels 4 # Set verbosity levels 5 #/control/verbose 2 5 #/control/verbose 2 6 #/control/saveHistory 6 #/control/saveHistory 7 #/run/verbose 2 7 #/run/verbose 2 8 #/tracking/verbose 2 8 #/tracking/verbose 2 9 9 10 # Use only one thread 10 # Use only one thread 11 /run/numberOfThreads 1 11 /run/numberOfThreads 1 12 12 13 # Initialize kernel 13 # Initialize kernel 14 /run/initialize 14 /run/initialize 15 15 16 # Choose geometry setup 16 # Choose geometry setup 17 /HGCalTestbeam/setup/configuration 0 17 /HGCalTestbeam/setup/configuration 0 18 18 19 # Read input particles from file 19 # Read input particles from file 20 /HGCalTestbeam/generator/readInputFile true 20 /HGCalTestbeam/generator/readInputFile true 21 # Substitute <INPUTFILE.root> with name of the 21 # Substitute <INPUTFILE.root> with name of the file 22 /HGCalTestbeam/generator/pathInputFile INPUTFI 22 /HGCalTestbeam/generator/pathInputFile INPUTFILE.root 23 /HGCalTestbeam/generator/startFromEvent 0 23 /HGCalTestbeam/generator/startFromEvent 0 24 24 25 /HGCalTestbeam/output/file output_inputFromFil 25 /HGCalTestbeam/output/file output_inputFromFile_10events.root 26 /run/beamOn 10 26 /run/beamOn 10