Changeset 9316 for trunk/MagicSoft/Mars/mhist/MHCamera.h
- Timestamp:
- 02/11/09 12:17:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r9308 r9316 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.6 7 2009-02-09 11:30:53 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.68 2009-02-11 12:17:43 tbretz Exp $ 3 3 \* ======================================================================== */ 4 4 #ifndef MARS_MHCamera … … 80 80 void Update(Bool_t islog, Bool_t isbox, Bool_t iscol, Bool_t issame); 81 81 void UpdateLegend(Float_t min, Float_t max, Bool_t islog); 82 void SetRange();83 82 84 83 TPaveStats *GetStatisticBox(); … … 231 230 TObject *DrawClone(Option_t *option="") const; 232 231 void DrawProjection (Int_t fit=0) const; 233 void DrawRadialProfile() const;234 void DrawAzimuthProfile() const;232 // void DrawRadialProfile() const; 233 // void DrawAzimuthProfile() const; 235 234 236 235 void SavePrimitive(ostream &out, Option_t *); … … 320 319 321 320 void CamDraw(TCanvas &c, const Int_t x, const Int_t y, 322 const Int_t fit, const Int_t rad=0, const Int_t azi=0,321 const Int_t fit, /*const Int_t rad=0, const Int_t azi=0,*/ 323 322 TObject *notify=NULL); 324 323
Note:
See TracChangeset
for help on using the changeset viewer.