Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RecNtupleAlg Class Reference

#include <RecNtupleAlg.h>

Inheritance diagram for RecNtupleAlg:

Algorithm List of all members.

Public Methods

 RecNtupleAlg (const std::string& name, ISvcLocator* pSvcLocator)
 Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters. More...

virtual ~RecNtupleAlg ()
 destructor. More...

StatusCode initialize ()
 open the output histo file - book the histograms. More...

StatusCode execute ()
 fill the histograms event by event. More...

StatusCode finalize ()
 close the output histo file. More...


Private Attributes

std::string m_tupleName
 name of the ntuple for i/o. More...

INTupleWriterSvc* ntupleWriteSvc
 access to our ntuple writing service. More...

ITkrGeometrySvcpGeometry
 access to the tracker geometry service. More...


Constructor & Destructor Documentation

RecNtupleAlg::RecNtupleAlg ( const std::string & name,
ISvcLocator * pSvcLocator )
 

Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters.

the constructor of converterServer will call defineConverters

Definition at line 20 of file RecNtupleAlg.cpp.

RecNtupleAlg::~RecNtupleAlg ( ) [inline, virtual]
 

destructor.

Definition at line 31 of file RecNtupleAlg.h.


Member Function Documentation

StatusCode RecNtupleAlg::execute ( )
 

fill the histograms event by event.

Definition at line 66 of file RecNtupleAlg.cpp.

StatusCode RecNtupleAlg::finalize ( )
 

close the output histo file.

Definition at line 85 of file RecNtupleAlg.cpp.

StatusCode RecNtupleAlg::initialize ( )
 

open the output histo file - book the histograms.

Definition at line 28 of file RecNtupleAlg.cpp.


Member Data Documentation

std::string RecNtupleAlg::m_tupleName [private]
 

name of the ntuple for i/o.

Definition at line 42 of file RecNtupleAlg.h.

INTupleWriterSvc * RecNtupleAlg::ntupleWriteSvc [private]
 

access to our ntuple writing service.

Definition at line 44 of file RecNtupleAlg.h.

ITkrGeometrySvc * RecNtupleAlg::pGeometry [private]
 

access to the tracker geometry service.

Definition at line 46 of file RecNtupleAlg.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:21:29 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000