|
ROOTANA
|
#include <TV1730DppData.hxx>

Public Member Functions | |
| bool | GetDualTraceEnabled () |
| See CAEN DPP manual for definition of all these variables. | |
| bool | GetChargeEnabled () |
| bool | GetTimeEnabled () |
| bool | GetBaselineEnabled () |
| bool | GetSamplesEnabled () |
| int | GetNSamples () |
| int | GetChannel () |
| uint32_t | GetSample (int i) |
| Get Errors. | |
| void | AddSamples (std::vector< uint32_t > Samples) |
Private Member Functions | |
| ChannelMeasurement (int chan, uint32_t iheader0, uint32_t iheader1) | |
| Constructor; need to pass in header and measurement. | |
Private Attributes | |
| int | fChan |
| uint32_t | header0 |
| uint32_t | header1 |
| std::vector< uint32_t > | fSamples |
Friends | |
| class | TV1730DppData |
Class for each channel measurement For the definition of obscure variables see the CAEN V1730 manual (for DPP readout).
Definition at line 10 of file TV1730DppData.hxx.
|
inlineprivate |
Constructor; need to pass in header and measurement.
Definition at line 50 of file TV1730DppData.hxx.
|
inline |
|
inline |
Definition at line 20 of file TV1730DppData.hxx.
|
inline |
Definition at line 30 of file TV1730DppData.hxx.
|
inline |
Definition at line 18 of file TV1730DppData.hxx.
|
inline |
See CAEN DPP manual for definition of all these variables.
Definition at line 17 of file TV1730DppData.hxx.
|
inline |
Definition at line 22 of file TV1730DppData.hxx.
|
inline |
Get Errors.
Definition at line 33 of file TV1730DppData.hxx.
|
inline |
Definition at line 21 of file TV1730DppData.hxx.
|
inline |
Definition at line 19 of file TV1730DppData.hxx.
|
friend |
Definition at line 12 of file TV1730DppData.hxx.
|
private |
Definition at line 45 of file TV1730DppData.hxx.
|
private |
Definition at line 56 of file TV1730DppData.hxx.
|
private |
Definition at line 46 of file TV1730DppData.hxx.
|
private |
Definition at line 47 of file TV1730DppData.hxx.