Changeset 437 for trunk/MagicSoft/Simulation/Detector/Reflector
- Timestamp:
- 10/24/00 15:30:07 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx
r349 r437 20 20 // 21 21 // $RCSfile: reflector.cxx,v $ 22 // $Revision: 1.1 0$23 // $Author: harald$24 // $Date: 2000- 01-31 20:53:57 $22 // $Revision: 1.11 $ 23 // $Author: magicsol $ 24 // $Date: 2000-10-24 14:30:07 $ 25 25 // 26 26 //////////////////////////////////////////////////////////////////////// … … 1528 1528 1529 1529 // read photon data from the file 1530 1530 1531 1531 photon.read( cerfile ); 1532 1532 … … 1584 1584 // FILTER No. 2: REFLECTIVITY R(lambda) 1585 1585 //-- 1586 1587 // If photon has a larger wl than the largest in Reflectivity 1588 // array then it is skiped. 1589 1590 if (wl>Reflectivity[0][nReflectivity-1]) continue; 1586 1591 1587 1592 // find data point to be used in Lagrange interpolation (-> k) … … 2077 2082 cout.write ( (char *)&cphoton, cphoton.mysize() ); 2078 2083 else 2079 2084 cphoton.write( outputfile ); 2080 2085 2081 2086 // increase number of Cphotons written … … 3563 3568 // 3564 3569 // $Log: not supported by cvs2svn $ 3570 // Revision 1.10 2000/01/31 20:53:57 harald 3571 // A smaller change concerning the random pointing. I got from Jose Carlos 3572 // the information: 3573 // 3574 // >>The point was that the get_new_ct_pointing routine now generates 3575 // >>the right coordinates randomly from the original direction with 3576 // >>a maximum deviatiation given by the user, but this new directions 3577 // >>were not uniformly distributed. Now they are !! 3578 // 3579 // need to be check soon!! 3580 // 3565 3581 // Revision 1.9 2000/01/28 09:19:54 harald 3566 3582 // A new version from JoseCarlosGonzalez. The old routine for random_pointing
Note:
See TracChangeset
for help on using the changeset viewer.