Changeset 1521 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 09/13/02 11:53:39 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1517 r1521 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.4 2$23 // $Revision: 1.43 $ 24 24 // $Author: blanch $ 25 // $Date: 2002-09- 09 16:00:49 $25 // $Date: 2002-09-13 10:53:39 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 3261 3261 cv=photon.get_v(); 3262 3262 cw=90.0-acos(sqrt(1-cu*cu-cv*cv))*pi/180.0; 3263 cout<<" Hola "<<cu<<" "<<cv<<" "<<cw<<endl;3264 3263 3265 3264 // find data point in the QE table (-> k) … … 3270 3269 } 3271 3270 3272 cout<<" Hola 2 "<<k<<endl;3273 3274 3271 // correct the qe with WC data. 3275 3272 3276 cout<<" Hola 3 "<<qe<<" ";3277 3278 3273 qe = qe*lin_interpol(WC[0][k-1], WC[1][k-1], WC[0][k], WC[1][k], cw); 3279 3274 3280 cout<<qe<<endl;3281 3275 // if random > quantum efficiency, reject it 3282 3276 … … 3607 3601 // 3608 3602 // $Log: not supported by cvs2svn $ 3603 // Revision 1.42 2002/09/09 16:00:49 blanch 3604 // Statement has been included to avoid writting to disk MParContainer and MArray. 3605 // It has also been added the effect of the WC, the actual values must be added, 3606 // once they are measured. 3607 // 3609 3608 // Revision 1.41 2002/09/04 09:57:42 blanch 3610 3609 // Modifications done to use MGeomCam from MARS. … … 3732 3731 // 3733 3732 // $Log: not supported by cvs2svn $ 3733 // Revision 1.42 2002/09/09 16:00:49 blanch 3734 // Statement has been included to avoid writting to disk MParContainer and MArray. 3735 // It has also been added the effect of the WC, the actual values must be added, 3736 // once they are measured. 3737 // 3734 3738 // Revision 1.41 2002/09/04 09:57:42 blanch 3735 3739 // Modifications done to use MGeomCam from MARS.
Note:
See TracChangeset
for help on using the changeset viewer.