All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TupleID.h
Go to the documentation of this file.
1 // $Id: TupleID.h,v 1.5 2006/03/09 10:28:14 hmd Exp $
2 // ============================================================================
3 #ifndef GAUDIALG_TUPLEID_H
4 #define GAUDIALG_TUPLEID_H 1
5 // ============================================================================
6 // include files
7 // ============================================================================
8 // GaudiAlg
9 // ============================================================================
10 #include "GaudiAlg/GaudiAlg.h"
11 #include "GaudiAlg/GaudiHistoID.h"
12 // ============================================================================
13 
14 // ============================================================================
21 // ============================================================================
22 namespace Tuples
23 {
26 }
27 // ============================================================================
28 
29 // ============================================================================
30 namespace GaudiAlg
31 {
34 }
35 // ============================================================================
36 
37 #endif // GAUDIALG_TUPLEID_H
38 
Tuples::TupleID TupleID
the actual type for N-Tuple identifier
Definition: TupleID.h:33
GaudiAlg::ID TupleID
the actual type for N-Tuple identifier (HBOOK-style)
Definition: TupleID.h:25
ID class for Histogram and Ntuples.
Definition: GaudiHistoID.h:46