Changeset 5290


Ignore:
Timestamp:
10/19/04 11:35:05 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector/Camera
Files:
2 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 ***
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.h

    r5269 r5290  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.23 $
     21//= $Revision: 1.24 $
    2222//= $Author: moralejo $
    23 //= $Date: 2004-10-13 17:05:05 $
     23//= $Date: 2004-10-19 10:35:05 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    108108#define EMI_NSB 0.78
    109109#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
    111112
    112113#define SLICES            19
     
    367368/*
    368369 *$Log: not supported by cvs2svn $
     370 *Revision 1.23  2004/10/13 17:05:05  moralejo
     371 **** empty log message ***
     372 *
    369373 *Revision 1.22  2004/09/17 14:48:21  moralejo
    370374 *
Note: See TracChangeset for help on using the changeset viewer.