1 #ifndef GAUDIALG_ITUPLETOOL_H
2 #define GAUDIALG_ITUPLETOOL_H 1
12 #include "GaudiKernel/IAlgTool.h"
13 #include "GaudiKernel/ClassID.h"
17 #include "GaudiAlg/TupleID.h"
18 #include "GaudiAlg/Tuple.h"
60 (
const std::string& title ,
61 const CLID& clid = CLID_ColumnWiseTuple )
const = 0 ;
65 const std::string& title =
"" ,
66 const CLID& clid = CLID_ColumnWiseTuple )
const = 0 ;
69 (
const std::string& title ,
70 const CLID& clid = CLID_RowWiseTuple )
const = 0 ;
74 const std::string& title =
"" ,
75 const CLID& clid = CLID_RowWiseTuple )
const = 0 ;
85 #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.