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

Modifiers passed to CreateModel

Definition at line 602 of file RNTupleDescriptor.hxx.

Public Member Functions

 RCreateModelOptions ()
 

Public Attributes

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 603 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ 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 606 of file RNTupleDescriptor.hxx.

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

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