Ignore:
Timestamp:
03/02/05 21:47:58 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6692 r6714  
    120120  // By default it is now 13 slices (see constructor)
    121121
    122   Int_t fHi2LoGainPeak;
     122  Float_t fHi2LoGainPeak;
    123123  // Distance in FADC slices from the signal peak in the high gain to the signal peak in
    124124  // the low gain. By default we set now 16 slices (see constructor).
     
    151151        Int_t   gainswitchamp = 120,
    152152        Int_t   shiftfromswitch2lowgain = 13,
    153         Int_t   hi2logainpeak = 16);
     153        Float_t hi2logainpeak = 16.5);
    154154
    155155  void SetSeed(UInt_t seed)  {GenElec->SetSeed(seed);}
Note: See TracChangeset for help on using the changeset viewer.