Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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 45 of file GaudiHistoTool.cpp.

00048   : GaudiHistos<GaudiTool> ( type , name , parent ) { }

GaudiHistoTool::~GaudiHistoTool (  )  [protected, virtual]

destructor, virtual and protected

Definition at line 54 of file GaudiHistoTool.cpp.

00054 { }

GaudiHistoTool::GaudiHistoTool (  )  [private]
GaudiHistoTool::GaudiHistoTool ( const GaudiHistoTool  )  [private]

Member Function Documentation

StatusCode GaudiHistoTool::finalize (  )  [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 70 of file GaudiHistoTool.cpp.

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

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 60 of file GaudiHistoTool.cpp.

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

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

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:30:44 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004