source: fact/tools/rootmacros/PulseTemplates/rootfilehandler.h@ 13788

Last change on this file since 13788 was 13788, checked in by Jens Buss, 12 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
8void
9CreateRootFile( TString, bool, int );
10
11TFile*
12ChooseRootFileToWrite( TString , int );
13
14void
15CloseRootFile( TFile* );
16
17void
18SaveHistograms( TString ,TString, TList*, bool, int );
19
20TString
21CreateSubDirName( int );
22
23TString
24CreateSubDirName( TString );
25
26TFile*
27OpenRootFile( TString, TString, int );
28
29TString
30SetHostsPaths( bool, TString );
31
32
33
34#endif // ROOTFILEHANDLER_H
Note: See TracBrowser for help on using the repository browser.