#ifndef HGEOTOFHIT_H #define HGEOTOFHIT_H #include "hgeohit.h" class HGeoTof; class HGeoTofHit : public HGeoHit { public: HGeoTofHit(HGeoTof* p=0); ~HGeoTofHit() {} Int_t getIdType(); ClassDef(HGeoTofHit,0) // Class for TOF/TOFINO hit definition in GEANT }; #endif /* !HGEOTOFHIT_H */