Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Protected Member Functions | Private Member Functions

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:
typetool type (useless)
nametool name
parentpointer to parent object (service, algorithm or tool)

Definition at line 45 of file GaudiHistoTool.cpp.

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

destructor, virtual and protected

Definition at line 54 of file GaudiHistoTool.cpp.

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

Member Function Documentation

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.

{
  // finalize the base class and return
  return GaudiHistos<GaudiTool>::finalize();
}
StatusCode GaudiHistoTool::initialize ( void   ) [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.

{
  // initialize the base class and return
  return GaudiHistos<GaudiTool>::initialize();
}
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 Fri Sep 2 2011 16:25:24 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004