Public Member Functions | |
StIOInterFace (const char *name="", const char *iomode="r") | |
virtual Int_t | MakeRead () |
virtual Int_t | MakeRead (const StUKey &) |
virtual Int_t | Make () |
virtual Int_t | Skip (int nskip) |
virtual Int_t | MakeWrite () |
virtual Int_t | Open (const char *filename=0) |
virtual void | Close (Option_t *opt=0) |
virtual Int_t | Finish () |
virtual void | SetIOMode (Option_t *iomode="w") |
number of transactions | |
virtual void | SetTreeName (const Char_t *treeName="bfcTree") |
virtual const Char_t * | GetTreeName () const |
virtual void | SetFileName (const char *fileName) |
virtual void | SetFile (const char *fileName) |
virtual const char * | GetFile () const |
virtual const char * | GetFileName () const |
virtual void | SetBranch (const Char_t *brName, const Char_t *file=0, const Char_t *iomode="w", Option_t *opt=0) |
virtual void | IntoBranch (const Char_t *brName, const Char_t *logNames) |
Public Attributes | |
TString | fIOMode |
TString | fTreeName |
r=read,w=write,u=update | |
TString | fFile |
Tree name. | |
Int_t | fNIO |
Main file name name. |
Definition at line 16 of file StIOInterFace.h.
Int_t StIOInterFace::Finish | ( | ) | [virtual] |
Terminate a run. Place to make operations on histograms, normalization,etc.
Reimplemented from StMaker.
Definition at line 44 of file StIOInterFace.cxx.
References fNIO, and StMaker::GetName().
virtual Int_t StIOInterFace::Make | ( | ) | [inline, 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 24 of file StIOInterFace.h.