14#ifndef TYYYEventSource_H
15#define TYYYEventSource_H
40 virtual Int_t
Close();
The abstract base class for the data elements of which the unpacked events (or detector structure dat...
Int_t fiPort
Optional port number.
Bool_t BuildEvent(TGo4EventElement *dest) override
This methods actually fills the target event class which is passed as pointer.
std::ifstream * fxFile
file that contains the data in ascii format.
virtual Int_t Open()
Open the file or connection.
TString fxArgs
Optional argument string.
Bool_t CheckEventClass(TClass *cl) override
This method checks if event class is suited for the source.
virtual ~TYYYEventSource()
const char * GetArgs() const
void SetArgs(const char *arg)
virtual Int_t Close()
Close the file or connection.
Example for user defined raw event class.