Changeset 15091 for trunk


Ignore:
Timestamp:
03/18/13 14:39:46 (12 years ago)
Author:
tbretz
Message:
Improvements in output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r15069 r15091  
    183183
    184184        if (fVerbose)
    185         {
    186             Out() << "Patch: Median=" << mp << " Dev=" << dp << endl;
    187             Out() << "Board: Median=" << mb << " Dev=" << db << endl;
    188         }
     185            Out() << Tools::Form("Board: Med=%3.1f +- %3.1f   Patch: Med=%3.1f +- %3.1f", mb, db, mp, dp) << endl;
    189186
    190187        for (int i=0; i<40; i++)
     
    568565
    569566        ostringstream out;
    570         out << "Rate calibration by current " << fThresholdReference << ".";
     567        out << "Rate calibration by current with min. threshold of " << fThresholdReference << ".";
    571568        Info(out);
    572569
Note: See TracChangeset for help on using the changeset viewer.