Ignore:
Timestamp:
08/09/04 17:06:50 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r4399 r4547  
    538538  gPad->SetTicks();
    539539
    540   fHGausHist.Draw(opt);
     540  fHGausHist.Draw(option);
    541541
    542542  if (fFGausFit)
     
    830830}
    831831
     832const Bool_t MHGausEvents::IsOnlyOverflow() const
     833{
     834  return fHGausHist.GetEntries() == fHGausHist.GetBinContent(fNbins+1);
     835}
     836
    832837
    833838const Bool_t MHGausEvents::IsExcluded() const
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r4323 r4547  
    124124  const Bool_t IsFourierSpectrumOK()     const;
    125125  const Bool_t IsGausFitOK()             const;
     126  const Bool_t IsOnlyOverflow()          const; 
    126127
    127128  // Fill
Note: See TracChangeset for help on using the changeset viewer.