![]() |
The Gaudi Framework
master (bb4415cc)
|
Namespaces | |
| namespace | DiskBuffer |
| Append-only file of length-prefixed records, used to park ntuple rows on disk during the event loop and replay them at finalize. | |
Classes | |
| struct | FileHolder |
| Small class wrapping an algorithm and adding management of a Root File via the FileSvc. More... | |
| class | GenericReader |
| class | GenericWriter |
| A Gaudi algorithm for writing data of any type from N locations in the event store to a TTree. More... | |
| struct | SimpleWriter |
| Base template for NTuple::Writer. More... | |
| struct | SimpleWriter< std::tuple< OUTPUTs... >(const INPUTs &...), Traits_ > |
| Specialized Algorithm for NTuple writing. More... | |
| class | Wrapper |
| Wrapper around a given NTuple. More... | |
| struct | Writer |
| Base template for NTuple::Writer. More... | |
| struct | Writer< std::tuple< OUTPUTs... >(const INPUTs &...), Traits_ > |
| Specialized algorithm for NTuple writing when exactly one entry is written per event and a transformation is used to convert INPUTS to the stored items, aka OUTPUTS. More... | |