Changeset 2442 for trunk


Ignore:
Timestamp:
10/29/03 15:10:46 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2440 r2442  
    1010     - do not remove itself from the tasklist, but check
    1111       the file type for each file again.
     12     - added const-qualifiers in the class header
    1213       
    13    * manalysis/MMcPedestalNSBAdd.cc:
     14   * manalysis/MMcPedestalNSBAdd.[h,cc]:
    1415     - don't do something if camera file version is < 0.7
    1516     - do not remove itself from the tasklist, but check
    1617       the file type for each file again.
     18     - added const-qualifiers in the class header
    1719     
    1820   * mgui/MCamEvent.cc:
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.h

    r2206 r2442  
    1313{
    1414private:
    15     const MGeomCam *fGeom;
    16     MMcFadcHeader  *fFadc;
    17     MPedestalCam   *fPedCam;
     15    const MGeomCam      *fGeom;
     16    const MMcFadcHeader *fFadc;
     17
     18    MPedestalCam *fPedCam;
    1819
    1920    Float_t fDnsbPixel;
    2021
     22    Bool_t CheckCamVersion(MParList *pList) const;
    2123    Bool_t CheckRunType(MParList *pList) const;
     24
    2225    Float_t GetDnsb(MParList *pList) const;
    23     Int_t PreProcess(MParList *pList);
     26
     27    Int_t  PreProcess(MParList *pList);
    2428    Bool_t ReInit(MParList *pList);
    2529
Note: See TracChangeset for help on using the changeset viewer.