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

Last change on this file since 13618 was 13618, checked in by Jens Buss, 12 years ago
added delete for file-object
File size: 389 bytes
Line 
1#ifndef ROOTFILEHANDLER_H
2#define ROOTFILEHANDLER_H
3
4#include <TROOT.h>
5#include <TFile.h>
6
7void
8CreateRootFile( const char* ,int );
9
10void
11OpenRootFile( TFile*, const char* , int );
12
13void
14CloseRootFile( TFile* );
15
16void
17SaveHistograms( const char* ,TString, TObjArray*, bool, int );
18
19TString
20CreateSubDirName( int );
21
22TString
23CreateSubDirName( const char* );
24
25
26#endif // ROOTFILEHANDLER_H
Note: See TracBrowser for help on using the repository browser.