9 |
|
|
10 |
|
using namespace mithep; |
11 |
|
|
12 |
< |
//__________________________________________________________________________________________________ |
12 |
> |
//-------------------------------------------------------------------------------------------------- |
13 |
|
TreeLoader::TreeLoader() |
14 |
|
{ |
15 |
|
// Default constructor. |
16 |
|
} |
17 |
|
|
18 |
|
|
19 |
< |
//__________________________________________________________________________________________________ |
19 |
> |
//-------------------------------------------------------------------------------------------------- |
20 |
|
TAMVirtualBranchLoader *TreeLoader::CreateBranchLoader(TTree *tree, TAMBranchInfo* brInfo) |
21 |
|
{ |
22 |
|
// Create our branch loader if the requested branch name is found in the tree. |