ATLAS Offline Software
Public Attributes | List of all members
EL::NTupleSvc::CopyInfo Struct Reference

description: the information we need for copying branches More...

Collaboration diagram for EL::NTupleSvc::CopyInfo:

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...
 

Detailed Description

description: the information we need for copying branches

Definition at line 270 of file NTupleSvc.h.

Member Data Documentation

◆ buffer

std::vector<char> EL::NTupleSvc::CopyInfo::buffer

description: the buffer used if none is set

Definition at line 286 of file NTupleSvc.h.

◆ name

std::string EL::NTupleSvc::CopyInfo::name

description: the name of the branch

Definition at line 274 of file NTupleSvc.h.

◆ source

TBranch* EL::NTupleSvc::CopyInfo::source

description: the branch in the source tree

Definition at line 278 of file NTupleSvc.h.

◆ target

TBranch* EL::NTupleSvc::CopyInfo::target

description: the branch in the output tree

Definition at line 282 of file NTupleSvc.h.


The documentation for this struct was generated from the following file: