Ignore:
Timestamp:
05/18/12 21:39:36 (12 years ago)
Author:
Jens Buss
Message:
changed all savelists from objarray to lists, add SetHostsPath function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/rootfilehandler.h

    r13736 r13788  
    44#include <TROOT.h>
    55#include <TFile.h>
     6#include<TSystem.h>
    67
    78void
     
    1516
    1617void
    17 SaveHistograms( TString ,TString, TObjArray*, bool, int );
     18SaveHistograms( TString ,TString, TList*, bool, int );
    1819
    1920TString
     
    2627OpenRootFile( TString, TString, int );
    2728
     29TString
     30SetHostsPaths( bool, TString );
     31
     32
    2833
    2934#endif // ROOTFILEHANDLER_H
Note: See TracChangeset for help on using the changeset viewer.