Changeset 5290 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 10/19/04 11:35:05 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 2 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 *** -
trunk/MagicSoft/Simulation/Detector/Camera/camera.h
r5269 r5290 19 19 //= 20 20 //= $RCSfile: camera.h,v $ 21 //= $Revision: 1.2 3$21 //= $Revision: 1.24 $ 22 22 //= $Author: moralejo $ 23 //= $Date: 2004-10-1 3 17:05:05 $23 //= $Date: 2004-10-19 10:35:05 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 108 108 #define EMI_NSB 0.78 109 109 #define EMICOAT_NSB 1.0 110 #define HPD_NSB 2.70 110 #define HPD_INTEVAC_NSB 2.70 111 #define HPD_HAMAMATSU_NSB 2.85 111 112 112 113 #define SLICES 19 … … 367 368 /* 368 369 *$Log: not supported by cvs2svn $ 370 *Revision 1.23 2004/10/13 17:05:05 moralejo 371 **** empty log message *** 372 * 369 373 *Revision 1.22 2004/09/17 14:48:21 moralejo 370 374 *
Note:
See TracChangeset
for help on using the changeset viewer.