Ignore:
Timestamp:
10/19/04 11:35:05 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r5275 r5290  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.76 $
     23// $Revision: 1.77 $
    2424// $Author: moralejo $
    25 // $Date: 2004-10-14 16:56:43 $
     25// $Date: 2004-10-19 10:35:05 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    765765      factorqe_NSB[ict]=EMI_NSB;
    766766    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;
    768770    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);
    770772      factorqe_NSB[ict]=1.0;
    771773    }
     
    48824884//
    48834885// $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//
    48844892// Revision 1.75  2004/10/14 12:55:02  moralejo
    48854893// *** empty log message ***
Note: See TracChangeset for help on using the changeset viewer.