- Timestamp:
- 11/16/04 11:41:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/starresponse.cxx
r5254 r5408 133 133 readparam(parfilename); 134 134 135 // Setting the parameters read from t ehinput card135 // Setting the parameters read from the input card 136 136 strcpy( path,get_database_path()); 137 137 … … 140 140 get_trig_properties(&trig_shape, &trig_ampl, &trig_fwhm); 141 141 trigger = new MTrigger(1,0.,0.,trig_ampl,trig_fwhm); 142 143 if ( ! apply_gain_fluctuations()) 144 trigger->SetGainFluctuations(kFALSE); 142 145 143 146 get_fadc_properties(&fadc_shape, &fadc_integral, &fadc_fwhm, &fadc_slices_per_ns);
Note:
See TracChangeset
for help on using the changeset viewer.