Changeset 2810 for trunk/MagicSoft/Mars/mhist/MHCamera.h
- Timestamp:
- 01/15/04 12:14:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r2761 r2810 44 44 Bool_t fFreezed; //! Just a dummy!!!! ([Set,Is]Freezed) 45 45 46 // Will be removed in the future 46 47 TH1D *fYProj; //! Y-Projection of the histogram (does not exist in ROOT) 47 48 … … 192 193 UInt_t GetNumPixels() const; 193 194 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 197 201 //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; } 198 202
Note:
See TracChangeset
for help on using the changeset viewer.