////////////////////////////////////////////////////////////////////
///
/// \brief   PMT noise settings
///
///
/// REVISION HISTORY:\n
///     24 May 2017:  Peter Madigan added integrated rate table
///
/// \details  Extracted noise rates in the PMTs integrated across run range
///
////////////////////////////////////////////////////////////////////
/* Control for Data Acquisition Simulation*/
{
type: "NOISE_RUN_INTEGRATED",
version: 1,
run_range: [0, 0],
pass: 0,
comment: "",
timestamp: "",

average_noiserate: 500.0, //mean noise rate per PMT, in Hz
PGT_n: 500000,
perpmt_noiserate: [500.00 : 9728],
perpmt_pgt: [500000 : 9728]
}