Changeset 2811


Ignore:
Timestamp:
01/15/04 13:56:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2809 r2811  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/15: Markus Gaug
     8
     9   * mhist/MHCamera.[h,cc]
     10     - incorporate Thomas's changes
     11     - replace void CreateProjection() by TH1D *Projection(const char*)
     12
    613
    714 2004/01/15: Thomas Bretz
  • 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.