Changeset 4547 for trunk/MagicSoft/Mars
- Timestamp:
- 08/09/04 17:06:50 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4546 r4547 21 21 22 22 23 2004/08/09 : Wolfgang Wittek 23 2004/08/09 : Markus Gaug 24 25 * mcalib/MHGausEvents.[h,cc] 26 - added function IsOnlyOverflow() 27 28 29 2004/08/09 : Wolfgang Wittek 24 30 25 31 * mtemp/MStarLocalCam.[h,cc] -
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.