Changeset 6242 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/03/05 14:55:40 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6182 r6242 339 339 340 340 SetPulserColor ( MCalibrationCam::kNONE ); 341 341 342 fStrength = 0.; 342 343 fBlindPixelFlags.Set(0); 343 344 fPINDiodeFlags .Set(0); … … 1389 1390 *fLog << inf << GetDescriptor() 1390 1391 << ": Average total phes for area idx " << aidx << ": " 1391 << Form("%7.2f +- 6.2f",areaphes[aidx],TMath::Sqrt(areaweights[aidx])) << endl;1392 << Form("%7.2f +- %6.2f",areaphes[aidx],TMath::Sqrt(areaweights[aidx])) << endl; 1392 1393 1393 1394 apix.SetPheFFactorMethod ( areaphes[aidx] ); … … 1461 1462 pix.SetPheFFactorMethod ( apix.GetPheFFactorMethod() ); 1462 1463 pix.SetPheFFactorMethodVar( apix.GetPheFFactorMethodVar() ); 1464 1463 1465 if (!pix.CalcConvFFactor()) 1464 1466 { … … 1471 1473 bad.SetUnsuitable ( MBadPixelsPix::kUnsuitableRun ); 1472 1474 } 1475 1473 1476 } 1474 1477 } -
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r5679 r6242 92 92 // 93 93 MCalibrationRelTimeCalc::MCalibrationRelTimeCalc(const char *name, const char *title) 94 : fGeom(NULL) 94 : fGeom(NULL), fFlags(0) 95 95 { 96 96 -
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCam.h
r5047 r6242 34 34 const MGeomCam &cam, Int_t type=0) const; 35 35 36 void InitAverageAreas ( const UInt_t i); 37 36 38 // Prints 37 39 void Print (Option_t *o="") const;
Note:
See TracChangeset
for help on using the changeset viewer.