Changeset 13625 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/09/12 17:46:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/rootfilehandler.h
r13618 r13625 6 6 7 7 void 8 CreateRootFile( const char*,int );8 CreateRootFile( TString ,int ); 9 9 10 void 11 OpenRootFile( T File*, const char*, int );10 TFile* 11 OpenRootFile( TString , int ); 12 12 13 13 void … … 15 15 16 16 void 17 SaveHistograms( const char*,TString, TObjArray*, bool, int );17 SaveHistograms( TString ,TString, TObjArray*, bool, int ); 18 18 19 19 TString … … 21 21 22 22 TString 23 CreateSubDirName( const char*);23 CreateSubDirName( TString ); 24 24 25 25
Note:
See TracChangeset
for help on using the changeset viewer.