FACT++  1.0
virtual int EventBuilderWrapper::ResetSecondaryDrsBaseline ( )
inlinevirtual

Reimplemented in StateMachineFAD< T >.

Definition at line 493 of file EventBuilderWrapper.h.

References kCalib, MessageImp::Message(), DataCalib::ResetTrgOff(), DimDescribedService::Update(), and MessageImp::Warn().

Referenced by StateMachineFAD< T >::ResetSecondaryDrsBaseline().

494  {
496  {
498  fDimFileFormat.Update(uint16_t(fFileFormat));
499  fMsg.Message("Resetted DRS calibration for secondary baseline.");
500  }
501  else
502  fMsg.Warn("Could not reset DRS calibration of secondary baseline.");
503 
504  return 0;
505  }
DimDescribedService fDimFileFormat
static bool ResetTrgOff(DimDescribedService &dim, DimDescribedService &runs)
Definition: DataCalib.cc:35
FAD::FileFormat_t fFileFormat
DimDescribedService fDimDrsRuns
int Warn(const std::string &str)
Definition: MessageImp.h:48
DimDescribedService fDimDrsCalibration
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: