Changeset 5478 for trunk/MagicSoft


Ignore:
Timestamp:
11/27/04 13:03:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhcalib
Files:
2 edited

Legend:

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

    r5137 r5478  
    3333//  MHGausEvents can be used by a class deriving from MHCalibrationPix
    3434//
     35//  As an additional feature to MHGausEvents, this class offers to skip the fitting
     36//  to set mean, sigma and its errors directly from the histograms with the function
     37//  BypassFit()
     38//
    3539//  See also: MHGausEvents
    3640//
     
    158162 
    159163  return fHGausHist.Integral(first, last, "width");
    160 }
    161 
    162 
    163 // --------------------------------------------------------------------------
    164 //
    165 // Re-normalize the results, has to be overloaded
    166 //
    167 void  MHCalibrationPix::Renorm()
    168 {
    169164}
    170165
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h

    r5137 r5478  
    3939  void  SetPickupLimit      ( const Float_t  lim=fgPickupLimit   ) { fPickupLimit    = lim; }
    4040
    41   // Miscelleaneous
    42   virtual void Renorm();                          // Re-normalize the results
    43  
    4441  ClassDef(MHCalibrationPix, 1) // Base class for calibration events
    4542};
Note: See TracChangeset for help on using the changeset viewer.