3 #ifndef GAUDIALG_ITUPLETOOL_H
4 #define GAUDIALG_ITUPLETOOL_H 1
14 #include "GaudiKernel/IAlgTool.h"
15 #include "GaudiKernel/ClassID.h"
19 #include "GaudiAlg/TupleID.h"
20 #include "GaudiAlg/Tuple.h"
62 (
const std::string& title ,
63 const CLID& clid = CLID_ColumnWiseTuple )
const = 0 ;
67 const std::string& title =
"" ,
68 const CLID& clid = CLID_ColumnWiseTuple )
const = 0 ;
71 (
const std::string& title ,
72 const CLID& clid = CLID_RowWiseTuple )
const = 0 ;
76 const std::string& title =
"" ,
77 const CLID& clid = CLID_RowWiseTuple )
const = 0 ;
86 #endif // GAUDIALG_ITUPLETOOL_H
A simple wrapper class over standard Gaudi NTuple::Tuple facility.
GaudiAlg::ID TupleID
the actual type for N-Tuple identifier (HBOOK-style)
def nTuple
Retrieve (book-on-demand) 'Smart'-N-tuple object.
unsigned int CLID
Class ID definition.
ID class for Histogram and Ntuples.