//////////////////////////////////////////////////////////////////// /// /// \brief Settings for QPDT classifier /// /// REVISION HISTORY: /// 07/18/2013: Eric Marzec - new file /// 10/16/2017: T. Kaptanoglu - Add Q cutoff /// \details Settings for QPDT classifier /// //////////////////////////////////////////////////////////////////// { type: "CLASSIFIER_QPDT", version: 1, run_range: [0,0], pass: 0, comment: "", timestamp: "", t1: -100.0, //Lower limit of early-time window for QPDT cut t2: -20.0, //Upper limit of early-time window for QPDT cut qcutoff_max: 500, // Upper limit of Q integral qcutoff_min: 0, // Lower limit of Q integral }