Changeset 1056 in Sophya for trunk/SophyaLib/HiStats/histos2.cc
- Timestamp:
- Jul 7, 2000, 10:41:11 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.cc
r1053 r1056 1002 1002 void Histo2D::PrintStatus() 1003 1003 { 1004 printf("~Histo::Print nHist=%g nEntries=%d\n",nHist,nEntries); 1004 printf("~Histo::Print nHist=%g nEntries=%d",nHist,nEntries); 1005 if(HasErrors()) printf(" Errors=1\n"); else printf(" Errors=0\n"); 1005 1006 printf("over: [ %g %g %g // %g %g %g // %g %g %g ]\n" 1006 1007 ,over[2][0],over[2][1],over[2][2]
Note:
See TracChangeset
for help on using the changeset viewer.