StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StarGenEventReader.cxx
1 #include "StarGenEventReader.h"
2 #include "TTree.h"
3 
5 {
6  return kStOK;
7 };
8 
10 {
11  if ( mInputTree ) mInputTree -> GetEntry( mEntry++ );
12  if ( IAttr("debug") ) mEvent->Print();
13  return kStOK;
14 };
void Print(const Option_t *opts="head") const
StarGenEvent * mEvent
Generated event.
TTree * mInputTree
Pointer to the tree for reading in events.
Definition: Stypes.h:40