ROOTANA
|
#include <TDT724RawData.hxx>
Public Member Functions | |
int | GetNSamples () |
int | GetChannel () |
uint32_t | GetSample (int i) |
Get Errors. More... | |
void | AddSamples (std::vector< uint32_t > Samples) |
const int | GetNSamples () |
const int | GetChannel () |
const uint32_t | GetSample (int i) |
Get Errors. More... | |
void | AddSamples (std::vector< uint32_t > Samples) |
Private Member Functions | |
RawChannelMeasurement (int chan) | |
Constructor; need to pass in header and measurement. More... | |
RawChannelMeasurement (int chan) | |
Constructor; need to pass in header and measurement. More... | |
Private Attributes | |
int | fChan |
std::vector< uint32_t > | fSamples |
Friends | |
class | TDT724RawData |
class | TV1730RawData |
Class for each channel measurement For the definition of obscure variables see the CAEN DT724 manual.
Class for each channel measurement For the definition of obscure variables see the CAEN V1730 manual (for raw (non-DPP) readout).
Definition at line 10 of file TDT724RawData.hxx.
|
inlineprivate |
Constructor; need to pass in header and measurement.
Definition at line 38 of file TDT724RawData.hxx.
|
inlineprivate |
Constructor; need to pass in header and measurement.
Definition at line 38 of file TV1730RawData.hxx.
|
inline |
|
inline |
Definition at line 29 of file TV1730RawData.hxx.
|
inline |
Definition at line 20 of file TDT724RawData.hxx.
|
inline |
Definition at line 20 of file TV1730RawData.hxx.
|
inline |
Definition at line 16 of file TDT724RawData.hxx.
|
inline |
Definition at line 16 of file TV1730RawData.hxx.
|
inline |
Get Errors.
Definition at line 23 of file TDT724RawData.hxx.
|
inline |
Get Errors.
Definition at line 23 of file TV1730RawData.hxx.
|
friend |
Definition at line 12 of file TDT724RawData.hxx.
|
friend |
Definition at line 12 of file TV1730RawData.hxx.
|
private |
Definition at line 35 of file TDT724RawData.hxx.
|
private |
Definition at line 42 of file TDT724RawData.hxx.