GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#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
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
Definition at line 166 of file MainGo4ObjectClient.cxx.
Referenced by main().