#ifndef HTOFCLUSTERFSIM_H
#define HTOFCLUSTERFSIM_H
#include "htofclusterf.h"
#include "tofdef.h"
class HTofCluster;
class HTofHit;
class HCategory;
class HIterator;
class HTofClusterFSim : public HTofClusterF {
public:
HTofClusterFSim(void) { }
HTofClusterFSim(const Text_t* name,const Text_t* title) : HTofClusterF(name,title) { }
~HTofClusterFSim(void);
Bool_t init();
Int_t execute();
ClassDef(HTofClusterFSim,0)
};
#endif /* !HTOFCLUSTERFSIM_H */
Last change: Sat May 22 13:15:56 2010
Last generated: 2010-05-22 13:15
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.