Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions Struct Reference

Modifiers passed to CreateModel

Definition at line 579 of file RNTupleDescriptor.hxx.

Public Member Functions

 RCreateModelOptions ()
 

Public Attributes

bool fCreateBare = false
 If true, the model will be created without a default entry (bare model).
 
bool fForwardCompatible = false
 Normally creating a model will fail if any of the reconstructed fields contains an unknown column type.
 
bool fReconstructProjections = false
 If set to true, projected fields will be reconstructed as such.
 

#include <ROOT/RNTupleDescriptor.hxx>

Constructor & Destructor Documentation

◆ RCreateModelOptions()

ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions::RCreateModelOptions ( )
inline

Definition at line 580 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fCreateBare

bool ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions::fCreateBare = false

If true, the model will be created without a default entry (bare model).

Definition at line 589 of file RNTupleDescriptor.hxx.

◆ fForwardCompatible

bool ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions::fForwardCompatible = false

Normally creating a model will fail if any of the reconstructed fields contains an unknown column type.

If this option is enabled, the model will be created and all fields containing unknown data (directly or indirectly) will be skipped instead.

Definition at line 587 of file RNTupleDescriptor.hxx.

◆ fReconstructProjections

bool ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions::fReconstructProjections = false

If set to true, projected fields will be reconstructed as such.

This will prevent the model to be used with an RNTupleReader, but it is useful, e.g., to accurately merge data.

Definition at line 583 of file RNTupleDescriptor.hxx.

Collaboration diagram for ROOT::Experimental::RNTupleDescriptor::RCreateModelOptions:
[legend]

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