ROOT logo
#ifndef HGEOMFWALLHIT_H
#define HGEOMFWALLHIT_H

#include "hgeomhit.h"

class HGeomFWall;

class HGeomFWallHit : public HGeomHit {
public:
  HGeomFWallHit(HGeomFWall* p=0);
  ~HGeomFWallHit() {}
  Int_t getIdType();
  ClassDef(HGeomFWallHit,0) // Class for hit definition of Forward Wall in GEANT
};

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