Changeset 5290 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 10/19/04 11:35:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r5275 r5290 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.7 6$23 // $Revision: 1.77 $ 24 24 // $Author: moralejo $ 25 // $Date: 2004-10-1 4 16:56:43$25 // $Date: 2004-10-19 10:35:05 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 765 765 factorqe_NSB[ict]=EMI_NSB; 766 766 else if(strstr(qe_filename, "qe-intevac_hpd.RFL.dat") != 0) 767 factorqe_NSB[ict]=HPD_NSB; 767 factorqe_NSB[ict]=HPD_INTEVAC_NSB; 768 else if(strstr(qe_filename, "qe-hamamatsu_hpd.RFL.dat") != 0) 769 factorqe_NSB[ict]=HPD_HAMAMATSU_NSB; 768 770 else{ 769 log(SIGNATURE," WARNING : the factor for the diffuse NSB for this QE file (%s) is not known. The number of phe(ns stated in the inputcard will be used.\n",qe_filename);771 log(SIGNATURE,"\n\nWARNING!! : the factor for the diffuse NSB for this QE file (%s) is not known to the camera simulation. The number of phe(ns stated in the inputcard will be used.\n\n",qe_filename); 770 772 factorqe_NSB[ict]=1.0; 771 773 } … … 4882 4884 // 4883 4885 // $Log: not supported by cvs2svn $ 4886 // Revision 1.76 2004/10/14 16:56:43 moralejo 4887 // 4888 // - Added calibration_run option to produce calibration MC files. 4889 // 4890 // - Added jitter of pulse position +- 0.5 slices due to FADC clock noise. 4891 // 4884 4892 // Revision 1.75 2004/10/14 12:55:02 moralejo 4885 4893 // *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.