Ignore:
Timestamp:
01/15/04 13:56:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r2810 r2811  
    9191    void  FillN(Int_t, const Axis_t *, const Axis_t *, const Double_t *, Int_t) {}
    9292
    93     void CreateProjection();
    94    
    9593public:
    9694    MHCamera();
     
    194192
    195193    TH1D    *Projection(const char *name="_py") const;
    196 
    197     // Will be removed in the future
    198     TH1D    *GetYProj()          { return fYProj;  }
    199     TH1D    *GetYProj() const    { return fYProj;  }
    200194
    201195    //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
Note: See TracChangeset for help on using the changeset viewer.