Changeset 12499


Ignore:
Timestamp:
11/12/11 01:26:25 (13 years ago)
Author:
tbretz
Message:
Implemented commands and buttons to start a drs calibration and to reset the secondary baseline.
File:
1 edited

Legend:

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

    r12492 r12499  
    418418    }
    419419
     420    virtual int ResetSecondaryDrsBaseline()
     421    {
     422        if (DataCalib::ResetTrgOff(fDimDrsCalibration))
     423            fMsg.Message("Resetted DRS calibration for secondary baseline.");
     424        else
     425            fMsg.Warn("Could not reset DRS calibration of secondary baseline.");
     426
     427        return 0;
     428    }
     429
    420430    void SetDebugLog(bool b) { fDebugLog = b; }
    421431
Note: See TracChangeset for help on using the changeset viewer.