#ifndef HGEOMFRPCHIT_H #define HGEOMFRPCHIT_H #include "hgeomhit.h" class HGeomFRpc; class HGeomFRpcHit : public HGeomHit { public: HGeomFRpcHit(HGeomFRpc* p = 0); ~HGeomFRpcHit() {} Int_t getIdType(); ClassDef(HGeomFRpcHit, 0) // Class for the GEANT hit definition of the new forward detector }; #endif /* !HGEOMFRPCHIT_H */