#ifndef HGEOMRICHHIT_H
#define HGEOMRICHHIT_H
#include "hgeomhit.h"
class HGeomRich;
class HGeomRichHit : public HGeomHit {
public:
HGeomRichHit(HGeomRich* p=0);
~HGeomRichHit() {}
Int_t getIdType();
ClassDef(HGeomRichHit,0)
};
#endif /* !HGEOMRICHHIT_H */
Last change: Sat May 22 12:56:32 2010
Last generated: 2010-05-22 12:56
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.