Changeset 4454 for trunk/MagicSoft
- Timestamp:
- 08/04/04 11:22:04 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4453 r4454 38 38 - removed the MBlind* entries 39 39 40 * mmain/MEventDisplay.cc :40 * mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc: 41 41 - removed usage of MBlind* 42 42 -
trunk/MagicSoft/Mars/manalysis/MCameraData.cc
r4453 r4454 181 181 // 182 182 const UInt_t aidx = geom[idx].GetAidx(); 183 const Float_t ratio = cam.GetArea(aidx).GetRms()/ noise0;183 const Float_t ratio = cam.GetArea(aidx).GetRms()/anoise0; 184 184 185 185 fData[idx] = pix.GetNumPhotons() * geom.GetPixRatio(idx) * ratio / noise; -
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r2781 r4454 201 201 MMcPedestalNSBAdd pdnsb; 202 202 MCerPhotCalc ncalc; 203 MBlindPixelCalc blind;203 //MBlindPixelCalc blind; 204 204 MHillasCalc hcalc; 205 205 MHillasSrcCalc csrc1; … … 225 225 tlist.AddToList(&ncalc); 226 226 tlist.AddToList(fImgClean); 227 tlist.AddToList(&blind);227 //tlist.AddToList(&blind); 228 228 tlist.AddToList(&hcalc); 229 229 tlist.AddToList(&csrc1);
Note:
See TracChangeset
for help on using the changeset viewer.