Changeset 4547 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/09/04 17:06:50 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r4399 r4547 538 538 gPad->SetTicks(); 539 539 540 fHGausHist.Draw(opt );540 fHGausHist.Draw(option); 541 541 542 542 if (fFGausFit) … … 830 830 } 831 831 832 const Bool_t MHGausEvents::IsOnlyOverflow() const 833 { 834 return fHGausHist.GetEntries() == fHGausHist.GetBinContent(fNbins+1); 835 } 836 832 837 833 838 const Bool_t MHGausEvents::IsExcluded() const -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r4323 r4547 124 124 const Bool_t IsFourierSpectrumOK() const; 125 125 const Bool_t IsGausFitOK() const; 126 const Bool_t IsOnlyOverflow() const; 126 127 127 128 // Fill
Note:
See TracChangeset
for help on using the changeset viewer.