#include <RootTuple.h>
Inheritance diagram for RootTuple:

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 |
|
|
Definition at line 62 of file RootTuple.cxx. |
|
|
Definition at line 19 of file RootTuple.h. |
|
|
return false when no more events.
Definition at line 144 of file RootTuple.cxx. |
|
|
Definition at line 27 of file RootTuple.h. Referenced by main(). |
|
|
override this to create from the Gaudi-style n-tuple.
Definition at line 107 of file RootTuple.cxx. |
|
|
Definition at line 32 of file RootTuple.h. |
|
|
Definition at line 31 of file RootTuple.h. |
|
|
Definition at line 29 of file RootTuple.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000