HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
Loading...
Searching...
No Matches
hipo::dataframe Class Reference

#include <record.h>

Public Member Functions

 dataframe ()
 
 dataframe (int max_events, int max_size)
 
 ~dataframe ()
 
void init (const char *ptr)
 
bool addEvent (hipo::event &event)
 
int getEventAt (int pos, hipo::event &event)
 
int count ()
 
int size ()
 
void reset ()
 
const char * buffer ()
 
void summary ()
 

Constructor & Destructor Documentation

◆ dataframe() [1/2]

hipo::dataframe::dataframe ( )
inline

◆ dataframe() [2/2]

hipo::dataframe::dataframe ( int  max_events,
int  max_size 
)

◆ ~dataframe()

hipo::dataframe::~dataframe ( )
inline

Member Function Documentation

◆ init()

void hipo::dataframe::init ( const char *  ptr)

◆ addEvent()

bool hipo::dataframe::addEvent ( hipo::event event)

◆ getEventAt()

int hipo::dataframe::getEventAt ( int  pos,
hipo::event event 
)

◆ count()

int hipo::dataframe::count ( )

◆ size()

int hipo::dataframe::size ( )

◆ reset()

void hipo::dataframe::reset ( )

◆ buffer()

const char * hipo::dataframe::buffer ( )
inline

◆ summary()

void hipo::dataframe::summary ( )

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