|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Simple class to extend the functionality of class GaudiHistoTool. More...
#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 | |
Simple class to extend the functionality of class GaudiHistoTool.
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.
: 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::finalize | ( | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiTuples< GaudiHistoTool >.
Definition at line 55 of file GaudiTupleTool.cpp.
{
// finalize the base class and return
return GaudiTuples<GaudiHistoTool>::finalize();
}
| StatusCode GaudiTupleTool::initialize | ( | ) | [protected, virtual] |
standard initialization method
Reimplemented from GaudiTuples< GaudiHistoTool >.
Definition at line 45 of file GaudiTupleTool.cpp.
{
// initialize the base class and return
return GaudiTuples<GaudiHistoTool>::initialize();
}
| GaudiTupleTool& GaudiTupleTool::operator= | ( | const GaudiTupleTool & | ) | [private] |
assignment operator is disabled