FACT++  1.0
template<class T >
int RunShell ( Configuration conf)

Definition at line 2316 of file datalogger.cc.

2317 {
2318  return Main::execute<T, DataLogger>(conf);//, true);
2319 }