Changeset 17664 for trunk/Mars/fact/plots/quality.C
- Timestamp:
- 04/08/14 16:14:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/plots/quality.C
r17652 r17664 622 622 } 623 623 624 voidquality(UInt_t y=0, UInt_t m=0, UInt_t d=0, const char *outpath="quality")624 int quality(UInt_t y=0, UInt_t m=0, UInt_t d=0, const char *outpath="quality") 625 625 { 626 626 // To get correct dates in the histogram you have to add … … 669 669 TSQLResult *res = serv.Query(query); 670 670 if (!res) 671 return kFALSE;671 return 1; 672 672 673 673 run.Set(res->GetRowCount()); … … 748 748 749 749 c->SaveAs(Form("%s/%04d%02d%02d.png", outpath, y, m, d)); 750 } 750 751 return 0; 752 }
Note:
See TracChangeset
for help on using the changeset viewer.