Changeset 3592


Ignore:
Timestamp:
03/23/04 18:17:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3591 r3592  
    4141     - fixed a bug which caused a crash when the time is not valid
    4242
    43    * mhist/MHStarMap.cc:
     43   * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
    4444     - fixed: v.Roatete() must be v=v.Rotate()
    4545
  • trunk/MagicSoft/Mars/mhist/MHFalseSource.cc

    r3591 r3592  
    5959//            TVector2 v(cx[ix], cy[iy]); //cx center of x-bin ix
    6060//            if (rho!=0)                 //cy center of y-bin iy
    61 //                v.Rotate(-rho);         //image rotation angle
     61//                v=v.Rotate(-rho);         //image rotation angle
    6262//
    6363//            src.SetXY(v);               //source position in the camera
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc

    r3570 r3592  
    171171    // rotate the source position by the current rotation angle
    172172    const Double_t rho = fPointPos->RotationAngle(*fObservatory);
    173     v.Rotate(-rho);
     173    v=v.Rotate(-rho);
    174174
    175175    // Convert coordinates into camera plain (mm)
Note: See TracChangeset for help on using the changeset viewer.