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

RootTuple Class Reference

#include <RootTuple.h>

Inheritance diagram for RootTuple:

Tuple List of all members.

Public Methods

 RootTuple (std::string title, std::string file, std::string treeName)
 ~RootTuple ()
const TupleItem* tupleItem (const std::string& name) const
 override this to create from the Gaudi-style n-tuple. More...

bool nextEvent ()
 return false when no more events. More...

int numEvents ()

Private Attributes

TTree* m_tree
int m_numEvents
int m_event

Constructor & Destructor Documentation

RootTuple::RootTuple ( std::string title,
std::string file,
std::string treeName )
 

Definition at line 62 of file RootTuple.cxx.

RootTuple::~RootTuple ( ) [inline]
 

Definition at line 19 of file RootTuple.h.


Member Function Documentation

bool RootTuple::nextEvent ( )
 

return false when no more events.

Definition at line 144 of file RootTuple.cxx.

int RootTuple::numEvents ( ) [inline]
 

Definition at line 27 of file RootTuple.h.

Referenced by main().

const TupleItem * RootTuple::tupleItem ( const std::string & name ) const
 

override this to create from the Gaudi-style n-tuple.

Definition at line 107 of file RootTuple.cxx.


Member Data Documentation

int RootTuple::m_event [private]
 

Definition at line 32 of file RootTuple.h.

int RootTuple::m_numEvents [private]
 

Definition at line 31 of file RootTuple.h.

TTree * RootTuple::m_tree [private]
 

Definition at line 29 of file RootTuple.h.


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