#include <StDAQMaker.h>

Public Member Functions | |
| StDAQMaker (const char *name="DAQInput", const char *inputFile=0) | |
| pointer to the RTS_READER | |
| virtual Int_t | Init () |
| virtual Int_t | Open (const char *file=0) |
| virtual void | Close (Option_t *opt=0) |
| virtual Int_t | Make () |
| virtual Int_t | MakeRead () |
| virtual Int_t | MakeRead (const StUKey &) |
| virtual Int_t | Skip (Int_t Nskip=1) |
| void | Clear (const char *opt="") |
| void | SetBranch (const Char_t *, const Char_t *, const Char_t *, const Option_t *) |
| for compatability with StIOInterFace | |
| virtual const char * | GetCVS () const |
Definition at line 19 of file StDAQMaker.h.
| Int_t StDAQMaker::Make | ( | ) | [virtual] |
One has to implement this method to access the concrete detector subsystem DAQ information via the suitable method such as GetNextRaw, GetNextAdc, GetNextLegacy, GetNext, parse it and make it available for the STAR production chain
Implements StRTSBaseMaker.
Definition at line 66 of file StDAQMaker.cxx.
References StMaker::AddData(), StRTSBaseMaker::DaqDta(), StRTSBaseMaker::GetNextLegacy(), kStEOF, kStErr, and kStSKIP.
1.5.9