Pottu
Public Member Functions | Public Attributes | List of all members
pottu::jyfl_nucspec_std_detectors_2023_03::TACSInfo Struct Reference

Information about TAC events. More...

#include <jyfl_nucspec_detectors.hpp>

Collaboration diagram for pottu::jyfl_nucspec_std_detectors_2023_03::TACSInfo:
Collaboration graph
[legend]

Public Member Functions

void clear () noexcept
 

Public Attributes

pottu::DetectorEvent detTof
 

Detailed Description

Information about TAC events.

Currently this holds only Tof between the MWPC and DSSD.

Note: the tac value might be present even the data is not sensible. One should check the spectra of detTof.adc and set lower limit for real events. I.e. the spurious events are typically having small adc values.

Typical procedure to check the presence of ToF is to do something like:

if( event->tacs.detTof ) {
// some code here
}

where event->tacs points to TACSInfo.


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