Changeset 4192 for trunk/MagicSoft
- Timestamp:
- 05/26/04 14:35:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r4133 r4192 43 43 private: 44 44 45 static const Float_t fgChargeLimit; //! Default for fChargeLimit (now set to: 3.)45 static const Float_t fgChargeLimit; //! Default for fChargeLimit (now set to: 2.5) 46 46 static const Float_t fgChargeErrLimit; //! Default for fChargeErrLimit (now set to: 0.) 47 47 static const Float_t fgChargeRelErrLimit; //! Default for fChargeRelErrLimit (now set to: 1.) -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r4149 r4192 51 51 // 52 52 // The following "calibration" constants are used for the calibration of each pixel 53 // (see MCalibrate and MCalibrateData):53 // (see MCalibrate): 54 54 // 55 55 // - MCalibrationQEPix::GetMeanConvFADC2Phe(): The mean conversion factor from the … … 212 212 << Form("%s%3i","Pixel: ",pix->GetPixId()) 213 213 << Form("%s%4.2f%s%4.2f"," Ped.Rms: ",pix->GetPedRms(),"+-",pix->GetPedRmsErr()) 214 << Form("%s%4.2f%s%4.2f"," Charge: " ,pix->Get Mean(),"+-",pix->GetSigma())215 << Form("%s%4.2f%s%4.2f"," Red.Sigma: ",pix->Get RSigma(),"+-",pix->GetRSigmaErr())214 << Form("%s%4.2f%s%4.2f"," Charge: " ,pix->GetConvertedMean(),"+-",pix->GetConvertedSigma()) 215 << Form("%s%4.2f%s%4.2f"," Red.Sigma: ",pix->GetConvertedRSigma(),"+-",pix->GetConvertedRSigmaErr()) 216 216 << Form("%s%4.2f%s%4.2f"," Num.Phes: ",pix->GetPheFFactorMethod(),"+-",pix->GetPheFFactorMethodErr()) 217 217 << Form("%s%4.2f%s%4.2f"," Conv.FADC2Phe: ",pix->GetMeanConvFADC2Phe(),"+-",pix->GetMeanConvFADC2PheErr())
Note:
See TracChangeset
for help on using the changeset viewer.