Ignore:
Timestamp:
02/03/05 14:55:40 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r6182 r6242  
    339339
    340340    SetPulserColor ( MCalibrationCam::kNONE );
    341    
     341
     342    fStrength    = 0.;
    342343    fBlindPixelFlags.Set(0);
    343344    fPINDiodeFlags  .Set(0);
     
    13891390      *fLog << inf << GetDescriptor()
    13901391            << ": 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;
    13921393                   
    13931394      apix.SetPheFFactorMethod   ( areaphes[aidx] );
     
    14611462          pix.SetPheFFactorMethod   ( apix.GetPheFFactorMethod()    );
    14621463          pix.SetPheFFactorMethodVar( apix.GetPheFFactorMethodVar() );
     1464
    14631465          if (!pix.CalcConvFFactor())
    14641466            {
     
    14711473                bad.SetUnsuitable  ( MBadPixelsPix::kUnsuitableRun    );
    14721474            }
     1475
    14731476        }
    14741477    }
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r5679 r6242  
    9292//
    9393MCalibrationRelTimeCalc::MCalibrationRelTimeCalc(const char *name, const char *title)
    94     : fGeom(NULL)
     94    : fGeom(NULL), fFlags(0)
    9595{
    9696       
  • trunk/MagicSoft/Mars/mcalib/MCalibrationTestCam.h

    r5047 r6242  
    3434                                                    const MGeomCam &cam, Int_t type=0) const;
    3535 
     36  void  InitAverageAreas       ( const UInt_t i);
     37
    3638  // Prints
    3739  void  Print (Option_t *o="") const;
Note: See TracChangeset for help on using the changeset viewer.