Ignore:
Timestamp:
03/04/07 10:59:17 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8019 r8359  
    122122    fTitle = title ? title : "Statistics of the FADC sums of Blind Pixel calibration events";
    123123
    124     fASinglePheFADCSlices.ResizeTo(1);
    125     fAPedestalFADCSlices.ResizeTo(1);
     124    //fASinglePheFADCSlices.ResizeTo(1);
     125    //fAPedestalFADCSlices.ResizeTo(1);
    126126
    127127    SetNumSinglePheLimit();
     
    298298    return TESTBIT(fFlags,kPedestalFitOK);
    299299}
    300  
     300
     301/*
    301302// --------------------------------------------------------------------------
    302303//
    303304// Normalizes fASinglePheFADCSlices and fAPedestalFADCSlices
    304 // 
     305//
    305306void MHCalibrationChargeBlindPix::FinalizeSinglePheSpectrum()
    306307{
     
    370371  fNumPedestals++;
    371372}
    372 
     373*/
    373374
    374375// --------------------------------------------------------------------------
     
    902903  if (option.Contains("datacheck"))
    903904    return;
    904 
     905/*
    905906  pad->cd(3);
    906 
    907907  if (fASinglePheFADCSlices.GetNrows()!=1)
    908908    {
     
    956956      fHPedestalFADCSlices->Draw("same");
    957957    }
    958  
     958  */
    959959  if (win < 2)
    960960  return;
Note: See TracChangeset for help on using the changeset viewer.