Changeset 8939 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 06/12/08 14:51:20 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MSignalCalc.cc
r8573 r8939 125 125 // pixel in the MSignalCam container. 126 126 // 127 #include <TSystem.h>128 127 Int_t MSignalCalc::Process() 129 128 { … … 261 260 // MMcPedestalCopy and MMcPedestalNSBAdd 262 261 if (fPedestals) 263 (*fPedestals)[i].Set(b , sigb);262 (*fPedestals)[i].Set(b/fRunHeader->GetScale(), sigb/fRunHeader->GetScale()); 264 263 } 265 264
Note:
See TracChangeset
for help on using the changeset viewer.