Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

GaudiHistoTool Class Reference

Simple class to extend the functionality of class GaudiTool. More...

#include <GaudiTools/GaudiHistoTool.h>

Inheritance diagram for GaudiHistoTool:

Inheritance graph
[legend]
Collaboration diagram for GaudiHistoTool:

Collaboration graph
[legend]

List of all members.

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 &)
GaudiHistoTooloperator= (const GaudiHistoTool &)


Detailed Description

Simple class to extend the functionality of class GaudiTool.

Class is instrumented with a selection of plotting functions for easy creation of histograms.

Attention:
See the class GaudiHistos, which implements the common functionality between GaudiHistoTool and GaudiHistoAlg
Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru

Chris Jones Christopher.Rob.Jones@cern.ch

Date:
2004-06-28

Definition at line 44 of file GaudiHistoTool.h.


Constructor & Destructor Documentation

GaudiHistoTool::GaudiHistoTool ( const std::string type,
const std::string name,
const IInterface parent 
) [protected]

Standard constructor (protected).

See also:
GaudiTool

AlgTool

Parameters:
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]

destructor, virtual and protected

Definition at line 56 of file GaudiHistoTool.cpp.

00056 { }

GaudiHistoTool::GaudiHistoTool (  )  [private]

GaudiHistoTool::GaudiHistoTool ( const GaudiHistoTool  )  [private]


Member Function Documentation

StatusCode GaudiHistoTool::initialize (  )  [protected, virtual]

standard initialization method

See also:
Algorithm

IAlgorithm

Returns:
status code

Reimplemented from GaudiHistos< GaudiTool >.

Reimplemented in GaudiTupleTool, and GaudiTuples< GaudiHistoTool >.

Definition at line 62 of file GaudiHistoTool.cpp.

00063 {
00064   // initialize the base class and return
00065   return GaudiHistos<GaudiTool>::initialize();
00066 }

StatusCode GaudiHistoTool::finalize ( void   )  [protected, virtual]

standard finalization method

See also:
Algorithm

IAlgorithm

Returns:
status code

Reimplemented from GaudiHistos< GaudiTool >.

Reimplemented in GaudiTupleTool, and GaudiTuples< GaudiHistoTool >.

Definition at line 72 of file GaudiHistoTool.cpp.

00073 {
00074   // finalize the base class and return
00075   return GaudiHistos<GaudiTool>::finalize();
00076 }

GaudiHistoTool& GaudiHistoTool::operator= ( const GaudiHistoTool  )  [private]


The documentation for this class was generated from the following files:

Generated at Wed Mar 17 18:17:26 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004