Changeset 3204 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/16/04 16:17:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3202 r3204 263 263 // FADC slices will be filled into the SinglePHE histogram 264 264 // 265 calcalc.SetBlindPixelSinglePheCut(500);265 // calcalc.SetBlindPixelSinglePheCut(500); 266 266 267 267 // … … 283 283 284 284 // 285 // In case, you want to skip the blind pixel method:286 // (NOT RECOMMENDED!!!)287 //288 // calcalc.SkipBlindPixelFit();289 290 //291 285 // In case, you want to skip the quality checks 292 286 // (NOT RECOMMENDED!!!) … … 298 292 // blind pixel 299 293 // 300 MCalibrationBlindPix *bp = calcam.GetBlindPixel();301 bp->ChangeFitFunc(MHCalibrationBlindPixel::kEPoisson5);294 // MCalibrationBlindPix *bp = calcam.GetBlindPixel(); 295 // bp->ChangeFitFunc(MHCalibrationBlindPixel::kEPoisson5); 302 296 303 297 //
Note:
See TracChangeset
for help on using the changeset viewer.