Changeset 7145 for trunk/MagicSoft/Mars/mhflux/MHDisp.cc
- Timestamp:
- 06/10/05 15:22:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.