Ignore:
Timestamp:
03/02/05 20:49:19 (20 years ago)
Author:
moralejo
Message:
 Changed default pulse position in the FADC window. Now the high gain peak
 is around the 5th slice (changed default value of trigger_delay from 25 to
 19 ns)
Location:
trunk/MagicSoft/Simulation/Detector/Camera
Files:
2 edited

Legend:

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

    r6560 r6710  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.37 $
     21//= $Revision: 1.38 $
    2222//= $Author: moralejo $
    23 //= $Date: 2005-02-17 09:15:28 $
     23//= $Date: 2005-03-02 20:49:19 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    103103static float misp_y = 0.; // Mispointing in y
    104104
    105 static float trig_delay = 25.;  // Delay in ns between beginning of FADC
     105static float trig_delay = 19.;  // Delay in ns between beginning of FADC
    106106                                // time window and the trigger instant.
    107107
     
    14451445//
    14461446// $Log: not supported by cvs2svn $
     1447// Revision 1.37  2005/02/17 09:15:28  moralejo
     1448//
     1449// Set as default option that of writing all event headers to output file,
     1450// not only those of the triggered events. To disable it, set the input card
     1451// flag "no_write_all_event_headers".
     1452//
     1453// Changed such that output images for events below the minimum number of
     1454// photoelectrons nphe2NSB required to simulate the noise (NSB & electronic)
     1455// will be empty. This will avoid the problem of these events being processed,
     1456// without any noise, later in the chain. Although those images are not in the
     1457// output, one can still check in the headers (MMcTrig) how many such events
     1458// with less than nphe2NSB photoelectrons would have triggered.
     1459//
    14471460// Revision 1.36  2005/02/10 19:28:10  moralejo
    14481461//
  • trunk/MagicSoft/Simulation/Detector/Camera/input.card

    r6588 r6710  
    55ct_geom 1
    66# Quantum efficiency file:
    7 qe_file 0  /users/emc/moralejo/MagicSoft/Simulation/Detector/Data/qe-emi-coat.RFL.dat
     7qe_file 0  /home/magic/MagicSoft/Simulation/Detector/Data/qe-emi-coat.RFL.dat
    88# Input file (one per telescope):
    99# input_file 0 /data1/magic/reflex/Gamma_zbin0_0_7_1000to1009_w0.rfl
    1010# Perform calibration run: lambda sigma_lambda phot_per_pixel time_fwhm n_events [selected_pixel]
    1111# The values below correspond roughly to 10 LED UV
    12 #calibration_run 375. 12. 120. 2.5 3000
    13 calibration_run 375. 12. 120. 2.5 10
     12#calibration_run 375. 12. 120. 2.5 5000
     13calibration_run 375. 12. 120. 0.01 1
    1414# line below shows how to create a pedestal run (= cal. with 0-photon pulses):
    1515#calibration_run 0. 0. 0. 0. 1000
     
    2626# L1 Trigger condition: CT number, threshold (mV), multiplicity and topology:
    2727trigger_single 0 4 4 2
     28# To shift the pulses in the FADC window, modify the trigger delay (ns):
     29#trigger_delay 18.
    2830# Correction to overall light collection efficiency:  CT#  fraction
    2931mirror_fraction 0 0.73
    3032# Switch on NSB:
    31 nsb_on
    32 #nsb_off
     33#nsb_on
     34nsb_off
    3335# Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and
    3436# minimum number of phe from shower required to simulate NSB:
    3537nsb_mean 0.183 10
    3638# Starfield (see Starfieldadder program)
    37 # starfield_file /users/emc/moralejo/MagicSoft/Simulation/Detector/Starfield/starfield.rfl
     39# starfield_file /home/magic/MagicSoft/Simulation/Detector/Starfield/starfield.rfl
    3840# Electronic noise in FADC (sigma in ADC counts): Inner pixels, outer pixels, digital noise:
    39 fadc_noise 1.3 2.4 1.
    40 #elec_noise_off
     41#fadc_noise 1.3 2.4 1.
     42elec_noise_off
    4143# Mean pedestal per slice (ADC counts):
    4244fadc_pedestal 10.
     
    4648seeds 66767 45069
    4749# Directory where NSB database can be found for inner and outer pixels:
    48 nsb_directory  /users/emc/moralejo/MagicSoft/Simulation/Detector/StarLight/inner/
    49 nsb_dir_outer  /users/emc/moralejo/MagicSoft/Simulation/Detector/StarLight/outer/
     50nsb_directory  /home/magic/MagicSoft/Simulation/Detector/StarLight/inner/
     51nsb_dir_outer  /home/magic/MagicSoft/Simulation/Detector/StarLight/outer/
    5052#
    5153# FADC properties: shape of single phe response (1 means realistic one, from
Note: See TracChangeset for help on using the changeset viewer.