Changeset 5478 for trunk/MagicSoft/Mars
- Timestamp:
- 11/27/04 13:03:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc
r5137 r5478 33 33 // MHGausEvents can be used by a class deriving from MHCalibrationPix 34 34 // 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 // 35 39 // See also: MHGausEvents 36 40 // … … 158 162 159 163 return fHGausHist.Integral(first, last, "width"); 160 }161 162 163 // --------------------------------------------------------------------------164 //165 // Re-normalize the results, has to be overloaded166 //167 void MHCalibrationPix::Renorm()168 {169 164 } 170 165 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h
r5137 r5478 39 39 void SetPickupLimit ( const Float_t lim=fgPickupLimit ) { fPickupLimit = lim; } 40 40 41 // Miscelleaneous42 virtual void Renorm(); // Re-normalize the results43 44 41 ClassDef(MHCalibrationPix, 1) // Base class for calibration events 45 42 };
Note:
See TracChangeset
for help on using the changeset viewer.