# File: nosplit.mac # # Date: 25/11/2020 # Contact: M. Anderson, # # Example of how to run simulations normally. # Very standard, only here for comparison. /rat/physics_list/OmitMuonicProcesses true /rat/physics_list/OmitHadronicProcesses true /rat/db/set DETECTOR geo_file "geo/snoplusnative_water.geo" # Simulate noise using the per-pmt rates. /rat/db/set NOISE_MC noise_flag 2 # Read the per-pmt noise rates from the NOISE_RUN_INTEGRATED table. /rat/db/set NOISE_MC integ_noise_flag 1 # Use realistic trigger. /rat/db/set DAQ realistic_trigger 1 /run/initialize ##########EVENT LOOP############ /rat/proc frontend /rat/proc trigger /rat/proc eventbuilder /rat/proc calibratePMT /rat/proc triggerEfficiency /rat/proc count /rat/procset update 1000 /rat/proc waterFitter # Prune events and write all of them to DS. /rat/proc prune /rat/procset prune "mc.pmts,mc.hits,mcevs,ev.uncalPMTs,ev.intermedCalPMTs" /rat/proclast outroot ##########EVENT LOOP############ /generator/add combo gun2:fill:poisson /generator/vtx/set e- 0.0 0.0 0.0 0 1.0 5.0 /generator/pos/set inner_av /generator/rate/set 1 /rat/run/start exit