Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
Loading...
Searching...
No Matches
RawHit Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ board

UShort_t RawHit::board

Digitiser board id.

Definition at line 40 of file BinaryUtils.hpp.

Referenced by InitUtils::ConvertCoMPASSBinToHits().

◆ channel

UShort_t RawHit::channel

Channel index on that board.

Definition at line 41 of file BinaryUtils.hpp.

Referenced by InitUtils::ConvertCoMPASSBinToHits().

◆ energy

UShort_t RawHit::energy

Energy in ADC channel units.

Definition at line 42 of file BinaryUtils.hpp.

Referenced by InitUtils::ConvertCoMPASSBinToHits().

◆ flags

UInt_t RawHit::flags

CoMPASS status bits; see CoMPASSData's constants.

Definition at line 44 of file BinaryUtils.hpp.

Referenced by InitUtils::ConvertCoMPASSBinToHits().

◆ timestamp

ULong64_t RawHit::timestamp

Acquisition timestamp, in picoseconds.

Definition at line 43 of file BinaryUtils.hpp.

Referenced by InitUtils::ConvertCoMPASSBinToHits().


The documentation for this struct was generated from the following file: