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/MHHillas.h

    r9153 r9340  
    1414{
    1515private:
     16    MGeomCam *fGeomCam; //! Camera geometry for plots (for the moment this is a feature for a loop only!)
    1617
    1718    TH1F *fLength;  //-> Length
     
    2425    TH2F *fCenter;  //-> Center
    2526
    26     MGeomCam *fGeomCam; //! Camera geometry for plots (for the moment this is a feature for a loop only!)
    27 
    28     Float_t fMm2Deg;
    29     Bool_t  fUseMmScale;
    30 
    3127    void Paint(Option_t *opt="");
    3228
     
    3430    MHHillas(const char *name=NULL, const char *title=NULL);
    3531    ~MHHillas();
    36 
    37     void SetMmScale(Bool_t mmscale=kTRUE);
    38     virtual void SetMm2Deg(Float_t mmdeg);
    3932
    4033    Bool_t SetupFill(const MParList *pList);
Note: See TracChangeset for help on using the changeset viewer.