Changeset 7829 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/01/06 14:13:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r7822 r7829 1278 1278 Stat_t MHCamera::GetBinContent(Int_t bin) const 1279 1279 { 1280 if (fBuffer) ((T Profile*)this)->BufferEmpty();1280 if (fBuffer) ((TH1D*)this)->BufferEmpty(); 1281 1281 if (bin < 0) bin = 0; 1282 1282 if (bin >= fNcells) bin = fNcells-1;
Note:
See TracChangeset
for help on using the changeset viewer.