- Timestamp:
- 02/16/04 16:17:07 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 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 // -
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r3199 r3204 35 35 36 36 // Getters 37 Int_tGetSize() const;37 UInt_t GetSize() const; 38 38 ULong_t GetTotalEntries() const { return fTotalEntries; } 39 39
Note:
See TracChangeset
for help on using the changeset viewer.