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


Protected Member Functions | |
| GaudiHistoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor (protected). | |
| virtual | ~GaudiHistoTool () |
| destructor, virtual and protected | |
| virtual StatusCode | initialize () |
| standard initialization method | |
| virtual StatusCode | finalize () |
| standard finalization method | |
Private Member Functions | |
| GaudiHistoTool () | |
| GaudiHistoTool (const GaudiHistoTool &) | |
| GaudiHistoTool & | operator= (const GaudiHistoTool &) |
Class is instrumented with a selection of plotting functions for easy creation of histograms.
Definition at line 44 of file GaudiHistoTool.h.
| GaudiHistoTool::GaudiHistoTool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent | |||
| ) | [protected] |
Standard constructor (protected).
| type | tool type (useless) | |
| name | tool name | |
| parent | pointer to parent object (service, algorithm or tool) |
Definition at line 45 of file GaudiHistoTool.cpp.
00048 : GaudiHistos<GaudiTool> ( type , name , parent ) { }
| GaudiHistoTool::~GaudiHistoTool | ( | ) | [protected, virtual] |
| GaudiHistoTool::GaudiHistoTool | ( | ) | [private] |
| GaudiHistoTool::GaudiHistoTool | ( | const GaudiHistoTool & | ) | [private] |
| StatusCode GaudiHistoTool::initialize | ( | ) | [protected, virtual] |
standard initialization method
Reimplemented from GaudiHistos< GaudiTool >.
Reimplemented in GaudiTupleTool, and GaudiTuples< GaudiHistoTool >.
Definition at line 60 of file GaudiHistoTool.cpp.
00061 { 00062 // initialize the base class and return 00063 return GaudiHistos<GaudiTool>::initialize(); 00064 }
| StatusCode GaudiHistoTool::finalize | ( | void | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiHistos< GaudiTool >.
Reimplemented in GaudiTupleTool, and GaudiTuples< GaudiHistoTool >.
Definition at line 70 of file GaudiHistoTool.cpp.
00071 { 00072 // finalize the base class and return 00073 return GaudiHistos<GaudiTool>::finalize(); 00074 }
| GaudiHistoTool& GaudiHistoTool::operator= | ( | const GaudiHistoTool & | ) | [private] |