| 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. | |
| TV1720RawZlePulse () | |
| int | GetFirstBin () const | 
| Get the first bin for this pulse. | |
| int | GetNSamples () const | 
| Get the number of samples. | |
| int | GetSample (int i) const | 
| Get the first bin for this pulse. | |
| Private Attributes | |
| int | fFirstBin | 
| The first bin for this ZLE pulse. | |
| std::vector< uint32_t > | fSamples | 
| The set of samples for this ZLE pulse. | |
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.