Ignore:
Timestamp:
06/22/04 09:39:29 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4277 r4317  
    124124// - fExtractLoGainSlices to 0.
    125125// - the event frequency to 1200 Hz.
     126// - the fRenorm flag to kTRUE
    126127//
    127128MHPedestalCam::MHPedestalCam(const char *name, const char *title)
     
    132133
    133134    SetPulserFrequency(1200);
     135    SetRenorm();
    134136}
    135137
     
    240242         
    241243          if ((*fBadPixels)[i].IsBad())
    242             {
    243               (*this)[i].SetExcluded();
    244             }
     244            (*this)[i].SetExcluded();
     245
    245246          (*fPedestals)[i].InitUseHists();
    246247      }
     
    353354  hist.ChangeHistId(i);
    354355  hist.SetEventFrequency(fPulserFrequency);
    355   hist.SetNSlices(nslices);
     356
     357  if (fRenorm)
     358    hist.SetNSlices(nslices);
     359
    356360  hist.SetProbLimit(0.);
    357361
Note: See TracChangeset for help on using the changeset viewer.