FACT++  1.0
void PrintUsage ( )

Definition at line 318 of file evtserver.cc.

Referenced by main().

319 {
320  cout <<
321  "The event server copies events from fits files to the smartfact data.\n"
322  "\n"
323  "Usage: evtserver [-c type] [OPTIONS]\n"
324  " or: evtserver [OPTIONS]\n";
325  cout << endl;
326 }

+ Here is the caller graph for this function: