HTSimpleDetector - nscl-hira/HiRAEVT GitHub Wiki

Description

This detector hold a single channel of energy/time information. The parameters are:

  • Double_t: fEnergy
  • Double_t: fTime
  • Short_t: fEnergyRaw
  • Double_t: fTimeRaw

Configuration parameters

To configure the detecor the following key:value pairs must be specified in the configuration file:

  • "fEnergy:type(JSON object): A JSON object, described below, with the module name and channel corresponding to the raw energy
  • "fTime:type(JSON object): A JSON object, described below, with the module name and channel corresponding to the raw time

Both JSON objects should contain two key:value pairs:

  • "moduleName":type(string): The name of the module to use
  • "ch":type(int): The channel of the module to use

Calibration

Example detector configuration