Changeset 11909 for trunk/FACT++


Ignore:
Timestamp:
08/18/11 14:23:22 (13 years ago)
Author:
tbretz
Message:
Another fix for the DRS calibration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r11907 r11909  
    806806                int realj = (j+startPix[j])%1024;
    807807                eventData[i*1024+j] *= 2000.f/4096.f;
    808                 eventData[i*1024+j] -= (baseLineMean[i*1024+realj]+triggerOffsetMean[i*1024+realj]);
     808                eventData[i*1024+j] -= (baseLineMean[i*1024+realj]+triggerOffsetMean[i*1024+j]);
    809809                eventData[i*1024+j] /= gainMean[i*1024+realj];
    810810                eventData[i*1024+j] *= (50000.f/65536.f) * 2500.f;
Note: See TracChangeset for help on using the changeset viewer.