# File: runLevelProcessing.mac # # Date: 2017-03-21 # Contact: Jeanne Wilson # Revisions: 2017-03-21 New File # # Run-level (front-end) processing on one or more sub-files comprising a # full run. # Outputs are the ratdb tables for CSS_RESULTS and DQHL # # Prerequesites: second_pass_processing.mac: creates a rootfile per builder subrun # that contains all events, with data cleaning, hit cleaning and PMTCal applied, # including blinded ones that is used as input to this macro. # All root subfiles for the run must be available before this macro runs. # /rat/physics_list/OmitAll true /rat/db/set DETECTOR geo_file "geo/snoplus_water.geo" # Pass all subfiles that make up run ${INFILE_LOAD} /run/initialize ##########EVENT LOOP############ # Run full set of DQ processors /rat/proc dqrunproc /rat/procset processing_level "L2" /rat/proc dqpmtproc /rat/procset processing_level "L2" /rat/proc dqtimeproc /rat/procset processing_level "L2" /rat/proc dqtriggerproc /rat/procset processing_level "L2" ##########EVENT LOOP############ ${INFILE_READ} exit