Ignore:
Timestamp:
11/17/04 11:38:28 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5306 r5418  
    5757  Float_t  fFadcSlicesPerNanosec; // The sampling frequency (GHz) of the FADC
    5858
     59  Int_t    fGainFluctuations; // Indicates whether or not  gain fluctuations have
     60                              // been simulated for producing the NSB database
     61
     62
    5963  TRandom  *RandomNumber; // RandomGenerator
    6064
     
    6569  MLons(Int_t in_shapeT, Float_t in_amplT, Float_t in_FwhmT,
    6670        Int_t in_shapeF, Float_t in_integF, Float_t in_FwhmF,
    67         Float_t in_Fadc_Slices_per_ns);
     71        Float_t in_Fadc_Slices_per_ns, Int_t in_Gain_Fluctuations);
    6872
    6973  void Reset() ;
     
    8387  Float_t GetFwhmFadc() ;
    8488  Float_t GetFadcSlicesPerNanosec() {return fFadcSlicesPerNanosec;}
     89  Int_t   GetGainFluctuations() const { return fGainFluctuations; }
     90
    8591
    8692  void GetPath(Char_t *out);
Note: See TracChangeset for help on using the changeset viewer.