- Timestamp:
- 02/18/05 10:24:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r5248 r6584 22 22 #include "MFadcDefine.h" 23 23 24 class MMcEvt 24 class MMcEvt; 25 25 26 26 //========== … … 107 107 Float_t *sing_resp_outer; // the shape of the phe_response function 108 108 109 110 // 111 // RandomGenerator for the Electonic Noise 109 Int_t fGainSwitchAmp; // Height of the high gain signal (in ADC counts) at which we decide 110 // to fill the low gain with a scaled down version of the pulse in the 111 // high gain. Else we put in the continuation of the high gain. 112 113 Int_t fShiftFromSwitch2LowGain; 114 // Distance in FADC slices from the slice in which the amplitude 115 // fGainSwitchAmp is reached to were the switch to low gain will happen. 116 117 // 118 // RandomGenerator for the Electronic Noise 112 119 // 113 120 … … 129 136 Float_t trig_delay = 0., 130 137 Float_t fadc_slices_per_ns = FADC_SLICES_PER_NSEC, 131 Int_t fadc_slices_written = FADC_SLICES); 132 138 Int_t fadc_slices_written = FADC_SLICES, 139 Int_t gainswitchamp = 120, 140 Int_t shiftfromswitch2lowgain = 13); 141 133 142 void SetSeed(UInt_t seed) {GenElec->SetSeed(seed);} 134 143
Note:
See TracChangeset
for help on using the changeset viewer.