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

Last change on this file since 14817 was 14817, checked in by Jens Buss, 12 years ago
changed saveHistograms to SaveList
File size: 528 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
18SaveList( TString ,TString, TList*, bool, int );
19
20TString
21CreateSubDirName( int );
22
23TString
24CreateSubDirName( TString );
25
26TFile*
27OpenRootFile( TString, TString, int );
28
29TFile*
30LoadRootFile( TString, TString, int );
31
32TString
33SetHostsPaths( bool, TString );
34
35
36
37#endif // ROOTFILEHANDLER_H
Note: See TracBrowser for help on using the repository browser.