#ifndef HTOFGEANTREADER_H
#define HTOFGEANTREADER_H
#include "TTree.h"
#include "hgeantreader.h"
#include "hmatrixcategory.h"
class HGeantTof;
class HLocation;
class HTofGeantReader : public HGeantReader {
private:
TTree* t;
HMatrixCategory* fGeantTofCat;
Int_t fEventId;
public:
HTofGeantReader(void);
~HTofGeantReader(void);
Bool_t init(void);
Bool_t execute(void);
inline HMatrixCategory* getGeantTofCat(void) {return fGeantTofCat;}
inline HGeantTof* getGeantTof(HLocation locate) {
return (HGeantTof*)(fGeantTofCat->getObject(locate));
}
ClassDef(HTofGeantReader,1)
};
#endif /* !HTOFGEANTREADER_H */
Last change: Sat May 22 13:16:08 2010
Last generated: 2010-05-22 13:16
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.