ITupleTool Class Reference
#include <GaudiTools/ITupleTool.h>
List of all members.
Detailed Description
- Author:
- Vanya BELYAEV Ivan.Belyaev@itep.ru
- Date:
- 2004-06-28
Definition at line 33 of file ITupleTool.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| ITupleTool::~ITupleTool |
( |
|
) |
[protected, virtual] |
Destructor.
virtual protected destructor
Definition at line 17 of file ITupleTool.cpp.
Member Function Documentation
| ITupleTool::DeclareInterfaceID |
( |
ITupleTool |
, |
|
|
2 |
, |
|
|
0 |
| |
|
) |
| | |
get N-tuple object ( book on-demand ) with unique identifier
ITupleTool* tool = .. ;
Tuple tuple = tool->nTuple( 'My tuple' ) ;
tuple->column( "A" , sin(0.1) );
tuple->column( "B" , cos(0.1) );
tuple->column( "C" , tan(0.1) );
tuple->write()
NTuple will be booked with automatically assigned numerical ID
- Parameters:
-
| title | unique title for ntuple |
| clid | class identifier |
- Returns:
- ntuple object
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiAlg/GaudiAlg/ITupleTool.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiAlg/src/lib/ITupleTool.cpp