HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hgeommdchit.h
Go to the documentation of this file.
1 #ifndef HGEOMMDCHIT_H
2 #define HGEOMMDCHIT_H
3 
4 #include "hgeomhit.h"
5 
6 class HGeomMdc;
7 
8 class HGeomMdcHit : public HGeomHit {
9 public:
10  HGeomMdcHit(HGeomMdc* p=0);
12  Int_t getIdType();
13  ClassDef(HGeomMdcHit,0) // Class for MDC hit definition in GEANT
14 };
15 
16 #endif /* !HGEOMMDCHIT_H */
Int_t getIdType()
Definition: hgeommdchit.cc:22
HGeomMdcHit(HGeomMdc *p=0)