#ifndef HTOFHITFSIM_H
#define HTOFHITFSIM_H
#include "htofhitf.h"
#include "tofdef.h"
class HTofHit;
class HTofRaw;
class HCategory;
class HIterator;
class HTofHitFSim : public HTofHitF {
protected:
HTofHit *makeHit(TObject *address);
void fillHit(HTofHit *, HTofRaw *);
public:
HTofHitFSim(void);
HTofHitFSim(const Text_t* name,const Text_t* title);
~HTofHitFSim(void);
Bool_t init();
ClassDef(HTofHitFSim,0)
};
#endif /* !HTOFHITFSIM_H */
Last change: Sat May 22 13:16:14 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.