#include <string>
#include <stdlib.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TApplication.h"
#include "TCanvas.h"
#include "TGo4Log.h"
#include "TGo4ObjClient.h"
#include "TGo4AnalysisObjectNames.h"
Go to the source code of this file.
Functions | |
void | usage () |
TROOT | go4application ("GO4 object client","This is the Go4 object client") |
int | main (int argc, char **argv) |
TROOT go4application | ( | "GO4 object client" | , | |
"This is the Go4 object client" | ||||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 67 of file MainGo4ObjectClient.cxx.
References TGo4Log::Instance(), TGo4Log::LogfileEnable(), TGo4AnalysisObjectNames::PrintStatus(), TGo4ObjClient::RequestNamesList(), TGo4ObjClient::RequestObject(), TGo4Log::SetIgnoreLevel(), 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 166 of file MainGo4ObjectClient.cxx.