Berkeley Nuclear Data Software
|
#include <CompSpecEvent.h>
Public Member Functions | |
CompSpecEvent () | |
default constructor sets all internal data members to identifiable values More... | |
void | clearEvent () |
resets all the internal data members More... | |
Public Attributes | |
unsigned short | m_targLight |
light observed in the target in MeVee More... | |
float | m_scatLightUncal |
light observed in the scatter cell in MeVee More... | |
float | m_scatLight |
float | m_expScatCompED |
float | m_expTargetED |
expected energy deposition in target given m_scatLight More... | |
float | m_expTargCompED |
float | m_expTargScatAngle |
expected scattering angle in Target More... | |
float | m_coinTime |
coincidence time (dt between target and scatter) in ns More... | |
int | m_coinID |
coincidence ID More... | |
DetType | m_scatDetType |
scatter detector type More... | |
compassEvStrct | m_targEv |
compassEvStrct | m_targ2Ev |
compassEvStrct | m_scatEv |
this class is used to store the computed quantities for a single event in the CompSpec system to allow for fast accumulation. At the moment it exists as a struct without access encapsulation
CompSpecEvent::CompSpecEvent | ( | ) |
default constructor sets all internal data members to identifiable values
void CompSpecEvent::clearEvent | ( | ) |
resets all the internal data members
int CompSpecEvent::m_coinID |
coincidence ID
float CompSpecEvent::m_coinTime |
coincidence time (dt between target and scatter) in ns
float CompSpecEvent::m_expScatCompED |
float CompSpecEvent::m_expTargCompED |
float CompSpecEvent::m_expTargetED |
expected energy deposition in target given m_scatLight
float CompSpecEvent::m_expTargScatAngle |
expected scattering angle in Target
DetType CompSpecEvent::m_scatDetType |
scatter detector type
compassEvStrct CompSpecEvent::m_scatEv |
float CompSpecEvent::m_scatLight |
float CompSpecEvent::m_scatLightUncal |
light observed in the scatter cell in MeVee
compassEvStrct CompSpecEvent::m_targ2Ev |
compassEvStrct CompSpecEvent::m_targEv |
unsigned short CompSpecEvent::m_targLight |
light observed in the target in MeVee