The Gaudi Framework
master (37c0b60a)
|
Classes | |
class | GenericWriter |
A Gaudi algorithm for writing data of any type from N locations in the event store to a TTree. This class allows users to write data from various locations within the event store into a ROOT TTree structure dynamically creating branches leveraging ROOT's dynamic typing and I/O capabilities to support a range of data types. More... | |
struct | Writer |
Base template for NTuple::Writer. Actual specializations of this template provide the functionality. More... | |
struct | Writer< std::tuple< OUTPUTs... >(const INPUTs &...), Traits_ > |
struct | WriterMixin |
Base template for NTuple::WriterMixin. Actual specializations of this template provide the functionality. More... | |
struct | WriterMixin< std::tuple< OUTPUTs... >(const INPUTs &...)> |