ATLAS Offline Software
|
description: the information we need for copying branches More...
Public Attributes | |
std::string | name |
description: the name of the branch More... | |
TBranch * | source |
description: the branch in the source tree More... | |
TBranch * | target |
description: the branch in the output tree More... | |
std::vector< char > | buffer |
description: the buffer used if none is set More... | |
description: the information we need for copying branches
Definition at line 270 of file NTupleSvc.h.
std::vector<char> EL::NTupleSvc::CopyInfo::buffer |
description: the buffer used if none is set
Definition at line 286 of file NTupleSvc.h.
std::string EL::NTupleSvc::CopyInfo::name |
description: the name of the branch
Definition at line 274 of file NTupleSvc.h.
TBranch* EL::NTupleSvc::CopyInfo::source |
description: the branch in the source tree
Definition at line 278 of file NTupleSvc.h.
TBranch* EL::NTupleSvc::CopyInfo::target |
description: the branch in the output tree
Definition at line 282 of file NTupleSvc.h.