Ignore:
Timestamp:
06/12/08 14:51:20 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MSignalCalc.cc

    r8573 r8939  
    125125// pixel in the MSignalCam container.
    126126//
    127 #include <TSystem.h>
    128127Int_t MSignalCalc::Process()
    129128{
     
    261260        // MMcPedestalCopy and MMcPedestalNSBAdd
    262261        if (fPedestals)
    263             (*fPedestals)[i].Set(b, sigb);
     262            (*fPedestals)[i].Set(b/fRunHeader->GetScale(), sigb/fRunHeader->GetScale());
    264263    }
    265264
Note: See TracChangeset for help on using the changeset viewer.