Changeset 5207 for trunk/MagicSoft


Ignore:
Timestamp:
10/08/04 00:43:03 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc

    r5193 r5207  
    121121                              fLoGainFirst, fLoGainLast, fNumLoGainSamples);
    122122
     123  *fLog << endl;
     124  *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples
     125        << " HiGain samples from slice " << (Int_t)fHiGainFirst
     126        << " to " << (Int_t)(fHiGainLast+fHiLoLast) << " incl" << endl;
     127  *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples
     128        << " LoGain samples from slice " << (Int_t)fLoGainFirst
     129        << " to " << (Int_t)fLoGainLast << " incl" << endl;
     130
    123131  return kTRUE;
    124132}
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r5206 r5207  
    461461  b     = 0.;
    462462
    463   step = 0.6;
     463  step = 0.5;
    464464  Bool_t back = kFALSE;
    465465
  • trunk/MagicSoft/Mars/msignal/Makefile

    r5146 r5207  
    4949           MExtractTimeHighestIntegral.cc \
    5050           MExtractTimeAndCharge.cc \
     51           MExtractTimeAndChargeSpline.cc \
    5152           MExtractTimeAndChargeDigitalFilter.cc \
    5253           MArrivalTime.cc \
  • trunk/MagicSoft/Mars/msignal/SignalLinkDef.h

    r5146 r5207  
    3030
    3131#pragma link C++ class MExtractTimeAndCharge+;
     32#pragma link C++ class MExtractTimeAndChargeSpline+;
    3233#pragma link C++ class MExtractTimeAndChargeDigitalFilter+;
    3334
Note: See TracChangeset for help on using the changeset viewer.