Changeset 1621 for trunk/MagicSoft/Simulation/Detector/ReflectorII/ph2cph.c
- Timestamp:
- 11/15/02 12:37:59 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/ph2cph.c
r1614 r1621 651 651 */ 652 652 653 phi = (float) asin(rreflCT[2]); 653 /* AM, 15/11/2002: changed sign to get the angle between photon trajectory 654 * and camera plane positive! This had to be changed because now the vector 655 * indicating the reflected photon direction has the opposite sign! 656 */ 657 658 phi = (float) -asin(rreflCT[2]); 654 659 655 660 /*
Note:
See TracChangeset
for help on using the changeset viewer.