Berkeley Nuclear Data Software
|
this class is used to hold energy calibrated Compass events More...
#include <COMPASSFileManagement.h>
Public Member Functions | |
CalibratedCompassEvent () | |
default constructor More... | |
void | clearEvent () |
resets all the internal variables to default More... | |
Public Attributes | |
int | m_channel |
int | m_board |
float | m_energy |
float | m_PSD |
double | m_timeStamp |
bool | m_badEvent |
bool | m_QDCSaturation |
bool | m_inputSaturation |
bool | m_pileUp |
this class is used to hold energy calibrated Compass events
CalibratedCompassEvent::CalibratedCompassEvent | ( | ) |
default constructor
void CalibratedCompassEvent::clearEvent | ( | ) |
resets all the internal variables to default
bool CalibratedCompassEvent::m_badEvent |
int CalibratedCompassEvent::m_board |
int CalibratedCompassEvent::m_channel |
float CalibratedCompassEvent::m_energy |
bool CalibratedCompassEvent::m_inputSaturation |
bool CalibratedCompassEvent::m_pileUp |
float CalibratedCompassEvent::m_PSD |
bool CalibratedCompassEvent::m_QDCSaturation |
double CalibratedCompassEvent::m_timeStamp |