Ignore:
Timestamp:
06/04/04 11:50:59 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalPix.cc

    r3770 r4277  
    7171// Initializes:
    7272// - fNSlices to 1
     73// - fProbLimit to 0.01
    7374//
    7475MHPedestalPix::MHPedestalPix(const char *name, const char *title)
     
    8283  SetFirst( fgChargeFirst );
    8384  SetLast(  fgChargeLast  );
     85
     86  SetProbLimit(0.01);
    8487
    8588  // Create a large number of bins, later we will rebin
     
    111114  if (fNSlices <= 0)
    112115    return;
    113  
     116
    114117  const Float_t sqslices = TMath::Sqrt(fNSlices);
    115118
Note: See TracChangeset for help on using the changeset viewer.