/*------------------------------------------------------------------------------- This file contains constants used in the reconstruction of the N100 and N20 trigger signals used by the trigger efficiency processor to compute the number of in-time hits with triggers enabled for the N100 and N20 trigger signals. Rise times comes from run dependent table. See SNO+-docDB 4723 for more information about how these numbers were computed. Contact: Anthony LaTorre . -------------------------------------------------------------------------------*/ { type: "TRIGGER_EFFICIENCY", version: 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", // Width of N100 channel trigger in ns n100_width: 89.45, // Width of N20 channel trigger in ns n20_width: 46.33, // Time window to search for the maximum number of in-time hits in ns time_window: 500.0, // Time resolution of reconstructed trigger signal. delta_t: 1.0, }