ROOTANA
|
Class to store information from a single V1720 ZLE pulse. More...
#include <TV1720RawData.h>
Public Member Functions | |
TV1720RawZlePulse (int firstBin, std::vector< uint32_t > samples) | |
Constructor. More... | |
TV1720RawZlePulse () | |
int | GetFirstBin () const |
Get the first bin for this pulse. More... | |
int | GetNSamples () const |
Get the number of samples. More... | |
int | GetSample (int i) const |
Get the first bin for this pulse. More... | |
Private Attributes | |
int | fFirstBin |
The first bin for this ZLE pulse. More... | |
std::vector< uint32_t > | fSamples |
The set of samples for this ZLE pulse. More... | |
Class to store information from a single V1720 ZLE pulse.
Definition at line 10 of file TV1720RawData.h.
|
inline |
Constructor.
Definition at line 15 of file TV1720RawData.h.
|
inline |
Definition at line 18 of file TV1720RawData.h.
|
inline |
Get the first bin for this pulse.
Definition at line 22 of file TV1720RawData.h.
|
inline |
Get the number of samples.
Definition at line 27 of file TV1720RawData.h.
|
inline |
Get the first bin for this pulse.
Definition at line 32 of file TV1720RawData.h.
|
private |
The first bin for this ZLE pulse.
Definition at line 42 of file TV1720RawData.h.
|
private |
The set of samples for this ZLE pulse.
Definition at line 45 of file TV1720RawData.h.