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