Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleImporter::RImportBranch Struct Reference

Definition at line 118 of file RNTupleImporter.hxx.

Public Member Functions

 RImportBranch ()=default
 
 RImportBranch (const RImportBranch &other)=delete
 
 RImportBranch (RImportBranch &&other)=default
 
RImportBranchoperator= (const RImportBranch &other)=delete
 
RImportBranchoperator= (RImportBranch &&other)=default
 

Public Attributes

std::unique_ptr< unsigned char[]> fBranchBuffer
 The destination of SetBranchAddress() for fBranchName
 
std::string fBranchName
 Top-level branch name from the input TTree.
 

Constructor & Destructor Documentation

◆ RImportBranch() [1/3]

ROOT::Experimental::RNTupleImporter::RImportBranch::RImportBranch ( )
default

◆ RImportBranch() [2/3]

ROOT::Experimental::RNTupleImporter::RImportBranch::RImportBranch ( const RImportBranch other)
delete

◆ RImportBranch() [3/3]

ROOT::Experimental::RNTupleImporter::RImportBranch::RImportBranch ( RImportBranch &&  other)
default

Member Function Documentation

◆ operator=() [1/2]

RImportBranch & ROOT::Experimental::RNTupleImporter::RImportBranch::operator= ( const RImportBranch other)
delete

◆ operator=() [2/2]

RImportBranch & ROOT::Experimental::RNTupleImporter::RImportBranch::operator= ( RImportBranch &&  other)
default

Member Data Documentation

◆ fBranchBuffer

std::unique_ptr<unsigned char[]> ROOT::Experimental::RNTupleImporter::RImportBranch::fBranchBuffer

The destination of SetBranchAddress() for fBranchName

Definition at line 125 of file RNTupleImporter.hxx.

◆ fBranchName

std::string ROOT::Experimental::RNTupleImporter::RImportBranch::fBranchName

Top-level branch name from the input TTree.

Definition at line 124 of file RNTupleImporter.hxx.

Collaboration diagram for ROOT::Experimental::RNTupleImporter::RImportBranch:
[legend]

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