//////////////////////////////////////////////////////////////////// /* Control Monte Carlo Simulation*/ { type: "MC", version: 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", // Reduce number of photons generated, but compensate with increased PMT // efficiency thin_factor: 1.0, // maximum event time in ns event_cutoff_time: -1.0, // Units are nanoseconds. A negative value means //cutoff will not be applied, which is OK if the noise //group flag is also on (set to 1) in NOISE.ratdb. If //that flag is set to 0, it is recommended that this //value is set to a long positive time, like 2.0e9 ns //(= 2 s). // maximum number of steps for a particle to be tracked. event_cutoff_nstep: -1, // A negative value means the cutoff will not be applied. // Run number to simulate run: 0, subrun: 0, }