FACT++  1.0
template<class T >
void Main::PrintHelp ( )

Definition at line 65 of file Main.h.

References Dim::Setup().

66  {
67  Dim::Setup();
68 
69  ofstream fout("/dev/null");
70 
71  T io_service(fout);
72 
73  io_service.PrintListOfStates(cout);
74  cout << "\nList of available commands:\n";
75  io_service.PrintListOfEvents(cout);
76  cout << "\n";
77  }
void Setup(const std::string &dns="", const std::string &host="")
Definition: DimSetup.cc:160

+ Here is the call graph for this function: