Changeset 3896 for trunk/MagicSoft
- Timestamp:
- 04/29/04 18:54:18 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3895 r3896 71 71 extraction ranges to MPedCalcPedRun 72 72 - derive from MHCamDisplays 73 74 * mcalib/MCalibrationChargeCam.cc 75 - updated the Print() a little 73 76 74 77 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r3838 r3896 206 206 { 207 207 208 *fLog << all << "Pix " << pix->GetPixId() 209 << ": Ped. Rms: " << pix->GetPedRms() << " +- " << pix->GetPedRmsErr() 210 << " Mean signal: " << pix->GetMean() << " +- " << pix->GetSigma() 211 << " Reduced Sigma: " << pix->GetRSigma() 212 << " Nr Phe's: " << pix->GetPheFFactorMethod() 208 *fLog << all 209 << Form("%s%3i","Pixel: ",pix->GetPixId()) 210 << Form("%s%4.2f%s%4.2f"," Ped.Rms: ",pix->GetPedRms(),"+-",pix->GetPedRmsErr()) 211 << Form("%s%4.2f%s%4.2f"," Charge: " ,pix->GetMean(),"+-",pix->GetSigma()) 212 << Form("%s%4.2f%s%4.2f"," Red.Sigma: ",pix->GetRSigma(),"+-",pix->GetRSigmaErr()) 213 << Form("%s%4.2f%s%4.2f"," Num.Phes: ",pix->GetPheFFactorMethod(),"+-",pix->GetPheFFactorMethodErr()) 214 << Form("%s%4.2f%s%4.2f"," Conv.FADC2Phe: ",pix->GetMeanConvFADC2Phe(),"+-",pix->GetMeanConvFADC2PheErr()) 213 215 << " Saturated? :" << pix->IsHiGainSaturation() 214 216 << endl;
Note:
See TracChangeset
for help on using the changeset viewer.