|
|
#ifndef _ArichHit_hh_ #define _ArichHit_hh_ #includeclass ArichHit{ public: ArichHit(); ~ArichHit(); Hep3Vector fPosition; // Position of the hit HepDouble utez; void Set(Hep3Vector r); friend std::ostream& operator<< (std::ostream& o, ArichHit& d); private: HepDouble fx,fy; HepInt fIx,fIy; }; inline ArichHit::ArichHit(){} inline ArichHit::~ArichHit(){} #endif
Generated by: rok on f9pc43.ijs.si on Wed Jun 18 12:02:34 2003, using kdoc 2.0a54. |