# # Revision log: # 2014 11 24 - Matt Strait: removed optical model and prune blocks # # To simulate events more quickly add these lines before the /run/initialize # Turn off muon and hadronic physics (simulating electrons so this is ok) /rat/physics_list/OmitMuonicProcesses true /rat/physics_list/OmitHadronicProcesses true # Change to the simple detector geometry (no complex ropes, belly plates etc...) /rat/db/set DETECTOR geo_file "geo/snoplus_simple.geo" # Thin the number of photons by a factor of 2.5 /rat/db/set MC thin_factor 2.5 # Standard DAQ processor loop follows /run/initialize /rat/proc frontend /rat/proc trigger /rat/proc eventbuilder /rat/proc calibratePMT # Save the output /rat/proc outroot /rat/procset file "Speedy.root" # Generate events /generator/add combo gun:fill /generator/vtx/set e- 0 0 0 1.0 /generator/pos/set 0.0 0.0 0.0 /generator/rate/set 1 /rat/run/start 10 exit