Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Protected Member Functions | Private Member Functions

GaudiTupleTool Class Reference

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

#include <GaudiAlg/GaudiTupleTool.h>

Inheritance diagram for GaudiTupleTool:
Inheritance graph
[legend]
Collaboration diagram for GaudiTupleTool:
Collaboration graph
[legend]

List of all members.

Protected Member Functions

 GaudiTupleTool (const std::string &type, const std::string &name, const IInterface *parent)
 standard constructor
virtual ~GaudiTupleTool ()
 destructor
virtual StatusCode initialize ()
 standard initialization method
virtual StatusCode finalize ()
 standard finalization method

Private Member Functions

 GaudiTupleTool ()
 default constructor is disabled
 GaudiTupleTool (const GaudiTupleTool &)
 copy constructor is disabled
GaudiTupleTooloperator= (const GaudiTupleTool &)
 assignment operator is disabled

Detailed Description

Simple class to extend the functionality of class GaudiHistoTool.

Class is instrumented with few methods for dealing with N-tuples and Event Tag collections

Attention:
See the class GaudiTuples, which implements the common functionality between GaudiTupleTool and GaudiTupleAlg
Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru
Chris Jones Christopher.Rob.Jones@cern.ch
Date:
2004-06-28

Definition at line 43 of file GaudiTupleTool.h.


Constructor & Destructor Documentation

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

standard constructor

See also:
GaudiTool
AlgTool
Parameters:
typetool type
nametool name
parentpointer to the parent component

Definition at line 30 of file GaudiTupleTool.cpp.

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

destructor

Definition at line 39 of file GaudiTupleTool.cpp.

{ }
GaudiTupleTool::GaudiTupleTool (  ) [private]

default constructor is disabled

GaudiTupleTool::GaudiTupleTool ( const GaudiTupleTool  ) [private]

copy constructor is disabled


Member Function Documentation

StatusCode GaudiTupleTool::finalize (  ) [protected, virtual]

standard finalization method

See also:
Algorithm
IAlgorithm
Returns:
status code

Reimplemented from GaudiTuples< GaudiHistoTool >.

Definition at line 55 of file GaudiTupleTool.cpp.

{
  // finalize the base class and return
  return GaudiTuples<GaudiHistoTool>::finalize();
}
StatusCode GaudiTupleTool::initialize (  ) [protected, virtual]

standard initialization method

See also:
Algorithm
IAlgorithm
Returns:
status code

Reimplemented from GaudiTuples< GaudiHistoTool >.

Definition at line 45 of file GaudiTupleTool.cpp.

{
  // initialize the base class and return
  return GaudiTuples<GaudiHistoTool>::initialize();
}
GaudiTupleTool& GaudiTupleTool::operator= ( const GaudiTupleTool  ) [private]

assignment operator is disabled


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 Thu Jun 28 2012 23:27:39 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004