FACT++  1.0
void EventBuilderWrapper::ResetThread ( bool  soft)
inline

Definition at line 446 of file EventBuilderWrapper.h.

References g_reset, and MessageImp::Message().

447  {
448  fMsg.Message("Signal reset to EventBuilder thread...");
449  g_reset = soft ? 101 : 102;
450  }
int Message(const std::string &str)
Definition: MessageImp.h:46
int g_reset
Definition: EventBuilder.cc:74

+ Here is the call graph for this function: