Ignore:
Timestamp:
01/30/04 15:12:45 (21 years ago)
Author:
blanch
Message:
Change in varaibles names to clarify the meaning.
File:
1 edited

Legend:

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

    r2450 r2987  
    1212
    1313  fFadcShape = 0.0;
    14   fAmplFadc = 1.0;
     14  fIntegFadc = 1.0;
    1515  fFwhmFadc = 2.0;
    1616
     
    2121
    2222MLons::MLons(Float_t in_amplT, Float_t in_FwhmT,
    23              Float_t in_amplF, Float_t in_FwhmF){
     23             Float_t in_integF, Float_t in_FwhmF){
    2424  //--------------------------------------------------------------------
    2525  //
     
    3232
    3333  fFadcShape = 0.0;
    34   fAmplFadc = in_amplF;
     34  fIntegFadc = in_integF;
    3535  fFwhmFadc = in_FwhmF;
    3636
     
    5050
    5151  fFadcShape   = 0. ;
    52   fAmplFadc    = 0. ;
     52  fIntegFadc    = 0. ;
    5353  fFwhmFadc    = 0. ;
    5454
     
    8383
    8484
    85 Float_t MLons::GetAmplFadc ()
    86 {
    87   return fAmplFadc  ;
    88 }
    89 
    90 void MLons::SetAmplFadc (Float_t in )
    91 {
    92   fAmplFadc = in ;
     85Float_t MLons::GetIntegFadc ()
     86{
     87  return fIntegFadc  ;
     88}
     89
     90void MLons::SetIntegFadc (Float_t in )
     91{
     92  fIntegFadc = in ;
    9393}
    9494
     
    133133  //
    134134
    135   if (  fAmplFadc == MSLStored.GetAmplFadc() &&
     135  if (  fIntegFadc == MSLStored.GetIntegFadc() &&
    136136        fFwhmFadc == MSLStored.GetFwhmFadc())
    137137    return 1;
Note: See TracChangeset for help on using the changeset viewer.