Definition at line 44 of file RNTupleMerger.hxx.
Public Member Functions | |
RColumnInfo (const std::string &name, const std::string &typeAndVersion, const DescriptorId_t &inputId, const DescriptorId_t &outputId) | |
Public Attributes | |
DescriptorId_t | fColumnInputId |
std::string | fColumnName |
The qualified field name to which the column belongs, followed by the column index. | |
DescriptorId_t | fColumnOutputId |
std::string | fColumnTypeAndVersion |
"<type>.<version>" of the field to which the column belongs | |
|
inline |
Definition at line 50 of file RNTupleMerger.hxx.
DescriptorId_t ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnInputId |
Definition at line 47 of file RNTupleMerger.hxx.
std::string ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnName |
The qualified field name to which the column belongs, followed by the column index.
Definition at line 45 of file RNTupleMerger.hxx.
DescriptorId_t ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnOutputId |
Definition at line 48 of file RNTupleMerger.hxx.
std::string ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnTypeAndVersion |
"<type>.<version>" of the field to which the column belongs
Definition at line 46 of file RNTupleMerger.hxx.