Changeset 3592
- Timestamp:
- 03/23/04 18:17:05 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3591 r3592 41 41 - fixed a bug which caused a crash when the time is not valid 42 42 43 * mhist/MHStarMap.cc :43 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc: 44 44 - fixed: v.Roatete() must be v=v.Rotate() 45 45 -
trunk/MagicSoft/Mars/mhist/MHFalseSource.cc
r3591 r3592 59 59 // TVector2 v(cx[ix], cy[iy]); //cx center of x-bin ix 60 60 // if (rho!=0) //cy center of y-bin iy 61 // v .Rotate(-rho); //image rotation angle61 // v=v.Rotate(-rho); //image rotation angle 62 62 // 63 63 // src.SetXY(v); //source position in the camera -
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
r3570 r3592 171 171 // rotate the source position by the current rotation angle 172 172 const Double_t rho = fPointPos->RotationAngle(*fObservatory); 173 v .Rotate(-rho);173 v=v.Rotate(-rho); 174 174 175 175 // Convert coordinates into camera plain (mm)
Note:
See TracChangeset
for help on using the changeset viewer.