Last change
on this file since 16858 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 |
|
---|
8 | void
|
---|
9 | CreateRootFile( TString, bool, int );
|
---|
10 |
|
---|
11 | TFile*
|
---|
12 | ChooseRootFileToWrite( TString , int );
|
---|
13 |
|
---|
14 | void
|
---|
15 | CloseRootFile( TFile* );
|
---|
16 |
|
---|
17 | void
|
---|
18 | SaveList( 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 | TFile*
|
---|
30 | LoadRootFile( TString, TString, int );
|
---|
31 |
|
---|
32 | TString
|
---|
33 | SetHostsPaths( bool, TString );
|
---|
34 |
|
---|
35 |
|
---|
36 |
|
---|
37 | #endif // ROOTFILEHANDLER_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.