All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 // ============================================================================
24  : m_tuple( tuple )
25 {
26 }
27 // ============================================================================
28 
29 // ============================================================================
30 // The END
31 // ============================================================================
Header file for class TupleObj.
A simple wrapper class over standard Gaudi NTuple::Tuple facility.
Definition: TupleObj.h:196
Tuple()
default constructor is deleted – except that ROOT wants one for dictionary code generation.
Header file for class : Tuple.