- Timestamp:
- 03/02/05 21:47:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r6692 r6714 120 120 // By default it is now 13 slices (see constructor) 121 121 122 Int_t fHi2LoGainPeak;122 Float_t fHi2LoGainPeak; 123 123 // Distance in FADC slices from the signal peak in the high gain to the signal peak in 124 124 // the low gain. By default we set now 16 slices (see constructor). … … 151 151 Int_t gainswitchamp = 120, 152 152 Int_t shiftfromswitch2lowgain = 13, 153 Int_t hi2logainpeak = 16);153 Float_t hi2logainpeak = 16.5); 154 154 155 155 void SetSeed(UInt_t seed) {GenElec->SetSeed(seed);}
Note:
See TracChangeset
for help on using the changeset viewer.