The Gaudi Framework  v29r0 (ff2e7097)
Tuple.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // GaudiAlg
3 // ============================================================================
4 #include "GaudiAlg/Tuple.h"
5 #include "GaudiAlg/TupleObj.h"
6 // ============================================================================
7 
8 // ============================================================================
16 // ============================================================================
17 
18 // ============================================================================
22 // ============================================================================
23 Tuples::Tuple::Tuple( Tuples::TupleObj* tuple ) : m_tuple( tuple ) {}
24 // ============================================================================
25 
26 // ============================================================================
27 // The END
28 // ============================================================================
Header file for class TupleObj.
A simple wrapper class over standard Gaudi NTuple::Tuple facility.
Definition: TupleObj.h:199
Tuple()
default constructor is deleted – except that ROOT wants one for dictionary code generation.
Header file for class : Tuple.