Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RBranchSet Class Reference

Definition at line 45 of file SnapshotHelpers.hxx.

Public Member Functions

void AssertNoNullBranchAddresses ()
 
void Clear ()
 
TBranchGet (const std::string &name) const
 
void Insert (const std::string &name, TBranch *address, bool isCArray=false)
 
bool IsCArray (const std::string &name) const
 

Private Attributes

std::vector< TBranch * > fBranches
 
std::vector< boolfIsCArray
 
std::vector< std::string > fNames
 

#include <ROOT/RDF/SnapshotHelpers.hxx>

Member Function Documentation

◆ AssertNoNullBranchAddresses()

void ROOT::Internal::RDF::RBranchSet::AssertNoNullBranchAddresses ( )

Definition at line 355 of file RDFSnapshotHelpers.cxx.

◆ Clear()

void ROOT::Internal::RDF::RBranchSet::Clear ( )

Definition at line 348 of file RDFSnapshotHelpers.cxx.

◆ Get()

TBranch * ROOT::Internal::RDF::RBranchSet::Get ( const std::string & name) const

Definition at line 317 of file RDFSnapshotHelpers.cxx.

◆ Insert()

void ROOT::Internal::RDF::RBranchSet::Insert ( const std::string & name,
TBranch * address,
bool isCArray = false )

Definition at line 332 of file RDFSnapshotHelpers.cxx.

◆ IsCArray()

bool ROOT::Internal::RDF::RBranchSet::IsCArray ( const std::string & name) const

Definition at line 325 of file RDFSnapshotHelpers.cxx.

Member Data Documentation

◆ fBranches

std::vector<TBranch *> ROOT::Internal::RDF::RBranchSet::fBranches
private

Definition at line 46 of file SnapshotHelpers.hxx.

◆ fIsCArray

std::vector<bool> ROOT::Internal::RDF::RBranchSet::fIsCArray
private

Definition at line 48 of file SnapshotHelpers.hxx.

◆ fNames

std::vector<std::string> ROOT::Internal::RDF::RBranchSet::fNames
private

Definition at line 47 of file SnapshotHelpers.hxx.

Libraries for ROOT::Internal::RDF::RBranchSet:

The documentation for this class was generated from the following files: