Changeset 4300 for trunk/MagicSoft/Mars/mhist/MHCamera.h
- Timestamp:
- 06/17/04 10:18:24 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.