Changeset 2811
- Timestamp:
- 01/15/04 13:56:14 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2809 r2811 4 4 5 5 -*-*- 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 6 13 7 14 2004/01/15: Thomas Bretz -
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.