#ifndef HSIMULGEANTREADER_H
#define HSIMULGEANTREADER_H
#include "TTree.h"
#include "hgeantreader.h"
#include "hrecevent.h"
class HLocation;
class HSimulGeantReader : public HGeantReader {
private:
Int_t fEventId;
TTree* t;
HRecEvent* fSimEv;
public:
HSimulGeantReader(void);
~HSimulGeantReader(void);
Bool_t init(void);
Bool_t execute(void);
ClassDef(HSimulGeantReader,1)
};
#endif /* !HSIMULGEANTREADER_H */
Last change: Sat May 22 13:14:19 2010
Last generated: 2010-05-22 13:14
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.