Revision: | 1.1 |
Committed: | Tue May 27 19:13:21 2008 UTC (16 years, 11 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004, MITHEP_2_0_x |
Log Message: | TAM trunk 5120 |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.1 | // |
2 | // $Id: TAMTreeLoader.h 5160 2008-05-20 19:52:53Z loizides $ | ||
3 | // | ||
4 | |||
5 | #ifndef ROOT_TAMTreeLoader | ||
6 | #define ROOT_TAMTreeLoader | ||
7 | |||
8 | |||
9 | #ifndef ROOT_TAMVirtualLoader | ||
10 | #include "TAMVirtualLoader.h" | ||
11 | #endif | ||
12 | |||
13 | |||
14 | class TClass; | ||
15 | class TBranch; | ||
16 | |||
17 | |||
18 | class TAMTreeLoader : public TAMVirtualLoader { | ||
19 | public: | ||
20 | TAMTreeLoader(); | ||
21 | virtual ~TAMTreeLoader() {} | ||
22 | |||
23 | TAMVirtualBranchLoader *CreateBranchLoader(TTree *tree, TAMBranchInfo* brInfo); | ||
24 | |||
25 | ClassDef(TAMTreeLoader,1) // Tree branch plugin loader for TAM | ||
26 | }; | ||
27 | |||
28 | #endif //ROOT_TAMTreeBranchLoader |