Ignore:
Timestamp:
03/01/05 21:55:21 (20 years ago)
Author:
moralejo
Message:
 Set more precise values of the parameters for the shape of the low gain
 pulse in the FADC. H. Bartko provided the low gain pulse from the real
 data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.cxx

    r6692 r6695  
    135135  fPulseParameters[0] = 2.066;
    136136  fPulseParameters[1] = 1.568;
    137   fPulseParameters[2] = 3;     // This will set the peak of the pulse at x ~ 3*3.3 = 10 ns
    138                                // It is just a safe value so that the pulse is well contained.
     137  fPulseParameters[2] = 3; // This will set the peak of the pulse at x ~ 3*3.3 = 10 ns
     138                           // It is just a safe value so that the pulse is well contained.
    139139  fPulseParameters[3] = 0.00282;
    140140  fPulseParameters[4] = 0.04093;
     
    143143
    144144  // Now for the low gain:
    145   fPulseParametersLG[0] = 0.7;
    146   fPulseParametersLG[1] = 0.88;
    147   fPulseParametersLG[2] = 3.4;
    148   fPulseParametersLG[3] = 0.00282;
    149   fPulseParametersLG[4] = 0.04093;
    150   fPulseParametersLG[5] = 0.2411;
    151   fPulseParametersLG[6] = -0.009442;
     145  fPulseParametersLG[0] = 6.88031e-01;
     146  fPulseParametersLG[1] = 1.19492e+00;
     147  fPulseParametersLG[2] = 3.; // Same as above
     148  fPulseParametersLG[3] = 8.10590e-03;
     149  fPulseParametersLG[4] = 1.92851e-01;
     150  fPulseParametersLG[5] = 3.30315e-01;
     151  fPulseParametersLG[6] = 1.12980e-03;
    152152
    153153  Int_t  i ;
Note: See TracChangeset for help on using the changeset viewer.