Changeset 4300 for trunk/MagicSoft
- Timestamp:
- 06/17/04 10:18:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4299 r4300 22 22 23 23 * mhist/MHCamera.h 24 - make SetUsed() public. Like this, it ispossible to use the24 - make SetUsed() and Fill(x,w) public. It is now possible to use the 25 25 Fill-function together with the SetUsed(idx), when no 26 26 SetCamContent(...) is available. 27 (Default of the Fill-function was always to have all pixels28 not-used).27 Previously, only a Fill(x,y,w) was public, with x and y positions 28 in the camera. 29 29 30 30 -
trunk/MagicSoft/Mars/mhist/MHCamera.h
r4299 r4300 103 103 104 104 Int_t Fill(Axis_t x); 105 Int_t Fill(Axis_t x, Stat_t w);106 105 Int_t Fill(const char *name, Stat_t w) { return -1; } 107 106 void FillN(Int_t ntimes, const Axis_t *x, const Double_t *w, Int_t stride=1) {} … … 120 119 121 120 Int_t Fill(Axis_t x, Axis_t y, Stat_t w); 121 Int_t Fill(Axis_t x, Stat_t w); 122 122 123 123 //void AddPixContent(Int_t idx) const { AddBinContent(idx+1); }
Note:
See TracChangeset
for help on using the changeset viewer.