Changeset 13611 for fact/tools/rootmacros
- Timestamp:
- 05/09/12 12:53:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/rootfilehandler.C
r13535 r13611 85 85 { 86 86 tf->cd(); 87 tf->mkdir(subdirectory,subdirectory);88 tf->cd(subdirectory);89 87 } 90 88 else 91 89 { 92 90 tf->cd(); 91 tf->mkdir(subdirectory,subdirectory); 92 tf->cd(subdirectory); 93 93 } 94 94 histList->Write(); // write the major histograms into the top level directory
Note:
See TracChangeset
for help on using the changeset viewer.