The Gaudi Framework  v39r3 (979e3109)
Gaudi::NTuple::WriterMixin< Signature > Struct Template Referenceabstract

Base template for NTuple::WriterMixin. Actual specializations of this template provide the functionality. More...

#include </builds/gaudi/Gaudi/GaudiUtils/include/Gaudi/NTuple/Writer.h>

Public Member Functions

 WriterMixin ()=0
 

Detailed Description

template<typename Signature>
struct Gaudi::NTuple::WriterMixin< Signature >

Base template for NTuple::WriterMixin. Actual specializations of this template provide the functionality.

Specialization of WriterMixin for sets of input and output types. Provides the functionality for initializing branches in a ROOT TTree, transforming input data, filling the tree, and writing it to a file.

Template Parameters
OUTPUTsVariadic template parameters representing output data types.
INPUTsVariadic template parameters representing input data types.

Definition at line 36 of file Writer.h.

Constructor & Destructor Documentation

◆ WriterMixin()

template<typename Signature >
Gaudi::NTuple::WriterMixin< Signature >::WriterMixin ( )
pure virtual

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