Changeset 2811 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 01/15/04 13:56:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r2810 r2811 91 91 void FillN(Int_t, const Axis_t *, const Axis_t *, const Double_t *, Int_t) {} 92 92 93 void CreateProjection();94 95 93 public: 96 94 MHCamera(); … … 194 192 195 193 TH1D *Projection(const char *name="_py") const; 196 197 // Will be removed in the future198 TH1D *GetYProj() { return fYProj; }199 TH1D *GetYProj() const { return fYProj; }200 194 201 195 //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
Note:
See TracChangeset
for help on using the changeset viewer.