/[PAMELA software]/yodaUtility/YFile.h
ViewVC logotype

Contents of /yodaUtility/YFile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Apr 30 11:08:14 2006 UTC (18 years, 7 months ago) by kusanagi
Branch point for: MAIN
File MIME type: text/plain
Initial revision

1 #ifndef YFILE_H
2 #define YFILE_H
3
4 #include <YException.h>
5 #include <TFile.h>
6
7 using namespace yngn::YException;
8
9 namespace yngn {
10 namespace util {
11 class YFile {
12 private:
13 YFile() {}
14 public:
15 static TFile *yfile;
16 static TFile* Open(const char* url, const char* options = "", bool copy = false, const char* path = "./.") throw (YNotExistingFileException, YSystemCommandException);
17 };
18 }
19 }
20 #endif /* YFILE_H */

  ViewVC Help
Powered by ViewVC 1.1.23