Changeset 444 for trunk/MagicSoft


Ignore:
Timestamp:
10/25/00 11:09:49 (24 years ago)
Author:
magicsol
Message:
Baseline and offset functions have been implemented.
File:
1 edited

Legend:

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

    r397 r444  
    6262//
    6363#define SUBBINS     5.
    64 #define WIDTH_RESPONSE_MFADC   (WIDTH_FADC_TIMESLICE /  SUBBINS )   // 5 sub-bin in one FADC slice
     64#define WIDTH_RESPONSE_MFADC   (WIDTH_FADC_TIMESLICE /  SUBBINS ) 
     65// 5 sub-bin in one FADC slice
    6566//
    6667//  --> the number of Response slices
     
    109110  void Fill( Int_t, Float_t, Float_t  ) ; 
    110111
     112  void Baseline();
     113
     114  void Offset( Float_t, Int_t );
     115
    111116  void ElecNoise() ;
    112117
Note: See TracChangeset for help on using the changeset viewer.