ROOT logo
#ifndef HGEOMRICHHIT_H
#define HGEOMRICHHIT_H

#include "hgeomhit.h"

class HGeomRich;

class HGeomRichHit : public HGeomHit {
public:
  HGeomRichHit(HGeomRich* p=0);
  ~HGeomRichHit() {}
  Int_t getIdType();
  ClassDef(HGeomRichHit,0) // Class for RICH hit definition in GEANT
};

#endif  /* !HGEOMRICHHIT_H */
 hgeomrichhit.h:1
 hgeomrichhit.h:2
 hgeomrichhit.h:3
 hgeomrichhit.h:4
 hgeomrichhit.h:5
 hgeomrichhit.h:6
 hgeomrichhit.h:7
 hgeomrichhit.h:8
 hgeomrichhit.h:9
 hgeomrichhit.h:10
 hgeomrichhit.h:11
 hgeomrichhit.h:12
 hgeomrichhit.h:13
 hgeomrichhit.h:14
 hgeomrichhit.h:15
 hgeomrichhit.h:16