#ifndef HMDCIDEALCLASSES_H
#define HMDCIDEALCLASSES_H
#include "hmdchitsim.h"
#include "hmdcsegsim.h"
#include "hmdctrkcand.h"
class HMdcHitIdeal : public HMdcHitSim {
public:
ClassDef(HMdcHitIdeal,1)
};
class HMdcSegIdeal : public HMdcSegSim {
public:
ClassDef(HMdcSegIdeal,1)
};
class HMdcTrkCandIdeal : public HMdcTrkCand {
public:
ClassDef(HMdcTrkCandIdeal,1)
};
#endif /* HMDCIDEALCLASSES_H */
Last change: Sat May 22 13:03:22 2010
Last generated: 2010-05-22 13:03
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.