# ifndef HMDCHITFSIM_H
# define HMDCHITFSIM_H
# include "hmdchitf.h"
class HMdcHitFSim : public HMdcHitF{
public:
HMdcHitFSim(void) : HMdcHitF(){;}
HMdcHitFSim(const Text_t* name,const Text_t* title) : HMdcHitF(name,title){;}
private:
virtual const Text_t *getCalHitClassName(void) { return "HMdcCal3Sim"; }
void buildList(void);
ClassDef(HMdcHitFSim,1)
};
# endif /* HMDCHITFSIM_H */
Last change: Sat May 22 13:02:22 2010
Last generated: 2010-05-22 13:02
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.