Changeset 347
- Timestamp:
- 01/28/00 08:59:49 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx
r346 r347 20 20 // 21 21 // $RCSfile: reflector.cxx,v $ 22 // $Revision: 1. 7$23 // $Author: blanch$24 // $Date: 2000-01-2 5 16:25:09 $22 // $Revision: 1.8 $ 23 // $Author: harald $ 24 // $Date: 2000-01-28 08:59:49 $ 25 25 // 26 26 //////////////////////////////////////////////////////////////////////// … … 1440 1440 1441 1441 mcevth.put_times ( stat.get_tfirst(), stat.get_tlast() ); 1442 1442 1443 1443 // get direction where the CT is pointing to 1444 1444 // (or, better, from when the shower is coming from) … … 1990 1990 SQR(xm[1] - xcut[1]) + 1991 1991 SQR(xm[2] - xcut[2]) ) / Speed_of_Light_air_cmns); 1992 // add path from the mirror till the camera 1992 1993 // add path from the mirror till the camera 1993 1994 1994 1995 t = t + sqrt( SQR(xcutCT[0] - xcam[0]) +
Note:
See TracChangeset
for help on using the changeset viewer.