//*-- AUTHOR : Ilse Koenig //*-- Created : 01/08/2003 ///////////////////////////////////////////////////////////// // HGeoRichHit // // Class for RICH hit definition in GEANT // ///////////////////////////////////////////////////////////// #include "hgeorichhit.h" #include "hgeorich.h" ClassImp(HGeoRichHit) HGeoRichHit::HGeoRichHit(HGeoRich* p) : HGeoHit(p) { // Constructor } Int_t HGeoRichHit::getIdType() { // Returns the idType return 1; }