Ignore:
Timestamp:
11/22/11 13:27:03 (13 years ago)
Author:
tbretz
Message:
Set the file format back to kCalib if the thrid drs calibration run is reset
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r12537 r12612  
    459459    {
    460460        if (DataCalib::ResetTrgOff(fDimDrsCalibration))
     461        {
     462            fFileFormat = FAD::kCalib;
     463            fDimFileFormat.Update(uint16_t(fFileFormat));
    461464            fMsg.Message("Resetted DRS calibration for secondary baseline.");
     465        }
    462466        else
    463467            fMsg.Warn("Could not reset DRS calibration of secondary baseline.");
Note: See TracChangeset for help on using the changeset viewer.