Last change
on this file since 1048 was 1035, checked in by tbretz, 23 years ago |
*** empty log message ***
|
-
Property svn:executable
set to
*
|
File size:
502 bytes
|
Line | |
---|
1 | #ifndef MARS_MReadMarsFile
|
---|
2 | #define MARS_MReadMarsFile
|
---|
3 |
|
---|
4 | #ifndef MARS_MReadTree
|
---|
5 | #include "MReadTree.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MReadMarsFile : public MReadTree
|
---|
9 | {
|
---|
10 | private:
|
---|
11 | MReadTree *fRun;
|
---|
12 |
|
---|
13 | Bool_t Notify();
|
---|
14 |
|
---|
15 | Bool_t PreProcess(MParList *pList);
|
---|
16 |
|
---|
17 | public:
|
---|
18 | MReadMarsFile(const char *treename, const char *filename=NULL, const char *name=NULL, const char *title=NULL);
|
---|
19 | ~MReadMarsFile();
|
---|
20 |
|
---|
21 | Int_t AddFile(const char *fname);
|
---|
22 |
|
---|
23 | ClassDef(MReadMarsFile, 0) // Reads a tree from file(s)
|
---|
24 | };
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.