Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Decoder::EvtBuffer Class Reference

Definition at line 36 of file THaCodaData.h.

Public Member Functions

 EvtBuffer (UInt_t initial_size=0)
 
UInt_tget ()
 
Bool_t grow (UInt_t newsize=0)
 
UInt_t operator[] (UInt_t i)
 
void recordSize ()
 
void reset ()
 
UInt_t size () const
 
void updateSize ()
 

Private Member Functions

void updateImpl ()
 

Private Attributes

VectorUIntNI fBuffer
 
Bool_t fChanged
 
Bool_t fDidGrow
 
UInt_t fMaxSaved
 
UInt_t fNevents
 
VectorUInt fSaved
 
UInt_t fUpdateInterval
 

#include <THaCodaData.h>

Constructor & Destructor Documentation

◆ EvtBuffer()

Decoder::EvtBuffer::EvtBuffer ( UInt_t  initial_size = 0)
explicit

Definition at line 150 of file THaCodaData.cxx.

Member Function Documentation

◆ get()

UInt_t * Decoder::EvtBuffer::get ( )
inline

Definition at line 48 of file THaCodaData.h.

◆ grow()

Bool_t Decoder::EvtBuffer::grow ( UInt_t  newsize = 0)

Definition at line 258 of file THaCodaData.cxx.

◆ operator[]()

UInt_t Decoder::EvtBuffer::operator[] ( UInt_t  i)
inline

Definition at line 47 of file THaCodaData.h.

◆ recordSize()

void Decoder::EvtBuffer::recordSize ( )

Definition at line 163 of file THaCodaData.cxx.

◆ reset()

void Decoder::EvtBuffer::reset ( )

Definition at line 294 of file THaCodaData.cxx.

◆ size()

UInt_t Decoder::EvtBuffer::size ( ) const
inline

Definition at line 49 of file THaCodaData.h.

◆ updateImpl()

void Decoder::EvtBuffer::updateImpl ( )
private

Definition at line 209 of file THaCodaData.cxx.

◆ updateSize()

void Decoder::EvtBuffer::updateSize ( )
inline

Definition at line 41 of file THaCodaData.h.

Member Data Documentation

◆ fBuffer

VectorUIntNI Decoder::EvtBuffer::fBuffer
private

Definition at line 53 of file THaCodaData.h.

◆ fChanged

Bool_t Decoder::EvtBuffer::fChanged
private

Definition at line 58 of file THaCodaData.h.

◆ fDidGrow

Bool_t Decoder::EvtBuffer::fDidGrow
private

Definition at line 59 of file THaCodaData.h.

◆ fMaxSaved

UInt_t Decoder::EvtBuffer::fMaxSaved
private

Definition at line 55 of file THaCodaData.h.

◆ fNevents

UInt_t Decoder::EvtBuffer::fNevents
private

Definition at line 56 of file THaCodaData.h.

◆ fSaved

VectorUInt Decoder::EvtBuffer::fSaved
private

Definition at line 54 of file THaCodaData.h.

◆ fUpdateInterval

UInt_t Decoder::EvtBuffer::fUpdateInterval
private

Definition at line 57 of file THaCodaData.h.

Collaboration diagram for Decoder::EvtBuffer:

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