#include <MiniballEvts.hh>
|
| float | energy |
| | energy in keV
|
| |
| float | seg_max_energy |
| | energy in keV for the hit segment
|
| |
| float | seg_sum_energy |
| | energy in keV for the hit segment
|
| |
| unsigned long long | time |
| | timestamp of event
|
| |
| unsigned char | seg_mult |
| | segment multiplicity
|
| |
| unsigned char | ab_mult |
| | add-back multiplicity
|
| |
| unsigned char | clu |
| | cluster ID
|
| |
| unsigned char | cry |
| | crystal ID
|
| |
| unsigned char | seg |
| | segment ID
|
| |
Definition at line 13 of file MiniballEvts.hh.
◆ GammaRayEvt()
| GammaRayEvt::GammaRayEvt |
( |
| ) |
|
|
inline |
◆ ~GammaRayEvt()
| GammaRayEvt::~GammaRayEvt |
( |
| ) |
|
|
inline |
◆ GetAddbackMultiplicity()
| unsigned int GammaRayEvt::GetAddbackMultiplicity |
( |
| ) |
|
|
inline |
◆ GetCluster()
| unsigned char GammaRayEvt::GetCluster |
( |
| ) |
|
|
inline |
◆ GetCrystal()
| unsigned char GammaRayEvt::GetCrystal |
( |
| ) |
|
|
inline |
◆ GetEnergy()
| float GammaRayEvt::GetEnergy |
( |
| ) |
|
|
inline |
◆ GetSegment()
| unsigned char GammaRayEvt::GetSegment |
( |
| ) |
|
|
inline |
◆ GetSegmentMaxEnergy()
| float GammaRayEvt::GetSegmentMaxEnergy |
( |
| ) |
|
|
inline |
◆ GetSegmentMultiplicity()
| unsigned int GammaRayEvt::GetSegmentMultiplicity |
( |
| ) |
|
|
inline |
◆ GetSegmentSumEnergy()
| float GammaRayEvt::GetSegmentSumEnergy |
( |
| ) |
|
|
inline |
◆ GetTime()
| unsigned long long GammaRayEvt::GetTime |
( |
| ) |
|
|
inline |
◆ SetAddbackMultiplicity()
| void GammaRayEvt::SetAddbackMultiplicity |
( |
unsigned int | m | ) |
|
|
inline |
◆ SetCluster()
| void GammaRayEvt::SetCluster |
( |
unsigned char | c | ) |
|
|
inline |
◆ SetCrystal()
| void GammaRayEvt::SetCrystal |
( |
unsigned char | c | ) |
|
|
inline |
◆ SetEnergy()
| void GammaRayEvt::SetEnergy |
( |
float | e | ) |
|
|
inline |
◆ SetSegment()
| void GammaRayEvt::SetSegment |
( |
unsigned char | s | ) |
|
|
inline |
◆ SetSegmentMaxEnergy()
| void GammaRayEvt::SetSegmentMaxEnergy |
( |
float | e | ) |
|
|
inline |
◆ SetSegmentMultiplicity()
| void GammaRayEvt::SetSegmentMultiplicity |
( |
unsigned int | m | ) |
|
|
inline |
◆ SetSegmentSumEnergy()
| void GammaRayEvt::SetSegmentSumEnergy |
( |
float | e | ) |
|
|
inline |
◆ SetTime()
| void GammaRayEvt::SetTime |
( |
unsigned long long | t | ) |
|
|
inline |
◆ ab_mult
| unsigned char GammaRayEvt::ab_mult |
|
private |
◆ clu
| unsigned char GammaRayEvt::clu |
|
private |
◆ cry
| unsigned char GammaRayEvt::cry |
|
private |
◆ energy
| float GammaRayEvt::energy |
|
private |
◆ seg
| unsigned char GammaRayEvt::seg |
|
private |
◆ seg_max_energy
| float GammaRayEvt::seg_max_energy |
|
private |
◆ seg_mult
| unsigned char GammaRayEvt::seg_mult |
|
private |
◆ seg_sum_energy
| float GammaRayEvt::seg_sum_energy |
|
private |
◆ time
| unsigned long long GammaRayEvt::time |
|
private |
The documentation for this class was generated from the following file: