![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiTools/GaudiHistoTool.h>
Inheritance diagram for GaudiHistoTool:


Class is instrumented with a selection of plotting functions for easy creation of histograms.
Definition at line 44 of file 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 &) |
| 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 47 of file GaudiHistoTool.cpp.
00050 : 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 62 of file GaudiHistoTool.cpp.
References GaudiHistos< PBASE >::initialize().
00063 { 00064 // initialize the base class and return 00065 return GaudiHistos<GaudiTool>::initialize(); 00066 }
| StatusCode GaudiHistoTool::finalize | ( | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiHistos< GaudiTool >.
Reimplemented in GaudiTupleTool, and GaudiTuples< GaudiHistoTool >.
Definition at line 72 of file GaudiHistoTool.cpp.
References GaudiHistos< PBASE >::finalize().
00073 { 00074 // finalize the base class and return 00075 return GaudiHistos<GaudiTool>::finalize(); 00076 }
| GaudiHistoTool& GaudiHistoTool::operator= | ( | const GaudiHistoTool & | ) | [private] |