1 #ifndef GAUDIALG_TUPLETOOL_H
2 #define GAUDIALG_TUPLETOOL_H 1
8 #include "GaudiAlg/GaudiTupleTool.h"
9 #include "GaudiAlg/ITupleTool.h"
35 const std::string&
name,
63 (
const std::string& title ,
64 const CLID& clid = CLID_ColumnWiseTuple )
const override
70 const std::string& title =
"" ,
71 const CLID& clid = CLID_ColumnWiseTuple )
const override
75 (
const std::string& title ,
76 const CLID& clid = CLID_RowWiseTuple )
const override
81 const std::string& title =
"" ,
82 const CLID& clid = CLID_RowWiseTuple )
const override
90 #endif // GAUDIALG_TUPLETOOL_H
Tuple evtCol(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an Event Tag Collection object (book on-demand) with unique identifier.
A simple wrapper class over standard Gaudi NTuple::Tuple facility.
Definition of the basic interface.
Tuple nTuple(const std::string &title, const CLID &clid=CLID_ColumnWiseTuple) const
Access an N-Tuple object (book on-demand) with unique identifier.
unsigned int CLID
Class ID definition.
ID class for Histogram and Ntuples.