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