FACT++  1.0
void PrintUsage ( )

Definition at line 54 of file getevent.cc.

Referenced by main().

55 {
56  cout <<
57  "Retrieve an event from a file in binary representation.\n"
58  "\n"
59  "Usage: getevent [-c type] [OPTIONS]\n"
60  " or: getevent [OPTIONS]\n";
61  cout << endl;
62 }

+ Here is the caller graph for this function: