ROOT logo
#ifndef HGEOMTOFHIT_H
#define HGEOMTOFHIT_H

#include "hgeomhit.h"

class HGeomTof;

class HGeomTofHit : public HGeomHit {
public:
  HGeomTofHit(HGeomTof* p=0);
  ~HGeomTofHit() {}
  Int_t getIdType();
  ClassDef(HGeomTofHit,0) // Class for TOF/TOFINO hit definition in GEANT
};

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