//////////////////////////////////////////////////////////////////// /// /// \brief DAQ settings that change run-by-run /// /// /// REVISION HISTORY:\n /// 02 Apr 2015 : Gabriel Orebi Gann - Created /// /// \details This file includes settings for the DAQ and trigger simulation /// that are expected to change on a run-by-run basis, and will /// therefore be read from the online DAQ configuration file /// (accessed from the database). /// Parameters that change less often, or are user-defined inputs, /// remain in DAQ.ratdb /// //////////////////////////////////////////////////////////////////// /* Control for Data Acquisition Simulation*/ { type: "DAQ_RUN_LEVEL", version: 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", //MTC/D `digital' information //trigger_mask: 3150, //integer mask for triggers, 3150= old standard neutrino run trigger_mask: 28398, //integer mask for triggers, 28398= standard neutrino run //trigger_mask: 1024, //integer mask for triggers, 1024=pulse_gt only //trigger_mask: 32768, //Ext Async mask only trigger_enable: 3199, //integer word for enabled triggers, same bitwise //form as trigger mask. If bit is set to 0, that trigger //type will not be simulated //trigger_enable: 35967, //enable including external asyn prescale: 1000, //Prescale factor for N100LO triggers pulse_gt: 100.0, //Pulse GT period in milliseconds (note units!) //MTC/A information //Note NHIT thresholds are all floats n100_hi_thresh: 50.0, //NHIT100 HI threshold in hits n100_med_thresh: 30.0, //NHIT100 MED threshold in hits n100_lo_thresh: 10.0, //NHIT100 LO threshold in hits n20_thresh: 16.0, //NHIT20 threshold in hits n20_lb_thresh: 11.0, //NHIT20LB (`lookback') threshold in hits eshi_thresh: 120.0, //ESUMHI threshold in mV eslo_thresh: 60.0, //ESUMLO threshold in mV // Number of retriggers set for each board n100_retrig: 0, n20_retrig: 0, eshi_retrig: 0, eslo_retrig: 0, owln_retrig: 0, owlehi_retrig: 0, owlelo_retrig: 0, // CAEN Digitiser Information //trigSums: [10,11,12,20,21,30,31,40,], // which trigger sums from MTCA+ to digitise trigSums: [10,20,40,], // N100L, N20LB, ESUMH offsetCAEN: [2048:8], // Offset applied to trigsum (on CAEN) in CAEN ADC counts nSample: 110, // number of (4ns) samples per event nPreSample: 80, // number of pre-samples (i.e. samples before trig) channelMask: 5, // which channels to record formatCAEN: 0, // data format (normal / ZLE) boardID: 1, // CAEN board ID // TUBii Info attenuationChannels:[0:8], channelSelectTUBii:[0:8], }