Changeset 13003 for trunk/Mars/msignal


Ignore:
Timestamp:
03/07/12 16:28:14 (13 years ago)
Author:
tbretz
Message:
Improved the possible combinations of how to extract the leading edge or position of maximum and the intgeral or amplitude.
Location:
trunk/Mars/msignal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r12629 r13003  
    225225  {
    226226  case MExtralgoSpline::kAmplitude:
     227  case MExtralgoSpline::kAmplitudeRel:
     228  case MExtralgoSpline::kAmplitudeAbs:
    227229      SetResolutionPerPheHiGain(0.053);
    228230      SetResolutionPerPheLoGain(0.016);
     
    303305    {
    304306    case MExtralgoSpline::kAmplitude:
     307    case MExtralgoSpline::kAmplitudeRel:
     308    case MExtralgoSpline::kAmplitudeAbs:
    305309        fNumHiGainSamples  = 1.;
    306310        fNumLoGainSamples  = fLoGainLast ? 1. : 0.;
  • trunk/Mars/msignal/MExtractTimeAndChargeSpline.h

    r11568 r13003  
    8282    }
    8383
     84    void SetHeightTm(const Double_t h) { fHeightTm = h; }
     85
    8486    void SetLoGainStretch(const Float_t f=fgLoGainStretch) { fLoGainStretch = f;   }
    8587
Note: See TracChangeset for help on using the changeset viewer.