Changeset 18599
- Timestamp:
- 09/17/16 15:13:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r18598 r18599 327 327 ostringstream out; 328 328 out << setprecision(3); 329 out << "Measured rate " << fTriggerRate << "Hz below target rate " << fTargetRate << "... mini num threshold set to " << fThresholdMin;329 out << "Measured rate " << fTriggerRate << "Hz below target rate " << fTargetRate << "... minimum threshold set to " << fThresholdMin; 330 330 Info(out); 331 331 … … 348 348 ostringstream out; 349 349 out << setprecision(3); 350 out << "Next step would be 0... mini num threshold set to " << fThresholdMin;350 out << "Next step would be 0... minimum threshold set to " << fThresholdMin; 351 351 Info(out); 352 352 … … 541 541 ostringstream out; 542 542 out << setprecision(3); 543 out << "Measured average current " << avg << "uA +- " << rms << "uA [N=" << fCurrentsMed.size() << "]... mini num threshold set to " << fThresholdMin;543 out << "Measured average current " << avg << "uA +- " << rms << "uA [N=" << fCurrentsMed.size() << "]... minimum threshold set to " << fThresholdMin; 544 544 Info(out); 545 545 Info("Set "+to_string(counter)+" individual thresholds.");
Note:
See TracChangeset
for help on using the changeset viewer.