Changeset 2849 for trunk/MagicSoft/Mars/mimage/MNewImagePar.h
- Timestamp:
- 01/19/04 15:46:56 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MNewImagePar.h
r2026 r2849 22 22 Short_t fNumCorePixels; // number of core pixels 23 23 24 Short_t fNumSaturatedPixels; // number of saturated pixels 25 24 26 public: 25 27 MNewImagePar(const char *name=NULL, const char *title=NULL); … … 36 38 Int_t GetNumCorePixels() const { return fNumCorePixels; } 37 39 40 Short_t GetNumSaturatedPixels() const { return fNumSaturatedPixels; } 41 38 42 void Print(Option_t *opt=NULL) const; 39 43 … … 41 45 const MHillas &hillas); 42 46 43 ClassDef(MNewImagePar, 1) // Container to hold new image parameters47 ClassDef(MNewImagePar, 2) // Container to hold new image parameters 44 48 }; 45 49
Note:
See TracChangeset
for help on using the changeset viewer.