14#ifndef ROOT_RCreateFieldOptions
15#define ROOT_RCreateFieldOptions
Namespace for new ROOT classes and functions.
void SetEmulateUnknownTypes(bool v)
bool fEmulateUnknownTypes
If true, fields with a user defined type that have no available dictionaries will be reconstructed as...
void SetReturnInvalidOnError(bool v)
bool GetReturnInvalidOnError() const
bool GetEmulateUnknownTypes() const
bool fReturnInvalidOnError
If true, failing to create a field will return a RInvalidField instead of throwing an exception.