![]() |
MiniballSort
|
#include <DataPackets.hh>
Public Member Functions | |
| AdcData () | |
| ~AdcData () | |
| void | ClearData () |
| void | SetEventID (unsigned long long int id) |
| void | SetTime (long long t) |
| void | SetQshort (unsigned short q) |
| void | SetEnergy (float e) |
| void | SetModule (unsigned char m) |
| void | SetChannel (unsigned char c) |
| void | SetThreshold (bool t) |
| void | SetClipped (bool c) |
| long long | GetTime () |
| unsigned char | GetModule () |
| unsigned char | GetChannel () |
| unsigned long long int | GetEventID () |
| unsigned int | GetQshort () |
| float | GetEnergy () |
| bool | IsOverThreshold () |
| bool | IsClipped () |
Protected Attributes | |
| unsigned long long int | eventid |
| long long | time |
| float | energy |
| unsigned short | Qshort |
| unsigned char | mod |
| module number of ADC | |
| unsigned char | ch |
| channel number of ADC | |
| bool | thres |
| is the energy over threshold? | |
| bool | clipped |
| is the ADC value over range? | |
Definition at line 146 of file DataPackets.hh.
|
inline |
Definition at line 150 of file DataPackets.hh.
|
inline |
Definition at line 151 of file DataPackets.hh.
| void AdcData::ClearData | ( | ) |
Definition at line 213 of file DataPackets.cc.
|
inline |
Definition at line 168 of file DataPackets.hh.
|
inline |
Definition at line 171 of file DataPackets.hh.
|
inline |
Definition at line 169 of file DataPackets.hh.
|
inline |
Definition at line 167 of file DataPackets.hh.
|
inline |
Definition at line 170 of file DataPackets.hh.
|
inline |
Definition at line 166 of file DataPackets.hh.
|
inline |
Definition at line 173 of file DataPackets.hh.
|
inline |
Definition at line 172 of file DataPackets.hh.
|
inline |
Definition at line 161 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 163 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 159 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 156 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 160 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 158 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 162 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 157 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
protected |
channel number of ADC
Definition at line 182 of file DataPackets.hh.
Referenced by ClearData(), GetChannel(), and SetChannel().
|
protected |
is the ADC value over range?
Definition at line 184 of file DataPackets.hh.
Referenced by IsClipped(), and SetClipped().
|
protected |
Definition at line 179 of file DataPackets.hh.
Referenced by ClearData(), GetEnergy(), and SetEnergy().
|
protected |
Definition at line 177 of file DataPackets.hh.
Referenced by ClearData(), GetEventID(), and SetEventID().
|
protected |
module number of ADC
Definition at line 181 of file DataPackets.hh.
Referenced by ClearData(), GetModule(), and SetModule().
|
protected |
Definition at line 180 of file DataPackets.hh.
Referenced by ClearData(), GetQshort(), and SetQshort().
|
protected |
is the energy over threshold?
Definition at line 183 of file DataPackets.hh.
Referenced by IsOverThreshold(), and SetThreshold().
|
protected |
Definition at line 178 of file DataPackets.hh.
Referenced by ClearData(), GetTime(), and SetTime().