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

Definition at line 3435 of file smartfact.cc.

References Configuration::Get().

3436 {
3437  StateMachineSmartFACT::fIsServer = !conf.Get<bool>("client");
3438  return Main::execute<T, StateMachineSmartFACT>(conf);
3439 }
T Get(const std::string &var)
static bool fIsServer
Definition: smartfact.cc:442

+ Here is the call graph for this function: