ROOT logo
#ifndef HGEOMSTARTHIT_H
#define HGEOMSTARTHIT_H

#include "hgeomhit.h"

class HGeomStart;

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

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