Changeset 9573 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 04/19/10 13:40:16 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MSignalCam.cc
r9374 r9573 18 18 ! Author(s): Thomas Bretz, 03/2005 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2007 20 ! Copyright: MAGIC Software Development, 2000-2010 21 ! 22 ! Version 2: 23 ! ---------- 24 ! 25 ! Made persistent (the correct contets is not guranteed, because it is 26 ! calculated from the outside (e.g. in MImgCleanStd)) 27 ! 28 ! Short_t fNumIslands; //! 29 ! Short_t fNumSinglePixels; //! 30 ! Float_t fSizeSinglePixels; //! 31 ! Float_t fSizeSubIslands; //! 32 ! Float_t fSizeMainIsland; //! 21 33 ! 22 34 ! -
trunk/MagicSoft/Mars/msignal/MSignalCam.h
r8528 r9573 20 20 friend class MSignalCamIter; 21 21 private: 22 Short_t fNumIslands; 23 Short_t fNumSinglePixels; 24 Float_t fSizeSinglePixels; 25 Float_t fSizeSubIslands; 26 Float_t fSizeMainIsland; 22 Short_t fNumIslands; //! 23 Short_t fNumSinglePixels; //! 24 Float_t fSizeSinglePixels; //! 25 Float_t fSizeSubIslands; //! 26 Float_t fSizeMainIsland; //! 27 27 28 28 Int_t fNumPixelsSaturatedHiGain; … … 94 94 operator TIterator*() const; 95 95 96 ClassDef(MSignalCam, 1) // class for an event containing cerenkov photons96 ClassDef(MSignalCam, 2) // class for an event containing cerenkov photons 97 97 }; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.