#include <MiniballEvts.hh>
|
| float | penergy |
| | p-side energy in keV
|
| |
| float | nenergy |
| | n-side energy in keV
|
| |
| float | padenergy |
| | pad energy in keV
|
| |
| unsigned long long | ptime |
| | p-side timestamp of event
|
| |
| unsigned long long | ntime |
| | n-side timestamp of event
|
| |
| unsigned long long | rtime |
| | pad timestamp of event
|
| |
| unsigned char | det |
| | detector ID (=0 for forward CD)
|
| |
| unsigned char | sec |
| | sector ID (0-3 for quadrants)
|
| |
| unsigned char | pstrip |
| | p-side strip ID
|
| |
| unsigned char | nstrip |
| | n-side strip ID
|
| |
Definition at line 75 of file MiniballEvts.hh.
◆ ParticleEvt()
| ParticleEvt::ParticleEvt |
( |
| ) |
|
|
inline |
◆ ~ParticleEvt()
| ParticleEvt::~ParticleEvt |
( |
| ) |
|
|
inline |
◆ GetDeltaEnergy()
| float ParticleEvt::GetDeltaEnergy |
( |
| ) |
|
|
inline |
◆ GetDetector()
| unsigned char ParticleEvt::GetDetector |
( |
| ) |
|
|
inline |
◆ GetEnergy()
| float ParticleEvt::GetEnergy |
( |
| ) |
|
|
inline |
◆ GetEnergyN()
| float ParticleEvt::GetEnergyN |
( |
| ) |
|
|
inline |
◆ GetEnergyP()
| float ParticleEvt::GetEnergyP |
( |
| ) |
|
|
inline |
◆ GetEnergyPad()
| float ParticleEvt::GetEnergyPad |
( |
| ) |
|
|
inline |
◆ GetRestEnergy()
| float ParticleEvt::GetRestEnergy |
( |
| ) |
|
|
inline |
◆ GetSector()
| unsigned char ParticleEvt::GetSector |
( |
| ) |
|
|
inline |
◆ GetStripN()
| unsigned char ParticleEvt::GetStripN |
( |
| ) |
|
|
inline |
◆ GetStripP()
| unsigned char ParticleEvt::GetStripP |
( |
| ) |
|
|
inline |
◆ GetTime()
| unsigned long long ParticleEvt::GetTime |
( |
| ) |
|
|
inline |
◆ GetTimeN()
| unsigned long long ParticleEvt::GetTimeN |
( |
| ) |
|
|
inline |
◆ GetTimeP()
| unsigned long long ParticleEvt::GetTimeP |
( |
| ) |
|
|
inline |
◆ GetTimePad()
| unsigned long long ParticleEvt::GetTimePad |
( |
| ) |
|
|
inline |
◆ SetDetector()
| void ParticleEvt::SetDetector |
( |
unsigned char | d | ) |
|
|
inline |
◆ SetEnergyN()
| void ParticleEvt::SetEnergyN |
( |
float | e | ) |
|
|
inline |
◆ SetEnergyP()
| void ParticleEvt::SetEnergyP |
( |
float | e | ) |
|
|
inline |
◆ SetEnergyPad()
| void ParticleEvt::SetEnergyPad |
( |
float | e | ) |
|
|
inline |
◆ SetSector()
| void ParticleEvt::SetSector |
( |
unsigned char | s | ) |
|
|
inline |
◆ SetStripN()
| void ParticleEvt::SetStripN |
( |
unsigned char | s | ) |
|
|
inline |
◆ SetStripP()
| void ParticleEvt::SetStripP |
( |
unsigned char | s | ) |
|
|
inline |
◆ SetTimeN()
| void ParticleEvt::SetTimeN |
( |
unsigned long long | t | ) |
|
|
inline |
◆ SetTimeP()
| void ParticleEvt::SetTimeP |
( |
unsigned long long | t | ) |
|
|
inline |
◆ SetTimePad()
| void ParticleEvt::SetTimePad |
( |
unsigned long long | t | ) |
|
|
inline |
◆ det
| unsigned char ParticleEvt::det |
|
private |
◆ nenergy
| float ParticleEvt::nenergy |
|
private |
◆ nstrip
| unsigned char ParticleEvt::nstrip |
|
private |
◆ ntime
| unsigned long long ParticleEvt::ntime |
|
private |
◆ padenergy
| float ParticleEvt::padenergy |
|
private |
◆ penergy
| float ParticleEvt::penergy |
|
private |
◆ pstrip
| unsigned char ParticleEvt::pstrip |
|
private |
◆ ptime
| unsigned long long ParticleEvt::ptime |
|
private |
◆ rtime
| unsigned long long ParticleEvt::rtime |
|
private |
◆ sec
| unsigned char ParticleEvt::sec |
|
private |
The documentation for this class was generated from the following file: