Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/parallel/ThreadsafeScorers/run.mac is written in an unsupported language. File is not indexed.

0001 
0002 #########################
0003 # Set of the verboses 
0004 #
0005 /control/verbose 1
0006 /tracking/verbose 0
0007 /run/verbose 1
0008 /event/verbose 0
0009 
0010 #########################
0011 # Set profiler
0012 #
0013 /profiler/run/enable true
0014 /profiler/event/enable true
0015 /profiler/track/enable true
0016 /profiler/step/enable false
0017 
0018 /profiler/run/components wall_clock cpu_clock peak_rss
0019 /profiler/event/components wall_clock cpu_clock peak_rss
0020 /profiler/track/components wall_clock
0021 /profiler/step/components wall_clock
0022 
0023 /profiler/per_thread false
0024 /profiler/per_event false
0025 
0026 /profiler/output/dart true
0027 /profiler/output/text true
0028 /profiler/output/json false
0029 /profiler/output/cout false
0030 
0031 /profiler/tree true
0032 /profiler/flat false
0033 /profiler/timeline false
0034 
0035 ##########################
0036 # Random
0037 #
0038 /random/setDirectoryName run_random_seed_info
0039 /random/setSavingFlag 1
0040 /random/saveEachEventFlag 0
0041 
0042 ##########################
0043 # Initialisation procedure
0044 #
0045 /run/beamOn 10000