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

TkrNtupleAlg Class Reference

#include <TkrNtupleAlg.h>

Inheritance diagram for TkrNtupleAlg:

Algorithm List of all members.

Public Methods

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

virtual ~TkrNtupleAlg ()
 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...


Constructor & Destructor Documentation

TkrNtupleAlg::TkrNtupleAlg ( 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 15 of file TkrNtupleAlg.cpp.

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

destructor.

Definition at line 28 of file TkrNtupleAlg.h.


Member Function Documentation

StatusCode TkrNtupleAlg::execute ( )
 

fill the histograms event by event.

Definition at line 50 of file TkrNtupleAlg.cpp.

StatusCode TkrNtupleAlg::finalize ( )
 

close the output histo file.

Definition at line 67 of file TkrNtupleAlg.cpp.

StatusCode TkrNtupleAlg::initialize ( )
 

open the output histo file - book the histograms.

Definition at line 23 of file TkrNtupleAlg.cpp.


Member Data Documentation

std::string TkrNtupleAlg::m_tupleName [private]
 

name of the ntuple for i/o.

Definition at line 39 of file TkrNtupleAlg.h.

INTupleWriterSvc * TkrNtupleAlg::ntupleWriteSvc [private]
 

access to our ntuple writing service.

Definition at line 41 of file TkrNtupleAlg.h.


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