Ignore:
Timestamp:
01/15/04 12:14:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2761 r2810  
    4444    Bool_t         fFreezed;     //! Just a dummy!!!! ([Set,Is]Freezed)
    4545
     46    // Will be removed in the future
    4647    TH1D          *fYProj;       //! Y-Projection of the histogram (does not exist in ROOT)
    4748   
     
    192193    UInt_t   GetNumPixels() const;
    193194
    194     TH1D     *GetYProj()          { return fYProj;  }
    195     TH1D     *GetYProj() const    { return fYProj;  }
    196    
     195    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;  }
     200
    197201    //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
    198202
Note: See TracChangeset for help on using the changeset viewer.