#ifndef HMDCIDEALCLASSES_H
#define HMDCIDEALCLASSES_H

#include "hmdchitsim.h"
#include "hmdcsegsim.h"
#include "hmdctrkcand.h"

class HMdcHitIdeal : public HMdcHitSim {
  public:
  ClassDef(HMdcHitIdeal,1) // simulated hit on a MDC
};

class HMdcSegIdeal : public HMdcSegSim {
  public:
  ClassDef(HMdcSegIdeal,1) // simulated segment on a MDC
};
class HMdcTrkCandIdeal : public HMdcTrkCand {
  public:
  ClassDef(HMdcTrkCandIdeal,1) // simulated track candidate on a MDC
};

#endif  /* HMDCIDEALCLASSES_H */

Last change: Sat May 22 13:02:23 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.