ROOT logo
#ifndef HGEOMRPCHIT_H
#define HGEOMRPCHIT_H

#include "hgeomhit.h"

class HGeomRpc;

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

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