Changeset 13788 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/18/12 21:39:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/rootfilehandler.h
r13736 r13788 4 4 #include <TROOT.h> 5 5 #include <TFile.h> 6 #include<TSystem.h> 6 7 7 8 void … … 15 16 16 17 void 17 SaveHistograms( TString ,TString, T ObjArray*, bool, int );18 SaveHistograms( TString ,TString, TList*, bool, int ); 18 19 19 20 TString … … 26 27 OpenRootFile( TString, TString, int ); 27 28 29 TString 30 SetHostsPaths( bool, TString ); 31 32 28 33 29 34 #endif // ROOTFILEHANDLER_H
Note:
See TracChangeset
for help on using the changeset viewer.