Changeset 2894 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 01/23/04 16:50:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.