Ignore:
Timestamp:
04/19/10 13:40:16 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MSignalCam.cc

    r9374 r9573  
    1818!   Author(s): Thomas Bretz, 03/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    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;              //!
    2133!
    2234!
  • trunk/MagicSoft/Mars/msignal/MSignalCam.h

    r8528 r9573  
    2020    friend class MSignalCamIter;
    2121private:
    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;              //!
    2727
    2828    Int_t         fNumPixelsSaturatedHiGain;
     
    9494    operator TIterator*() const;
    9595
    96     ClassDef(MSignalCam, 1) // class for an event containing cerenkov photons
     96    ClassDef(MSignalCam, 2) // class for an event containing cerenkov photons
    9797};
    9898
Note: See TracChangeset for help on using the changeset viewer.