Changeset 3593 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/23/04 19:57:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHFalseSource.cc
r3592 r3593 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=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 … … 357 357 TVector2 v(cx[ix], cy[iy]); 358 358 if (rho!=0) 359 v=v.Rotate( -rho);359 v=v.Rotate(rho); 360 360 361 361 if (!fUseMmScale)
Note:
See TracChangeset
for help on using the changeset viewer.