Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RBranchData::EmptyDynamicType Struct Reference

Stores empty instances of classes, so a dummy object can be written when a systematic variation doesn't pass a selection cut.

Definition at line 114 of file SnapshotHelpers.hxx.

Public Attributes

std::shared_ptr< void > fEmptyInstance = nullptr
 
void * fRawPtrToEmptyInstance = nullptr
 
const TClassfTClass = nullptr
 

#include <ROOT/RDF/SnapshotHelpers.hxx>

Member Data Documentation

◆ fEmptyInstance

std::shared_ptr<void> ROOT::Internal::RDF::RBranchData::EmptyDynamicType::fEmptyInstance = nullptr

Definition at line 116 of file SnapshotHelpers.hxx.

◆ fRawPtrToEmptyInstance

void* ROOT::Internal::RDF::RBranchData::EmptyDynamicType::fRawPtrToEmptyInstance = nullptr

Definition at line 117 of file SnapshotHelpers.hxx.

◆ fTClass

const TClass* ROOT::Internal::RDF::RBranchData::EmptyDynamicType::fTClass = nullptr

Definition at line 115 of file SnapshotHelpers.hxx.

Collaboration diagram for ROOT::Internal::RDF::RBranchData::EmptyDynamicType:
[legend]

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