Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MNewImagePar.h

    r1872 r1880  
    1111{
    1212private:
    13     const MHillas    *fHillas; //! Input parameters
    14     const MSrcPosCam *fSrcPos; //! Source position in the camera
    15 
    1613    Float_t fLeakage1;   // (photons in most outer ring of pixels) over fSize
    1714    Float_t fLeakage2;   // (photons in the 2 outer rings of pixels) over fSize
     
    2017    MNewImagePar(const char *name=NULL, const char *title=NULL);
    2118
    22     void SetSrcPos(const MSrcPosCam *pos) { fSrcPos = pos; }
    23     const MSrcPosCam *GetSrcPos() const   { return fSrcPos; }
     19    //    void SetSrcPos(MSrcPosCam *pos) { fSrcPos = pos; }
     20    //    const MSrcPosCam *GetSrcPos() const   { return fSrcPos; }
    2421
    2522    void Reset();
Note: See TracChangeset for help on using the changeset viewer.