FACT++  1.0
int StateMachineSmartFACT::HandleFadStartRun ( const EventImp d)
inlineprivate

Definition at line 1445 of file smartfact.cc.

References EventImp::Get().

Referenced by StateMachineSmartFACT().

1446  {
1447  if (!CheckDataSize(d, "FadControl:StartRun", 16))
1448  {
1449  fFadControlStartRun = -1;
1450  return GetCurrentState();
1451  }
1452 
1453  fFadControlStartRun = d.Get<int64_t>();
1454 
1455  return GetCurrentState();
1456  }
int GetCurrentState() const
return the current state of the machine
bool CheckDataSize(const EventImp &d, const char *name, size_t size, bool min=false)
Definition: smartfact.cc:669
int64_t fFadControlStartRun
Definition: smartfact.cc:570
T Get(size_t offset=0) const
Definition: EventImp.h:66

+ Here is the call graph for this function:

+ Here is the caller graph for this function: