| 1 | camera 0.5
|
|---|
| 2 | input_file /Data/showerfile.rfl
|
|---|
| 3 | #
|
|---|
| 4 | # Reflector format file that gives the NSB from the stars
|
|---|
| 5 | starfield_file /Data/CrabNebula.rfl
|
|---|
| 6 | #
|
|---|
| 7 | # Center of the FOV for stars light, right information should
|
|---|
| 8 | # be here since it is no checked in the Camera program (RA and DEC)
|
|---|
| 9 | starfield_center 5 34 32 22 00 55
|
|---|
| 10 | #
|
|---|
| 11 | # Output file with a brief summary about trigger
|
|---|
| 12 | data_file test.dat
|
|---|
| 13 | #
|
|---|
| 14 | # Root file with the output information
|
|---|
| 15 | root_file test.root
|
|---|
| 16 | #
|
|---|
| 17 | # Information about the telescope
|
|---|
| 18 | ct_file ../Data/magic.def
|
|---|
| 19 | #
|
|---|
| 20 | # Directory to look for the NSB database (it should finish with /)
|
|---|
| 21 | nsb_directory ../StarLight/
|
|---|
| 22 | #
|
|---|
| 23 | # Diskriminator and response properties (gate_lentgh, minimum overlaping time,
|
|---|
| 24 | # amplitude and fwhm) needed for the trigger studies
|
|---|
| 25 | trigger_prop 6.0 0.25 1.0 2.0
|
|---|
| 26 | #
|
|---|
| 27 | # Trig electronic noise (the width of the gaussian noise is that times
|
|---|
| 28 | # the amplitude of the single phe response for the trigger)
|
|---|
| 29 | trig_noise 0.3
|
|---|
| 30 | #
|
|---|
| 31 | # Fadc properties (amplitude and fwhm) needed for the fadc simulation
|
|---|
| 32 | fadc_prop 4.0 5.0
|
|---|
| 33 | #
|
|---|
| 34 | # Fadc electronic noise (width of the gaussian on top of FADC signal)
|
|---|
| 35 | fadc_noise 2.0
|
|---|
| 36 | #
|
|---|
| 37 | # Trigger loop mode (theshold, multiplicity and topology)
|
|---|
| 38 | #trigger_loop 4.0 5.0 0.45 2 4 1 1
|
|---|
| 39 | #
|
|---|
| 40 | # Single trigger mode (theshold, multiplicity and topology)
|
|---|
| 41 | trigger_single 4 4 2
|
|---|
| 42 | #
|
|---|
| 43 | # Pixels with special trigger threshold (one line for each pixel)
|
|---|
| 44 | #pixel_thres 37 7.0
|
|---|
| 45 | #
|
|---|
| 46 | # Write also images that do not trigger
|
|---|
| 47 | write_all_events
|
|---|
| 48 | #
|
|---|
| 49 | # Do not write Mc information
|
|---|
| 50 | #nowrite_McEvt
|
|---|
| 51 | #
|
|---|
| 52 | # Do not write Raw Evt information
|
|---|
| 53 | #nowrite_RawEvt
|
|---|
| 54 | #
|
|---|
| 55 | # Write Mc trigger information
|
|---|
| 56 | write_McTrig
|
|---|
| 57 | #
|
|---|
| 58 | # Write Mc fadc information
|
|---|
| 59 | write_McFadc
|
|---|
| 60 | #
|
|---|
| 61 | # Analised pixels
|
|---|
| 62 | ana_pixels 577
|
|---|
| 63 | #
|
|---|
| 64 | # Switch off the Electronic Noise
|
|---|
| 65 | #elec_noise_off
|
|---|
| 66 | #
|
|---|
| 67 | #Switch on Star Field Rotation
|
|---|
| 68 | #sfr_on
|
|---|
| 69 | #
|
|---|
| 70 | # Switch on NSB
|
|---|
| 71 | nsb_on
|
|---|
| 72 | #
|
|---|
| 73 | # Switch off NSB
|
|---|
| 74 | #nsb_off
|
|---|
| 75 | # Number of photons from the diffuse NSB and
|
|---|
| 76 | # minmum number of phe from shower required to simulate NSB
|
|---|
| 77 | nsb_mean 0.09 1
|
|---|
| 78 | #
|
|---|
| 79 | # Show signal of diskriminator on the screen
|
|---|
| 80 | #trigger_scan
|
|---|
| 81 | #
|
|---|
| 82 | # Show signal of FADC on the screen
|
|---|
| 83 | #fadc_scan
|
|---|
| 84 | #
|
|---|
| 85 | # Select Energy of particles
|
|---|
| 86 | #select_energy 0 10000000000
|
|---|
| 87 | #
|
|---|
| 88 | # Skip showers (interactive)
|
|---|
| 89 | #skip
|
|---|
| 90 | #
|
|---|
| 91 | #Data from STDIN
|
|---|
| 92 | #data_from_stdin
|
|---|
| 93 | #
|
|---|
| 94 | # Seeds for random numbers
|
|---|
| 95 | seeds 69184 10406
|
|---|
| 96 | #
|
|---|
| 97 | # Axis of the telescope while running the reflector simualtion
|
|---|
| 98 | # 200 400 means that the telescope axis is always paralel to the
|
|---|
| 99 | # shower axis
|
|---|
| 100 | telescope_axis 20 90
|
|---|
| 101 | #
|
|---|
| 102 | # Distance from source position to camera center (Theta, phi)
|
|---|
| 103 | source_offset 0.0 0.0
|
|---|
| 104 | #
|
|---|
| 105 | # Version of the Corsika, the actual version*1000
|
|---|
| 106 | corsika_vers 5200
|
|---|
| 107 | #
|
|---|
| 108 | # End of steercards
|
|---|
| 109 | end_file
|
|---|