| Last change
 on this file since 13855 was             13788, checked in by Jens Buss, 13 years ago | 
        
          | changed all savelists from objarray to lists, add SetHostsPath function | 
        
          | File size:
            487 bytes | 
      
      
| Line |  | 
|---|
| 1 | #ifndef ROOTFILEHANDLER_H | 
|---|
| 2 | #define ROOTFILEHANDLER_H | 
|---|
| 3 |  | 
|---|
| 4 | #include <TROOT.h> | 
|---|
| 5 | #include <TFile.h> | 
|---|
| 6 | #include<TSystem.h> | 
|---|
| 7 |  | 
|---|
| 8 | void | 
|---|
| 9 | CreateRootFile( TString, bool, int ); | 
|---|
| 10 |  | 
|---|
| 11 | TFile* | 
|---|
| 12 | ChooseRootFileToWrite( TString , int ); | 
|---|
| 13 |  | 
|---|
| 14 | void | 
|---|
| 15 | CloseRootFile(  TFile* ); | 
|---|
| 16 |  | 
|---|
| 17 | void | 
|---|
| 18 | SaveHistograms( TString ,TString, TList*, bool, int ); | 
|---|
| 19 |  | 
|---|
| 20 | TString | 
|---|
| 21 | CreateSubDirName( int ); | 
|---|
| 22 |  | 
|---|
| 23 | TString | 
|---|
| 24 | CreateSubDirName( TString ); | 
|---|
| 25 |  | 
|---|
| 26 | TFile* | 
|---|
| 27 | OpenRootFile( TString, TString, int ); | 
|---|
| 28 |  | 
|---|
| 29 | TString | 
|---|
| 30 | SetHostsPaths( bool, TString ); | 
|---|
| 31 |  | 
|---|
| 32 |  | 
|---|
| 33 |  | 
|---|
| 34 | #endif // ROOTFILEHANDLER_H | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.