Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleProcessorOptions Class Reference

Definition at line 67 of file RNTupleProcessor.hxx.

Public Member Functions

const std::string & GetProcessorName () const
 
void SetProcessorName (std::string_view name)
 

Private Attributes

std::string fProcessorName = ""
 By default, the processor name is the name of the underlying RNTuple for RNTupleSingleProcessor, the name of the first processor for RNTupleChainProcessor, or the name of the primary RNTuple for RNTupleJoinProcessor.
 

#include <ROOT/RNTupleProcessor.hxx>

Member Function Documentation

◆ GetProcessorName()

const std::string & ROOT::Experimental::RNTupleProcessorOptions::GetProcessorName ( ) const
inline

Definition at line 74 of file RNTupleProcessor.hxx.

◆ SetProcessorName()

void ROOT::Experimental::RNTupleProcessorOptions::SetProcessorName ( std::string_view name)
inline

Definition at line 76 of file RNTupleProcessor.hxx.

Member Data Documentation

◆ fProcessorName

std::string ROOT::Experimental::RNTupleProcessorOptions::fProcessorName = ""
private

By default, the processor name is the name of the underlying RNTuple for RNTupleSingleProcessor, the name of the first processor for RNTupleChainProcessor, or the name of the primary RNTuple for RNTupleJoinProcessor.

Definition at line 71 of file RNTupleProcessor.hxx.

Libraries for ROOT::Experimental::RNTupleProcessorOptions:

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