Gaudi Framework, version v21r9

Home   Generated: 3 May 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 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::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 }

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

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

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


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

Generated at Mon May 3 12:24:32 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004