- Timestamp:
- 03/18/13 14:39:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r15069 r15091 183 183 184 184 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; 189 186 190 187 for (int i=0; i<40; i++) … … 568 565 569 566 ostringstream out; 570 out << "Rate calibration by current " << fThresholdReference << ".";567 out << "Rate calibration by current with min. threshold of " << fThresholdReference << "."; 571 568 Info(out); 572 569
Note:
See TracChangeset
for help on using the changeset viewer.