|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
Minimal CoMPASS hit: header fields only, no waveform. More...
#include <BinaryUtils.hpp>
Public Attributes | |
| UShort_t | board |
| Digitiser board id. | |
| UShort_t | channel |
| Channel index on that board. | |
| UShort_t | energy |
| Energy in ADC channel units. | |
| ULong64_t | timestamp |
| Acquisition timestamp, in picoseconds. | |
| UInt_t | flags |
| CoMPASS status bits; see CoMPASSData's constants. | |
Minimal CoMPASS hit: header fields only, no waveform.
What InitUtils::ConvertCoMPASSBinToHits() returns, for callers that want timing and energy over a whole run without paying for traces.
Definition at line 39 of file BinaryUtils.hpp.
| UShort_t RawHit::board |
Digitiser board id.
Definition at line 40 of file BinaryUtils.hpp.
Referenced by InitUtils::ConvertCoMPASSBinToHits().
| UShort_t RawHit::channel |
Channel index on that board.
Definition at line 41 of file BinaryUtils.hpp.
Referenced by InitUtils::ConvertCoMPASSBinToHits().
| UShort_t RawHit::energy |
Energy in ADC channel units.
Definition at line 42 of file BinaryUtils.hpp.
Referenced by InitUtils::ConvertCoMPASSBinToHits().
| UInt_t RawHit::flags |
CoMPASS status bits; see CoMPASSData's constants.
Definition at line 44 of file BinaryUtils.hpp.
Referenced by InitUtils::ConvertCoMPASSBinToHits().
| ULong64_t RawHit::timestamp |
Acquisition timestamp, in picoseconds.
Definition at line 43 of file BinaryUtils.hpp.
Referenced by InitUtils::ConvertCoMPASSBinToHits().