Changeset 3433
- Timestamp:
- 03/07/04 18:38:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
r3429 r3433 44 44 // 45 45 MBadPixelsPix::MBadPixelsPix(const char* name, const char* title) 46 : fInfo( 0)46 : fInfo(2) 47 47 { 48 48 fName = name ? name : "MBadPixelsPix"; … … 81 81 82 82 for (int i=0; i<n; i++) 83 fInfo[i] |= pix.fInfo[ n];83 fInfo[i] |= pix.fInfo[i]; 84 84 } 85 85 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r3424 r3433 151 151 Bool_t IsCalibrationCombinedMethodOK() const { return ( IsCalibrationResultOK() 152 152 && (fInfo[1]&kCombinedMethodValid)) ; } 153 153 154 154 void Merge(const MBadPixelsPix &pix); 155 155 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
r3432 r3433 554 554 fCam->GetAverageOuterPix()->SetSigmaChargeErr(fCam->GetAverageOuterPix()->GetSigmaChargeErr()*TMath::Sqrt((Float_t)fNumOuterPixels)); 555 555 556 *fLog << err << TMath::Sqrt((Float_t)fNumInnerPixels) << endl;557 *fLog << err << TMath::Sqrt((Float_t)fNumOuterPixels) << endl;558 559 556 return kTRUE; 560 557 }
Note:
See TracChangeset
for help on using the changeset viewer.