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


Protected Member Functions | |
| GaudiHistoAlg (const std::string &name, ISvcLocator *pSvc) | |
| Standard constructor (protected). | |
| virtual | ~GaudiHistoAlg () |
| virtual destructor | |
| virtual StatusCode | initialize () |
| standard initialization method | |
| virtual StatusCode | finalize () |
| standard finalization method | |
Private Member Functions | |
| GaudiHistoAlg () | |
| GaudiHistoAlg (const GaudiHistoAlg &) | |
| GaudiHistoAlg & | operator= (const GaudiHistoAlg &) |
Class is instrumented with a selection of plotting functions for easy creation of histograms.
Definition at line 38 of file GaudiHistoAlg.h.
| GaudiHistoAlg::GaudiHistoAlg | ( | const std::string & | name, | |
| ISvcLocator * | pSvc | |||
| ) | [protected] |
Standard constructor (protected).
| name | name of the algorithm | |
| pSvcLocator | poinetr to Service Locator |
Definition at line 41 of file GaudiHistoAlg.cpp.
00043 : GaudiHistos<GaudiAlgorithm> ( name , pSvc ) { }
| GaudiHistoAlg::~GaudiHistoAlg | ( | ) | [protected, virtual] |
| GaudiHistoAlg::GaudiHistoAlg | ( | ) | [private] |
| GaudiHistoAlg::GaudiHistoAlg | ( | const GaudiHistoAlg & | ) | [private] |
| StatusCode GaudiHistoAlg::initialize | ( | ) | [protected, virtual] |
standard initialization method
Reimplemented from GaudiHistos< GaudiAlgorithm >.
Reimplemented in GaudiTupleAlg, and GaudiTuples< GaudiHistoAlg >.
Definition at line 55 of file GaudiHistoAlg.cpp.
00056 { 00057 // initialize the base class and return 00058 return GaudiHistos<GaudiAlgorithm>::initialize(); 00059 }
| StatusCode GaudiHistoAlg::finalize | ( | void | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiHistos< GaudiAlgorithm >.
Reimplemented in GaudiTupleAlg, and GaudiTuples< GaudiHistoAlg >.
Definition at line 65 of file GaudiHistoAlg.cpp.
00066 { 00067 // finalize the base class and return 00068 return GaudiHistos<GaudiAlgorithm>::finalize(); 00069 }
| GaudiHistoAlg& GaudiHistoAlg::operator= | ( | const GaudiHistoAlg & | ) | [private] |