Changeset 6855 for trunk/MagicSoft/Mars/mimage/MConcentration.h
- Timestamp:
- 03/18/05 17:21:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MConcentration.h
r4710 r6855 8 8 class MHillas; 9 9 class MGeomCam; 10 class M CerPhotEvt;10 class MSignalCam; 11 11 12 12 class MConcentration : public MParContainer … … 20 20 void Reset(); 21 21 22 Int_t Calc(const MGeomCam &geom, const M CerPhotEvt&pix, const MHillas &hil);22 Int_t Calc(const MGeomCam &geom, const MSignalCam &pix, const MHillas &hil); 23 23 24 24 void Print(Option_t *opt=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.