Ignore:
Timestamp:
01/27/04 20:55:13 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc

    r2932 r2934  
    6363        fTimeLast(15.75),
    6464        fHivsLoGain(NULL),
     65        fHPSD(NULL),
    6566        fChargeGausFit(NULL),
    6667        fTimeGausFit(NULL),
     
    166167  fChargeProb              = -1.;
    167168  fChargeNdf               = -1;
     169
    168170  fTimeChisquare           = -1.;
    169171  fTimeProb                = -1.;
     
    178180
    179181  fOffset = 0.;
    180   fSlope  = 0;
     182  fSlope  = 0.;
    181183
    182184  if (fChargeGausFit)
Note: See TracChangeset for help on using the changeset viewer.