Changeset 5477 for trunk


Ignore:
Timestamp:
11/26/04 19:31:43 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc

    r5135 r5477  
    5151//     - One can repeat the fit within a given amount of sigmas from the previous mean
    5252//       (specified by the variables fPickupLimit and fBlackoutLimit) with the function RepeatFit()
    53 //     - One can completely skip the fitting to set mean, sigma and its errors directly
    54 //       from the histograms with the function BypassFit()
    5553//
    5654//  2) The TArrayF fEvents:
  • trunk/MagicSoft/Mars/mpedestal/Makefile

    r5471 r5477  
    3232SRCFILES = MMcPedestalCopy.cc \
    3333           MMcPedestalNSBAdd.cc \
     34           MExtractPedestal.cc \
    3435           MPedCalcPedRun.cc \
    3536           MPedCalcFromLoGain.cc \
  • trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h

    r5471 r5477  
    1212#pragma link C++ class MPedPhotPix+;
    1313
     14#pragma link C++ class MExtractPedestal+;
    1415#pragma link C++ class MPedCalcPedRun+;
    1516#pragma link C++ class MPedCalcFromLoGain+;
Note: See TracChangeset for help on using the changeset viewer.