Changeset 2338 for trunk/MagicSoft/Simulation/Detector/Camera/input.card
- Timestamp:
- 09/15/03 11:40:47 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/input.card
r2285 r2338 1 camera 0.6 2 input_file /Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl 1 camera 0.7 3 2 # 4 # qe file name 5 qe_file ../Data/qe-emi-coat.RFL.dat 3 # Enter the input card for each telescope (0, 1, ...) that you want to 4 # simulate 5 input_file 0 /remote/disc02/magic/Data/RefData/Protons/Proton_0/Proton_0_90_4_0to0.rfl 6 # 7 # qe file name for each telescope (0, 1, ...) 8 qe_file 0 ../Data/qe-emi-coat.RFL.dat 6 9 # 7 10 # Reflector format file that gives the NSB from the stars … … 21 24 ct_file ../Data/magic.def 22 25 # 26 # Number of telescopes 27 ct_num 1 28 # 29 # Camera geometry ( code(ct=0)+10*code(ct=1)+100* ... ) 30 ct_geom 1 31 # 23 32 # Directory to look for the NSB database (it should finish with /) 24 nsb_directory / Data/StarLight/Fwhm20/33 nsb_directory /remote/disc02/magic/Data/StarLight/Fwhm20/ 25 34 # 26 35 # Directory to look for the NSB database for outer pixels 27 36 # (it should finish with /) 28 nsb_dir_outer / Data/StarLight/Fwhm20/37 nsb_dir_outer /remote/disc02/magic/Data/StarLight/Fwhm20/ 29 38 # 30 39 # Diskriminator and response properties (gate_lentgh, minimum overlaping time, … … 42 51 fadc_outer 4.0 5.0 43 52 # 44 # Fadc electronic noise (width of the gaussian on top of FADC signal) 53 # Fadc electronic noise (width of the gaussian on top of FADC signal in 54 # FADC counts) 45 55 fadc_noise 2.0 46 56 # … … 48 58 fadc_pedestal 50.0 49 59 # 50 # Trigger loop mode (theshold , multiplicity and topology)60 # Trigger loop mode (theshold(low, high and step), multiplicity and topology) 51 61 #trigger_loop 1.0 1.0 0.5 3 5 0 0 52 62 # 53 # Single trigger mode (theshold, multiplicity and topology) 54 trigger_single 4 4 2 63 # Single trigger mode (telescope, theshold, multiplicity and topology) 64 # for each CT (0, 1, .. ) 65 trigger_single 0 4 4 2 55 66 # 56 67 # Pixels with special trigger threshold (one line for each pixel) … … 61 72 # 62 73 # Write also images that do not trigger 63 write_all_events74 #write_all_events 64 75 # 65 76 # Do not write Mc information … … 75 86 write_McFadc 76 87 # 77 # Analised pixels78 ana_pixels 57779 #80 88 # Switch off the Electronic Noise 81 89 #elec_noise_off … … 89 97 # Switch off NSB 90 98 #nsb_off 91 # Number of photons from the diffuse NSB and99 # Number of photons from the diffuse NSB (nphe / ns 0.1*0.1 deg^2 239 m^2) and 92 100 # minmum number of phe from shower required to simulate NSB 93 nsb_mean 0.13 1101 nsb_mean 0.13 0 94 102 # 95 103 # Show signal of diskriminator on the screen … … 118 126 # End of steercards 119 127 end_file 120
Note:
See TracChangeset
for help on using the changeset viewer.