Changeset 13490 for fact/tools/rootmacros/PulseTemplates/rootfilehandler.C
- Timestamp:
- 05/01/12 12:41:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/rootfilehandler.C
r13476 r13490 66 66 SaveHistograms( 67 67 const char* loc_fname, 68 TString subdirectory,68 TString subdirectory, 69 69 TObjArray* histList, 70 bool saveResults, 70 71 int verbosityLevel 71 72 ) 72 73 { 74 if (!saveResults) return; 73 75 if (verbosityLevel > 2) cout << endl 74 76 << "...saving pixel histograms to subdirectory: "
Note:
See TracChangeset
for help on using the changeset viewer.