Changeset 4317 for trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
- Timestamp:
- 06/22/04 09:39:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
r4277 r4317 124 124 // - fExtractLoGainSlices to 0. 125 125 // - the event frequency to 1200 Hz. 126 // - the fRenorm flag to kTRUE 126 127 // 127 128 MHPedestalCam::MHPedestalCam(const char *name, const char *title) … … 132 133 133 134 SetPulserFrequency(1200); 135 SetRenorm(); 134 136 } 135 137 … … 240 242 241 243 if ((*fBadPixels)[i].IsBad()) 242 { 243 (*this)[i].SetExcluded(); 244 } 244 (*this)[i].SetExcluded(); 245 245 246 (*fPedestals)[i].InitUseHists(); 246 247 } … … 353 354 hist.ChangeHistId(i); 354 355 hist.SetEventFrequency(fPulserFrequency); 355 hist.SetNSlices(nslices); 356 357 if (fRenorm) 358 hist.SetNSlices(nslices); 359 356 360 hist.SetProbLimit(0.); 357 361
Note:
See TracChangeset
for help on using the changeset viewer.