ROOTANA
Public Member Functions | Private Attributes
TV1720RawZlePulse Class Reference

Class to store information from a single V1720 ZLE pulse. More...

#include <TV1720RawData.h>

Collaboration diagram for TV1720RawZlePulse:
Collaboration graph
[legend]

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...
 

Detailed Description

Class to store information from a single V1720 ZLE pulse.

Definition at line 10 of file TV1720RawData.h.

Constructor & Destructor Documentation

◆ TV1720RawZlePulse() [1/2]

TV1720RawZlePulse::TV1720RawZlePulse ( int  firstBin,
std::vector< uint32_t >  samples 
)
inline

Constructor.

Definition at line 15 of file TV1720RawData.h.

◆ TV1720RawZlePulse() [2/2]

TV1720RawZlePulse::TV1720RawZlePulse ( )
inline

Definition at line 18 of file TV1720RawData.h.

Member Function Documentation

◆ GetFirstBin()

int TV1720RawZlePulse::GetFirstBin ( ) const
inline

Get the first bin for this pulse.

Definition at line 22 of file TV1720RawData.h.

Here is the caller graph for this function:

◆ GetNSamples()

int TV1720RawZlePulse::GetNSamples ( ) const
inline

Get the number of samples.

Definition at line 27 of file TV1720RawData.h.

Here is the caller graph for this function:

◆ GetSample()

int TV1720RawZlePulse::GetSample ( int  i) const
inline

Get the first bin for this pulse.

Definition at line 32 of file TV1720RawData.h.

Here is the caller graph for this function:

Field Documentation

◆ fFirstBin

int TV1720RawZlePulse::fFirstBin
private

The first bin for this ZLE pulse.

Definition at line 42 of file TV1720RawData.h.

◆ fSamples

std::vector<uint32_t> TV1720RawZlePulse::fSamples
private

The set of samples for this ZLE pulse.

Definition at line 45 of file TV1720RawData.h.


The documentation for this class was generated from the following file: