Changeset 6855 for trunk/MagicSoft/Mars/mimage/MHillas.h
- Timestamp:
- 03/18/05 17:21:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillas.h
r6350 r6855 10 10 11 11 class MGeomCam; 12 class M CerPhotEvt;12 class MSignalCam; 13 13 14 14 class MHillas : public MParContainer … … 31 31 void Reset(); 32 32 33 Int_t Calc(const MGeomCam &geom, const M CerPhotEvt&pix, Int_t island=-1);33 Int_t Calc(const MGeomCam &geom, const MSignalCam &pix, Int_t island=-1); 34 34 35 35 void Print(const MGeomCam &geom) const;
Note:
See TracChangeset
for help on using the changeset viewer.