Changeset 2988


Ignore:
Timestamp:
01/30/04 15:12:53 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2451 r2988  
    5050                            // the signal   
    5151                            // = 0 --> a gaussian 
    52   Float_t  fAmplFadc    ;   // the amplitude of the trigger in mV
     52  Float_t  fIntegFadc    ;  // the integral of the single phe response
     53                            // in the FADC (in FADC counts)
    5354  Float_t  fFwhmFadc    ;   // the width of the signal in nsec
    5455
     
    6061
    6162  MLons(Float_t in_amplT, Float_t in_FwhmT,
    62         Float_t in_amplF, Float_t in_FwhmF) ;
     63        Float_t in_integF, Float_t in_FwhmF) ;
    6364
    6465  void Reset() ;
     
    6768  void SetAmplTrig( Float_t in ) ;
    6869  void SetFwhmTrig( Float_t in ) ;
    69   void SetAmplFadc( Float_t in ) ;
     70  void SetIntegFadc( Float_t in ) ;
    7071  void SetFwhmFadc( Float_t in ) ;
    7172
     
    7576  Float_t GetAmplTrig() ;
    7677  Float_t GetFwhmTrig() ;
    77   Float_t GetAmplFadc() ;
     78  Float_t GetIntegFadc() ;
    7879  Float_t GetFwhmFadc() ;
    7980
Note: See TracChangeset for help on using the changeset viewer.