Ignore:
Timestamp:
11/16/04 11:41:22 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/starresponse.cxx

    r5254 r5408  
    133133  readparam(parfilename);
    134134
    135   //  Setting the parameters read from teh input card
     135  //  Setting the parameters read from the input card
    136136  strcpy( path,get_database_path());
    137137
     
    140140  get_trig_properties(&trig_shape, &trig_ampl, &trig_fwhm);
    141141  trigger = new MTrigger(1,0.,0.,trig_ampl,trig_fwhm);
     142
     143  if ( ! apply_gain_fluctuations())
     144    trigger->SetGainFluctuations(kFALSE);
    142145
    143146  get_fadc_properties(&fadc_shape, &fadc_integral, &fadc_fwhm, &fadc_slices_per_ns);
Note: See TracChangeset for help on using the changeset viewer.