Ignore:
Timestamp:
07/17/03 08:06:40 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMatrix.cc

    r2276 r2282  
    6565#include "MParList.h"
    6666#include "MTaskList.h"
     67#include "MProgressBar.h"
    6768
    6869#include "MData.h"
     
    624625    tlist.AddToList(&fillh);
    625626
     627    MProgressBar bar;
    626628    MEvtLoop evtloop;
    627629    evtloop.SetParList(plist);
     630    evtloop.SetProgressBar(&bar);
    628631
    629632    if (!evtloop.Eventloop())
  • trunk/MagicSoft/Mars/mhist/MHOnSubtraction.cc

    r2177 r2282  
    14261426
    14271427
    1428 /*
     1428
    14291429
    14301430
     
    16601660
    16611661
    1662 */
     1662
    16631663
    16641664
     
    16781678  FitHistogram(*aHisto, sigLiMa, lowerBin, upperBin, (Float_t)3.5, kFALSE);
    16791679
    1680   if (sigLiMa < 3)
    1681     *fLog << err << "No significant excess (sigma=" << sigLiMa <<")!"<<endl;
     1680  //if (sigLiMa < 3)
     1681  //  *fLog << err << "No significant excess (sigma=" << sigLiMa <<")!"<<endl;
    16821682
    16831683  if (signalRegion!=0) {
     
    16911691                gammaSignal, errorGammaSignal, off, errorOff,
    16921692                (Float_t)3.0, draw);
     1693
     1694  fSignificance = sigLiMa;
    16931695 
    16941696  *fLog << inf << "Signal is "
  • trunk/MagicSoft/Mars/mhist/MHOnSubtraction.h

    r2170 r2282  
    4848  Int_t fSigniPlotColor;
    4949
     50  Double_t fSignificance;
     51
    5052  Bool_t CalcAET(TH3D *histon, MParList *parlist, const Bool_t Draw);
    5153
     
    7577
    7678  Double_t CalcSignificance(Double_t nOn, Double_t nOff, Double_t theta);
     79  Double_t GetSignificance()  { return fSignificance; };
    7780
    7881  void SetExpoSlope(Double_t slope) { fSlope = slope; }
Note: See TracChangeset for help on using the changeset viewer.