- Timestamp:
- 03/06/06 18:34:23 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7573 r7574 25 25 in file names 26 26 27 * datacenter/macros/plotdb.C: 28 - print also average and RMS of all data. 29 27 30 28 31 -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7496 r7574 195 195 c.Divide(1,2); 196 196 197 cerr << setprecision(4) << setw(10) << title << ": "; 198 cerr << setw(8) << gt.GetMean(2) << "+-" << setw(8) << gt.GetRMS(2) << " "; 197 199 if (gt0.GetN()>0 || gt1.GetN()>0) 198 200 { 199 cerr << setw(10) << title << ": "; 200 cerr << setw(9) << gt1.GetMean(2) << "+-" << setw(9) << gt1.GetRMS(2) << " "; 201 cerr << setw(9) << gt0.GetMean(2) << "+-" << setw(9) << gt0.GetRMS(2) << endl; 201 cerr << setw(8) << gt1.GetMean(2) << "+-" << setw(8) << gt1.GetRMS(2) << " "; 202 cerr << setw(8) << gt0.GetMean(2) << "+-" << setw(8) << gt0.GetRMS(2); 202 203 } 204 cerr << endl; 203 205 204 206 TVirtualPad *pad = gPad;
Note:
See TracChangeset
for help on using the changeset viewer.