FACT++  1.0
void PrintUsage ( )

Definition at line 8 of file fitsselect.cc.

Referenced by main().

9 {
10  cout <<
11  "fitsselect is....\n"
12  "\n"
13  "Usage: fitsselect rawfile eventlist outfile\n"
14  "\n"
15  ;
16  cout << endl;
17 }

+ Here is the caller graph for this function: