Changeset 349 for trunk/MagicSoft/Simulation/Detector/Reflector
- Timestamp:
- 01/31/00 20:53:57 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx
r348 r349 20 20 // 21 21 // $RCSfile: reflector.cxx,v $ 22 // $Revision: 1. 9$22 // $Revision: 1.10 $ 23 23 // $Author: harald $ 24 // $Date: 2000-01- 28 09:19:54$24 // $Date: 2000-01-31 20:53:57 $ 25 25 // 26 26 //////////////////////////////////////////////////////////////////////// … … 3525 3525 // using this option 3526 3526 3527 it = RandomNumber * range;3527 it = acos(cos(range) + RandomNumber * (1 - cos(range))); 3528 3528 ip = RandomNumber * 2.0 * M_PI; 3529 3529 … … 3563 3563 // 3564 3564 // $Log: not supported by cvs2svn $ 3565 // Revision 1.9 2000/01/28 09:19:54 harald 3566 // A new version from JoseCarlosGonzalez. The old routine for random_pointing 3567 // was not correct. This one should be okay!! 3568 // 3565 3569 // Revision 1.20 2000/01/27 10:47:54 gonzalez 3566 3570 // JAN2000-STABLE
Note:
See TracChangeset
for help on using the changeset viewer.