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.
File:
1 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.;
Note: See TracChangeset for help on using the changeset viewer.