@@ -220,22 +220,22 @@ Command:
220220
221221Parameters
222222''''''''''
223- No parameters are required though a position reconstruction should be run before and a light speed is needed
224- to calculate time residuals. Several useful parameters can be set in macro, which allows the processor to be
225- run multiple times with different settings in a single macro. Detailed implementations are illustrated in
226- macros/examples/classifytimes.mac
223+ No parameters are required though a position reconstruction should be run before (or a fixed position specified) and a
224+ light speed is needed to calculate time residuals. The light speed and a time window for the ratio are specified in
225+ CLASSIFIER.ratdb. Several useful parameters can be set in macro, which allows the processor to be run multiple times
226+ with different settings in a single macro. Detailed implementations are illustrated in macros/examples/classifytimes.mac.
227227
228228========================= ========================== ===================
229229**Field ** **Type ** **Description **
230230========================= ========================== ===================
231- ``classifier_name `` ``string `` Defaults to "classifytimes"
232- ``position_fitter `` ``string `` Name of fitter providing position input
231+ ``classifier_name `` ``string `` Defaults to "classifytimes".
232+ ``position_fitter `` ``string `` Name of fitter providing position input.
233233
234234``pmt_type`` ``int`` PMT "type" to use. Multiple types can be used. Defaults to all types.
235235``verbose `` ``int `` FOM save option. 1 saves ``num_PMT ``'s. 2 also saves ``time_resid_low `` and ``time_resid_up ``
236236
237- ``numer_time_resid_low`` ``double`` Lower cut on time residuals in ns. Used for ``ratio``.
238- ``numer_time_resid_up `` ``double `` Upper cut on time residuals in ns. Used for ``ratio ``.
237+ ``numer_time_resid_low`` ``double`` Lower cut on time residuals in ns. Used for ``ratio``. Defaults to value in CLASSIFIER.ratdb.
238+ ``numer_time_resid_up `` ``double `` Upper cut on time residuals in ns. Used for ``ratio ``. Defaults to value in CLASSIFIER.ratdb.
239239
240240``denom_time_resid_low`` ``double`` Lower cut on time residuals in ns. Used for ``ratio``. Defaults to full range.
241241``denom_time_resid_up `` ``double `` Upper cut on time residuals in ns. Used for ``ratio ``. Defaults to full range.
@@ -246,28 +246,28 @@ macros/examples/classifytimes.mac
246246``time_resid_frac_low`` ``double`` Lower cut on time residuals as a fraction in [0.0, 1.0). Option for central moments.
247247``time_resid_frac_up `` ``double `` Upper cut on time residuals as a fraction in (0.0, 1.0]. Option for central moments.
248248
249- ``light_speed`` ``double`` Speed of light in material in mm/ns. Defaults to water.
249+ ``light_speed`` ``double`` Speed of light in material in mm/ns. Defaults to water value in CLASSIFIER.ratdb .
250250
251- ``event_position_x `` ``double `` Fixed position of event in mm
252- ``event_position_y `` ``double `` Fixed position of event in mm
253- ``event_position_z `` ``double `` Fixed position of event in mm
251+ ``event_position_x `` ``double `` Fixed position of event in mm.
252+ ``event_position_y `` ``double `` Fixed position of event in mm.
253+ ``event_position_z `` ``double `` Fixed position of event in mm.
254254
255- ``event_time `` ``double `` Fixed offset of time residuals in ns
255+ ``event_time `` ``double `` Fixed offset of time residuals in ns.
256256========================= ========================== ===================
257257
258258Classifier information in data structure
259259''''''''''''''''''''''''''''''''''''''''''
260260* name - ``classifytimes ``
261261* classifier result - ``ratio `` is the ratio of the numbers of PMTs selected by specified time windows
262- * classifier result - ``mean `` is the mean time within a specified time window
263- * classifier result - ``stddev `` is the unbiased standard deviation of times within a specified time window
264- * classifier result - ``skewness `` is the standardized unbiased skewness of times within a specified time window
265- * classifier result - ``kurtosis `` is the standardized unbiased excess kurtosis of times within a specified time window
266- * classifier result - ``num_PMT `` is the number of PMTs used in a reconstruction
267- * classifier result - ``num_PMT_numer `` is the number of PMTs used in a reconstruction
268- * classifier result - ``num_PMT_denom `` is the number of PMTs used in a reconstruction
269- * classifier result - ``time_resid_low `` is the earliest time residual that passes the lower time residual cut
270- * classifier result - ``time_resid_up `` is the latest time residual that passes the upper time residual cut
262+ * classifier result - ``mean `` is the mean time within the time window for central moments
263+ * classifier result - ``stddev `` is the unbiased standard deviation of times within the time window for central moments
264+ * classifier result - ``skewness `` is the standardized unbiased skewness of times within the time window for central moments
265+ * classifier result - ``kurtosis `` is the standardized unbiased excess kurtosis of times within the time window for central moments
266+ * classifier result - ``num_PMT `` is the number of PMTs used in the central moment calculations
267+ * classifier result - ``num_PMT_numer `` is the number of PMTs used in the numerator of the ratio
268+ * classifier result - ``num_PMT_denom `` is the number of PMTs used in the denominator of the ratio
269+ * classifier result - ``time_resid_low `` is the earliest time residual in the time window for central moments
270+ * classifier result - ``time_resid_up `` is the latest time residual in the time window for central moments
271271
272272----------------------
273273
0 commit comments