![]() |
|
|
Generated: 8 Jan 2009 |
#include <GaudiAlg/GaudiTupleAlg.h>


Class is instrumented with few methods for dealing with N-tuples and Event Tag collections
Definition at line 42 of file GaudiTupleAlg.h.
Protected Member Functions | |
| GaudiTupleAlg (const std::string &name, ISvcLocator *svc) | |
| standard constructor | |
| virtual | ~GaudiTupleAlg () |
| destructor | |
| virtual StatusCode | initialize () |
| standard initialization method | |
| virtual StatusCode | finalize () |
| standard finalization method | |
Private Member Functions | |
| GaudiTupleAlg () | |
| default constructor is disabled | |
| GaudiTupleAlg (const GaudiTupleAlg &) | |
| copy constructor is disabled | |
| GaudiTupleAlg & | operator= (const GaudiTupleAlg &) |
| assignment operator is disabled | |
| GaudiTupleAlg::GaudiTupleAlg | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) | [protected] |
standard constructor
IAlgFactory
Definition at line 30 of file GaudiTupleAlg.cpp.
00032 : GaudiTuples<GaudiHistoAlg> ( name , svc ) { }
| GaudiTupleAlg::~GaudiTupleAlg | ( | ) | [protected, virtual] |
| GaudiTupleAlg::GaudiTupleAlg | ( | ) | [private] |
default constructor is disabled
| GaudiTupleAlg::GaudiTupleAlg | ( | const GaudiTupleAlg & | ) | [private] |
copy constructor is disabled
| StatusCode GaudiTupleAlg::initialize | ( | ) | [protected, virtual] |
standard initialization method
Reimplemented from GaudiTuples< GaudiHistoAlg >.
Definition at line 44 of file GaudiTupleAlg.cpp.
00045 { 00046 // initialize the base class and return 00047 return GaudiTuples<GaudiHistoAlg>::initialize(); 00048 }
| StatusCode GaudiTupleAlg::finalize | ( | void | ) | [protected, virtual] |
standard finalization method
Reimplemented from GaudiTuples< GaudiHistoAlg >.
Definition at line 54 of file GaudiTupleAlg.cpp.
00055 { 00056 // finalize the base class and return 00057 return GaudiTuples<GaudiHistoAlg>::finalize(); 00058 }
| GaudiTupleAlg& GaudiTupleAlg::operator= | ( | const GaudiTupleAlg & | ) | [private] |
assignment operator is disabled