Changeset 11751 for trunk/FACT++/src/DataCalib.cc
- Timestamp:
- 08/02/11 20:49:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.cc
r11746 r11751 191 191 192 192 // 0.5: Scale from ADC to Millivolt 193 GetSampleStats(fStats.data()+1024*1440*2+3, 1./fNumOffset);//0.5);193 GetSampleStats(fStats.data()+1024*1440*2+3, 0.5/fNumOffset);//0.5); 194 194 reinterpret_cast<uint32_t*>(fStats.data())[1] = GetRunId();; 195 195 } … … 200 200 201 201 // 0.5: Scale from ADC to Millivolt 202 GetSampleStats(fStats.data()+1024*1440*4+3, 1./fNumOffset);//0.5);202 GetSampleStats(fStats.data()+1024*1440*4+3, 0.5/fNumOffset);//0.5); 203 203 reinterpret_cast<uint32_t*>(fStats.data())[2] = GetRunId();; 204 204 }
Note:
See TracChangeset
for help on using the changeset viewer.