#include <TEpicsEvent.h>
This class contains unpacked epics data which is placed into a vector. The vector will usually contain a fixed number of values (depending upon the number of epics being used in an experiment). This class is also written to a ROOT tree if the correct TDragonRun methods are called.
Definition at line 16 of file TEpicsEvent.h.
Public Member Functions | |
TEpicsEvent () | |
virtual | ~TEpicsEvent () |
void | Clear (const Char_t *="") |
void | Print (const Char_t *="") const |
void | AddEpics (const vector< TDataItem< Float_t > > &) |
const vector< TDataItem< Float_t > > & | GetEpics () const |
Private Attributes | |
vector< TDataItem< Float_t > > | fEpics |
|
Default constructor. Definition at line 24 of file TEpicsEvent.cxx. |
|
Default destructor. Definition at line 30 of file TEpicsEvent.cxx. |
|
Clear all the data held in this class.
Definition at line 36 of file TEpicsEvent.cxx. References fEpics. |
|
Print data held in this class.
Definition at line 44 of file TEpicsEvent.cxx. References fEpics. |
|
Add a data item to the fEpics vector. Definition at line 35 of file TEpicsEvent.h. References fEpics. |
|
Retrieve the epics event vector.
Definition at line 42 of file TEpicsEvent.h. |
|
The vector containing scaler events. Definition at line 28 of file TEpicsEvent.h. |