FACT++  1.0
void FactGui::handleFadEvents ( const DimData d)
inlineprivate

Definition at line 788 of file FactGui.h.

References DimData::ptr().

Referenced by infoHandler().

789  {
790  if (!CheckSize(d, 16))
791  return;
792 
793  const uint32_t *ptr = d.ptr<uint32_t>();
794 
795  fEvtsSuccessCurRun->setValue(ptr[0]);
796  fEvtsSuccessTotal->setValue(ptr[1]);
797  fEvtBldEventId->setValue(ptr[2]);
798  fFadEvtCounter->setValue(ptr[2]);
799  fEvtBldTriggerId->setValue(ptr[3]);
800  }
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition: FactGui.h:639
const T * ptr(uint32_t offset=0) const
Definition: DimData.h:32

+ Here is the call graph for this function:

+ Here is the caller graph for this function: