#include <stdlib.h>#include "Riostream.h"#include "TApplication.h"#include "TH1.h"#include "TBrowser.h"#include "TCanvas.h"#include "TBenchmark.h"#include "TGo4Log.h"#include "Go4EventServer.h"#include "TGo4SimpleEvent.h"#include "TGo4SimpleSubEvent.h"#include "TGo4SimpleEventProcessor.h"Go to the source code of this file.
Functions | |
| void | usage () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 49 of file MainGo4EventServerExample.cxx.
References TGo4SimpleEvent::Clear(), TGo4MbsSubEvent::Data(), TGo4SimpleSubEvent::fiD1, TGo4SimpleEvent::Fill(), GETEVT__NOMORE, TGo4SimpleEvent::GetSubEvent(), TGo4Log::Instance(), TGo4Log::LogfileEnable(), TGo4SimpleEvent::PrintEvent(), TGo4EventElement::SetEventSource(), TGo4Log::SetIgnoreLevel(), TGo4EventProcessor::SetInputEvent(), TGo4EventStore::Store(), and usage().
| void usage | ( | ) |
MainGo4EventServerExample Example of usage for the Go4 Mbs Event interface -------------------------------------------------------------- authors: Joern Adamczewski, Marc Hemberger, Hans G. Essel 1999-2001 The GSI Online Offline Object Oriented (GO4) Project Experiment Data Processing at DVEE department Gesellschaft fuer SchwerIonenforschung GSI 64291 Darmstadt, Germany (http://go4.gsi.de) ---------------------------------------------------------------
Definition at line 44 of file MainGo4EventServerExample.cxx.
1.7.1