|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <GaudiAlg/GaudiTupleTool.h>


Protected Member Functions | |
| GaudiTupleTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| standard constructor | |
| virtual | ~GaudiTupleTool () |
| destructor | |
| virtual StatusCode | initialize () |
| standard initialization method | |
| virtual StatusCode | finalize () |
| standard finalization method | |
Private Member Functions | |
| GaudiTupleTool () | |
| default constructor is disabled | |
| GaudiTupleTool (const GaudiTupleTool &) | |
| copy constructor is disabled | |
| GaudiTupleTool & | operator= (const GaudiTupleTool &) |
| assignment operator is disabled | |
Class is instrumented with few methods for dealing with N-tuples and Event Tag collections
Definition at line 43 of file GaudiTupleTool.h.
| GaudiTupleTool::GaudiTupleTool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent | |||
| ) | [protected] |
standard constructor
| type | tool type | |
| name | tool name | |
| parent | pointer to the parent component |
Definition at line 30 of file GaudiTupleTool.cpp.
00033 : GaudiTuples<GaudiHistoTool> ( type , name , parent ) { }
| GaudiTupleTool::~GaudiTupleTool | ( | ) | [protected, virtual] |
| GaudiTupleTool::GaudiTupleTool | ( | ) | [private] |
default constructor is disabled
| GaudiTupleTool::GaudiTupleTool | ( | const GaudiTupleTool & | ) | [private] |
copy constructor is disabled
| StatusCode GaudiTupleTool::initialize | ( | ) | [protected, virtual] |
standard initialization method
Reimplemented from GaudiTuples< GaudiHistoTool >.
Definition at line 45 of file GaudiTupleTool.cpp.
00046 { 00047 // initialize the base class and return 00048 return GaudiTuples<GaudiHistoTool>::initialize(); 00049 }
| StatusCode GaudiTupleTool::finalize | ( | void | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiTuples< GaudiHistoTool >.
Definition at line 55 of file GaudiTupleTool.cpp.
00056 { 00057 // finalize the base class and return 00058 return GaudiTuples<GaudiHistoTool>::finalize(); 00059 }
| GaudiTupleTool& GaudiTupleTool::operator= | ( | const GaudiTupleTool & | ) | [private] |
assignment operator is disabled