- Timestamp:
- 01/23/04 16:50:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2892 r2894 15 15 - changed MReportFileRead such, that a wrong line results in 16 16 skipping the line instead of abort reading. 17 18 * manalysis/MExtractSignal.cc: 19 - do not print information for each pixel - it's too much. 20 21 * mbase/MStatusDisplay.cc: 22 - when reading a status display do not display tabs with 23 the same name than one which is already existing. 24 25 * mcalib/MCalibrate.cc: 26 - directly store pointer to pixel when setting saturation flag 27 28 * mcamera/MCameraDC.cc: 29 - fixed some comments 30 31 * mhist/MHCamEvent.cc: 32 - fixed a crash when no geometry was available 33 34 * mhist/MHCamera.[h,cc]: 35 - removed obsolete member function SetPix 17 36 18 37 -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2819 r2894 1216 1216 // ------------------------------------------------------------------------ 1217 1217 // 1218 // Function introduced (31-01-03) WILL BE REMOVED IN THE FUTURE! DON'T1219 // USE IT!1220 //1221 void MHCamera::SetPix(const Int_t idx, const Int_t color, Float_t min, Float_t max)1222 {1223 fArray[idx+1] = color;1224 SetUsed(idx);1225 }1226 1227 // ------------------------------------------------------------------------1228 //1229 1218 // 1230 1219 Int_t MHCamera::GetPixelIndex(Int_t px, Int_t py) const -
trunk/MagicSoft/Mars/mhist/MHCamera.h
r2819 r2894 178 178 Bool_t IsFreezed() const { return TestBit(kFreezed); } 179 179 //void SetOptStat(Int_t os=-1) { fOptStat = os; } // *MENU* 180 181 void SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max); // New function added by M.Lopez in 31-01-03182 180 183 181 void AddNotify(const MCamEvent &event) { fNotify->Add((TObject*)(&event)); }
Note:
See TracChangeset
for help on using the changeset viewer.