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

Definition at line 1768 of file biasctrl.cc.

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

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

1769  {
1770  if (!CheckEventSize(evt.GetSize(), "ExpertSetGlobalVolt", 4))
1771  return false;
1772 
1773  fBias.ExpertGlobalSetVolt(evt.GetFloat());
1774 
1775  return T::GetCurrentState();
1776  }
float GetFloat() const
Definition: EventImp.h:97
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: biasctrl.cc:1639
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: