#ifndef HDIHITMATCHSIM_H
#define HDIHITMATCHSIM_H
#include "hdihitmatch.h"
class HHitMatchSim;
class HDiHitMatchSim: public HDiHitMatch {
protected:
public:
HDiHitMatchSim();
HDiHitMatchSim(HHitMatchSim*, HHitMatchSim*){};
virtual ~HDiHitMatchSim();
HDiHitMatchSim(const HDiHitMatchSim& source);
virtual HDiHitMatchSim& operator=(const HDiHitMatchSim& source);
void resetSim();
void dumpToStdoutSim();
ClassDef(HDiHitMatchSim,1)
};
#endif // HDIHITMATCHSIM_H
Last change: Sat May 22 12:54:45 2010
Last generated: 2010-05-22 12:54
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.