Ignore:
Timestamp:
06/01/05 18:13:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r7070 r7122  
    433433    *fLog << " Gain Overlap to Lo: " << Form("%2d", fHiLoLast)        << endl;
    434434    *fLog << " Saturation Lim:     " << Form("%3d", fSaturationLimit) << endl;
    435     *fLog << " Num Samples Hi/Lo:  " << Form("%2d %2d", fNumHiGainSamples, fNumLoGainSamples) << endl;
     435    *fLog << " Num Samples Hi/Lo:  " << Form("%2.1f %2.1f", fNumHiGainSamples, fNumLoGainSamples) << endl;
    436436    if (fPedestals)
    437437        *fLog << " Pedestals:          " << fPedestals->GetName() << ", " << fPedestals << endl;
Note: See TracChangeset for help on using the changeset viewer.