er
dev
|
task for reading raw data from text files More...
#include <ERTektronixSource.h>
Public Member Functions | |
ERTektronixSource (const ERTektronixSource &source) | |
virtual Bool_t | Init () |
virtual Int_t | ReadEvent (UInt_t=0) |
virtual void | Close () |
virtual void | Reset () |
virtual Source_Type | GetSourceType () |
virtual void | SetParUnpackers () |
virtual Bool_t | InitUnpackers () |
virtual Bool_t | ReInitUnpackers () |
void | AddFile (Int_t chanel, TString path) |
void | SetNPoints (Int_t pointsNb) |
void | SetNChanels (Int_t chanels) |
Private Attributes | |
map< Int_t, vector< TString > > | fPaths |
map< Int_t, ifstream * > | fCurrenStream |
Int_t | fNPoints |
Int_t | fNProcessedFiles |
Int_t | fNForProcFiles |
Int_t | fNChanels |
map< Int_t, Int_t > | fCurrentFiles |
ERNeuRadRawEvent ** | fRawEvents |
Static Private Attributes | |
static Int_t | fEvent = 0 |
task for reading raw data from text files
Definition at line 36 of file ERTektronixSource.h.