Changeset 7145 for trunk/MagicSoft/Mars
- Timestamp:
- 06/10/05 15:22:12 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7143 r7145 87 87 * mpointing/Makefile, mpointing/PointingLinkDef.h: 88 88 - added MSrcPosCorrect 89 90 * mhflux/MHDisp.cc: 91 - fixed the scaling of the abs-limit of m3l above which 92 we assume that the 3rd moment is a good measurement for the 93 correct disp point 89 94 90 95 -
trunk/MagicSoft/Mars/mhflux/MHDisp.cc
r7142 r7145 181 181 // position. This can only be the case if the third moment 182 182 // has a value higher than the absolute cut value. 183 if (TMath::Abs(fHilExt->GetM3Long() ) > fM3lCut)183 if (TMath::Abs(fHilExt->GetM3Long()*fMm2Deg) > fM3lCut) 184 184 { 185 185 // Because at one position the event is considered a gamma
Note:
See TracChangeset
for help on using the changeset viewer.