Public Member Functions | |
TGo4PrintProcessor (const char *name) | |
virtual Bool_t | BuildEvent (TGo4EventElement *dest) |
Static Public Attributes | |
static Int_t | fSubId = -1 |
static Bool_t | fHex = kTRUE |
static Bool_t | fLong = kTRUE |
static Bool_t | fData = kFALSE |
static Bool_t | fFileHead = kFALSE |
static Bool_t | fBufHead = kFALSE |
Definition at line 198 of file MainUserAnalysis.cxx.
TGo4PrintProcessor::TGo4PrintProcessor | ( | const char * | name | ) | [inline] |
Definition at line 200 of file MainUserAnalysis.cxx.
virtual Bool_t TGo4PrintProcessor::BuildEvent | ( | TGo4EventElement * | dest | ) | [inline, virtual] |
Fill the destination event dest.
Reimplemented from TGo4EventSource.
Definition at line 209 of file MainUserAnalysis.cxx.
References fBufHead, fData, fFileHead, fHex, fLong, fSubId, TGo4EventProcessor::GetInputEvent(), TGo4EventElement::PrintEvent(), and TGo4MbsEvent::PrintMbsEvent().
Bool_t TGo4PrintProcessor::fBufHead = kFALSE [static] |
Definition at line 207 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().
Bool_t TGo4PrintProcessor::fData = kFALSE [static] |
Definition at line 205 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().
Bool_t TGo4PrintProcessor::fFileHead = kFALSE [static] |
Definition at line 206 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().
Bool_t TGo4PrintProcessor::fHex = kTRUE [static] |
Definition at line 203 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().
Bool_t TGo4PrintProcessor::fLong = kTRUE [static] |
Definition at line 204 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().
Int_t TGo4PrintProcessor::fSubId = -1 [static] |
Definition at line 202 of file MainUserAnalysis.cxx.
Referenced by BuildEvent(), and main().