Ignore:
Timestamp:
02/15/09 15:41:15 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHNewImagePar.h

    r9153 r9340  
    99#endif
    1010
     11class MGeomCam;
    1112class MHillas;
    1213
     
    1415{
    1516private:
     17    MGeomCam *fGeom;     //! Conversion from mm to deg
     18
    1619    TH1F fHistLeakage1;  //
    1720    TH1F fHistLeakage2;  //
     
    2730    TH1F fHistConcCOG;   // [ratio] concentration of the three pixels next to COG
    2831    TH1F fHistConcCore;  // [ratio] concentration of signals inside or touching the ellipse
    29 
    30     Float_t fMm2Deg;
    31     Bool_t  fUseMmScale;
    3232
    3333public:
     
    5858    TH1F &GetHistConcCore()  { return fHistConcCore; }
    5959
    60     void SetMmScale(Bool_t mmscale=kTRUE);
    61     virtual void SetMm2Deg(Float_t mmdeg);
    62 
    6360    void Draw(Option_t *opt="");
    6461    void Paint(Option_t *opt="");
Note: See TracChangeset for help on using the changeset viewer.