Changeset 2453 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 11/03/03 12:58:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r2427 r2453 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.6 5$23 // $Revision: 1.66 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-1 0-26 19:43:00 $25 // $Date: 2003-11-03 12:58:40 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1319 1319 FADC_response_ampl,FADC_response_fwhm); 1320 1320 1321 lons.SetSeed(Int_t(get_seeds(1)/get_seeds(0))+1); 1322 1321 1323 lons.SetPath(nsbpathname); 1322 1324 … … 1324 1326 MLons lons_outer(Trigger_response_ampl, Trigger_response_fwhm, 1325 1327 FADC_resp_ampl_out,FADC_resp_fwhm_out); 1328 1329 lons_outer.SetSeed(Int_t(get_seeds(1)/get_seeds(0))+2); 1326 1330 1327 1331 lons_outer.SetPath(nsbpath_outer); … … 1739 1743 } 1740 1744 1741 // Read first and last time and put inumphe_CT[0] to 01742 float tm=0, tM=9E+50; 1745 inumphe=0; 1746 1743 1747 for(int ict=0;ict<ct_Number;ict++){ 1748 1749 // Read first and last time and put inumphe_CT[0] to 0 1744 1750 1745 1751 if (reflector_file_version<6) … … 1747 1753 else 1748 1754 mcevth_2[ict].get_times(&arrtmin_ns,&arrtmax_ns); 1749 1750 tm=(tm<arrtmin_ns)?tm:arrtmin_ns;1751 tM=(tM<arrtmax_ns)?tM:arrtmax_ns;1752 1753 }1754 arrtmin_ns=tm;arrtmax_ns=tM;1755 1756 inumphe=0;1757 1758 for(int ict=0;ict<ct_Number;ict++){1759 1755 1760 1756 inumphe_CT[ict]=0; … … 4218 4214 // 4219 4215 // $Log: not supported by cvs2svn $ 4216 // Revision 1.65 2003/10/26 19:43:00 blanch 4217 // - The screen output information has been improved to prevent some 4218 // non-desired running conditions just looking at the output screen. 4219 // - One MMcEvt for each Telscope is stored in the output file. 4220 // - 500 empty events are simualted to get a more precise estimation of the 4221 // pedestal Sigma for each pixel. 4222 // 4220 4223 // Revision 1.64 2003/10/21 07:42:50 blanch 4221 4224 // A factor 2.35 to transform the fwhm into the sigma of gaussian was missing
Note:
See TracChangeset
for help on using the changeset viewer.