Changeset 411
- Timestamp:
- 07/04/00 15:18:53 (24 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/creadparam.h
r391 r411 19 19 //= 20 20 //= $RCSfile: creadparam.h,v $ 21 //= $Revision: 1. 4$22 //= $Author: blanch$23 //= $Date: 2000-0 5-11 14:23:28$21 //= $Revision: 1.5 $ 22 //= $Author: MagicSol $ 23 //= $Date: 2000-07-04 14:13:34 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 141 141 T(starfield_file), /* starfield file */ \ 142 142 T(data_file), /* data file */ \ 143 T(diag_file), /* diagnostic output file (ROOT format) */ \144 143 T(root_file), /* ROOT file */ \ 145 144 T(ct_file), /* file with the characteristics of the CT */ \ … … 161 160 T(nowrite_McEvt), /* nowrite to file .root McEvt infos */ \ 162 161 T(write_McTrig), /* write to file .root McTrig infos */ \ 163 T(write_RawEvt), /* write to file .root RawEvt infos */ \164 162 T(write_all_data), /* write to file .dat ALL image data */ \ 165 163 T(select_energy), /* energy range to read: only for .phe files */ \ … … 169 167 T(fadc_scan), /* show fadc signal */ \ 170 168 T(trigger_loop), /* make loop over trigger conditions */ \ 169 T(trigger_prop), /* values of trigger properties */ \ 170 T(trigger_single), /* trigger conditions */ \ 171 T(Trigger_Loop_Output_Only_Specialists), /* special steercard */ \ 171 172 T(end_file) /* end of the parameters file */ 172 173 … … 210 211 char *get_starfield_filename(void); 211 212 char *get_data_filename(void); 212 char *get_diag_filename(void);213 213 char *get_root_filename(void); 214 char *get_loop_filename(void); 214 215 char *get_ct_filename(void); 215 216 int get_nsb(float *n); … … 236 237 int get_FADC_Scan(void); 237 238 int get_Trigger_Scan(void); 239 void get_Trigger_properties(float *gl, float *ra, float *rf); 238 240 int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug); 241 void get_Trigger_Single(float *t, int *m, int *g); 239 242 //!@} 240 243 … … 252 255 /* 253 256 * $Log: not supported by cvs2svn $ 257 * Revision 1.4 2000/05/11 14:23:28 blanch 258 * Thi version owns to the version 1.4 of creadparam.cxx. 259 * 254 260 * Revision 1.3 2000/03/24 18:15:46 blanch 255 261 * *** empty log message *** -
trunk/MagicSoft/Simulation/Detector/Camera/input.card
r319 r411 1 1 camera 0.3 2 # Reflector file that the program reads 3 input_file /hdb1/users/blanch/Ref_pro/prova.rfl 4 # 5 # Reflector format file that gives the NSB from the stars 6 starfield_file /hdb1/users/blanch/Starfield/Ref_stf1 7 # 8 # Output file with a brief summary about trigger 9 data_file /hdb1/users/blanch/test.dat 10 # 11 # Root file with the output information 12 root_file /hdb1/users/blanch/Cam_test.root 13 # 14 # Information about the telescope 15 ct_file ../Data/magic.def 16 # 17 # Diskriminator and response properties (gate_lentgh, amplitude and fwhm) 18 # needed for the trigger studies 19 trigger_prop 3.0 1.0 2.0 20 # 21 # Trigger loop mode (theshold, multiplicity and topology) 22 trigger_loop 0 2 4 4 1 1 23 # 24 # Single trigger mode (theshold, multiplicity and topology) 25 #trigger_single 4 4 1 26 # 27 # Write also images that do not trigger 28 #write_all_images 29 # 30 # Analised pixels 31 ana_pixels 595 32 # 33 # Switch on NSB 34 #nsb_on 35 # 36 # Switch off NSB 37 nsb_off 38 # Number of photon from the diffuse NSB 39 nsb_mean 0.09 40 # 41 # Show signal of diskriminator on the screen 42 #trigger_scan 43 # 44 # Show signal of FADC on the screen 45 #fadc_scan 46 # 47 # Select Energy of particles 48 #select_energy 0 10000000000 49 # 50 # Skip showers (interactive) 51 #skip 52 # 53 #Data from STDIN 2 54 #data_from_stdin 3 input_file /data/reflect/test.rfl 4 output_file /data/camera/test.phe 5 data_file /data/camera/test.dat 6 diag_file /data/camera/test-diag.root 7 root_file /data/camera/test-raw.root 8 write_all_images 9 write_all_data 10 ct_file ../Data/magic.def 11 ana_pixels 595 12 nsb_mean 0. 13 nsb_off 14 threshold 0.0 15 tail_cut 0.0 16 islands_off 17 seeds 69184 10406 18 end_file 19 55 # 56 # Seeds for random numbers 57 seeds 69184 10406 58 # 59 # End of steercards 60 end_file -
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
r393 r411 157 157 MTrigger() ; 158 158 159 MTrigger(float gate, float ampl, float fwhm) ; 160 159 161 ~MTrigger() ; 160 162
Note:
See TracChangeset
for help on using the changeset viewer.