Changeset 4452 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 08/04/04 11:19:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCameraData.h
r4444 r4452 45 45 const MGeomCam &geom); 46 46 47 /*48 void Calc(const MCerPhotEvt &evt, const MGeomCam &geom)49 {50 CalcCleaningLevel(evt, 1, geom);51 }52 */53 47 const TArrayD &GetData() const { return fData; } 54 48 const TArrayC &GetValidity() const { return fValidity; } … … 59 53 void DrawPixelContent(Int_t num) const; 60 54 61 ClassDef(MCameraData, 2) // class for an event containing cerenkov photons55 ClassDef(MCameraData, 1) // Generalized storage class for camera data 62 56 }; 63 57
Note:
See TracChangeset
for help on using the changeset viewer.