Ignore:
Timestamp:
10/29/03 15:10:46 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.