Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RTFileControlBlock Struct Reference

If a TFile container is written by a C stream (simple file), on dataset commit, the file header and the TFile record need to be updated.

Definition at line 1008 of file RMiniFile.cxx.

Public Attributes

RTFFile fFileRecord
 
RTFHeader fHeader
 
std::uint64_t fSeekFileRecord {0}
 
std::uint64_t fSeekNTuple {0}
 

Member Data Documentation

◆ fFileRecord

RTFFile ROOT::Experimental::Internal::RTFileControlBlock::fFileRecord

Definition at line 1010 of file RMiniFile.cxx.

◆ fHeader

RTFHeader ROOT::Experimental::Internal::RTFileControlBlock::fHeader

Definition at line 1009 of file RMiniFile.cxx.

◆ fSeekFileRecord

std::uint64_t ROOT::Experimental::Internal::RTFileControlBlock::fSeekFileRecord {0}

Definition at line 1012 of file RMiniFile.cxx.

◆ fSeekNTuple

std::uint64_t ROOT::Experimental::Internal::RTFileControlBlock::fSeekNTuple {0}

Definition at line 1011 of file RMiniFile.cxx.

Collaboration diagram for ROOT::Experimental::Internal::RTFileControlBlock:
[legend]

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