FACT++  1.0
template<class T , class S >
int StateMachineBias< T, S >::SetVerbosity ( const EventImp evt)
inlineprivate

Definition at line 1892 of file biasctrl.cc.

References EventImp::GetBool(), and EventImp::GetSize().

Referenced by StateMachineBias< T, S >::StateMachineBias().

1893  {
1894  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
1895  return T::kSM_FatalError;
1896 
1897  fBias.SetVerbose(evt.GetBool());
1898 
1899  return T::GetCurrentState();
1900  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: biasctrl.cc:1639
bool GetBool() const
Definition: EventImp.h:90
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function:

+ Here is the caller graph for this function: