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

writeJunkAlg Class Reference

test algorithm for the ntupleWriterSvc. More...

Inheritance diagram for writeJunkAlg:

Algorithm List of all members.

Public Methods

 writeJunkAlg (const std::string& name, ISvcLocator* pSvcLocator)
 Constructor of this form must be provided. More...

StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()

Private Attributes

std::string m_tupleName
float m_float
INTupleWriterSvcm_ntupleWriteSvc

Detailed Description

test algorithm for the ntupleWriterSvc.

This algorithm tests the creation and writing of ntuples via the ntupleWriterSvc. The output from this routine is a ROOT ntuple, containing 19 entries.

Definition at line 29 of file writeJunkAlg.cxx.


Constructor & Destructor Documentation

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

Constructor of this form must be provided.

Definition at line 52 of file writeJunkAlg.cxx.


Member Function Documentation

StatusCode writeJunkAlg::execute ( )
 

Definition at line 85 of file writeJunkAlg.cxx.

StatusCode writeJunkAlg::finalize ( )
 

Definition at line 115 of file writeJunkAlg.cxx.

StatusCode writeJunkAlg::initialize ( )
 

Definition at line 62 of file writeJunkAlg.cxx.


Member Data Documentation

float writeJunkAlg::m_float [private]
 

Definition at line 41 of file writeJunkAlg.cxx.

INTupleWriterSvc * writeJunkAlg::m_ntupleWriteSvc [private]
 

Definition at line 43 of file writeJunkAlg.cxx.

std::string writeJunkAlg::m_tupleName [private]
 

Definition at line 40 of file writeJunkAlg.cxx.


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