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

Definition at line 263 of file pfminictrl.cc.

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

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

264  {
265  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
266  return T::kSM_FatalError;
267 
268  fPFmini.SetVerbose(evt.GetBool());
269 
270  return T::GetCurrentState();
271  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: pfminictrl.cc:226
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: