Changeset 4453
- Timestamp:
- 08/04/04 11:20:27 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4452 r4453 37 37 * manalysis/Makefile, manalysis/AnalysisLinkDef.h: 38 38 - removed the MBlind* entries 39 40 * mmain/MEventDisplay.cc: 41 - removed usage of MBlind* 39 42 40 43 * merpp.cc: -
trunk/MagicSoft/Mars/manalysis/MCameraData.cc
r4450 r4453 169 169 170 170 const Int_t idx = pix.GetPixId(); 171 const Float_t noi de = cam[idx].GetRms();171 const Float_t noise = cam[idx].GetRms(); 172 172 173 173 if (noise<=0) // fData[idx]=0, fValidity[idx]=0
Note:
See TracChangeset
for help on using the changeset viewer.