#ifndef HGEOMDCHIT_H #define HGEOMDCHIT_H #include "hgeohit.h" class HGeoMdc; class HGeoMdcHit : public HGeoHit { public: HGeoMdcHit(HGeoMdc* p=0); ~HGeoMdcHit() {} Int_t getIdType(); ClassDef(HGeoMdcHit,0) // Class for MDC hit definition in GEANT }; #endif /* !HGEOMDCHIT_H */