Changeset 7017


Ignore:
Timestamp:
05/12/05 14:30:27 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7016 r7017  
    3030 2005/05/12 Markus Meyer
    3131
    32    * mmuon/MHMounPar[.h,.cc]
     32   * mmuon/MHMounPar.[h,cc]
    3333     - added function Paint. This function integrates the TProfile
    3434       ArcWidth/Radius Vs. Radius between certain values and shows
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r7013 r7017  
    10461046        *fLog << warn;
    10471047        *fLog << "RMS of pulse arrival times: " << Form("%2.1f", cal.GetAbsTimeRms());
    1048         *fLog << " FADC sl. < " << Form("%2.1", fArrTimeRmsLimit);
     1048        *fLog << " FADC sl. < " << Form("%2.1f", fArrTimeRmsLimit);
    10491049        *fLog << "   in " << what << Form("%3i", cal.GetPixId()) << endl;
    10501050        bad.SetUncalibrated( MBadPixelsPix::kFluctuatingArrivalTimes);
Note: See TracChangeset for help on using the changeset viewer.