Changes between Version 6 and Version 7 of DatabaseBasedAnalysis/Examples


Ignore:
Timestamp:
08/12/18 14:03:57 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Examples

    v6 v7  
    177177            double of = h2area_of.Integral(x, x, 1, y);
    178178
    179             h2area_sig.SetBinContent(x, y, Error(on, of));
     179            h2area_sig.SetBinContent(x, y, LiMa(on, of));
    180180        }
    181181
     
    191191                      max);
    192192    }
    193 
    194     clock.Print();
    195193
    196194    h2area_on.SetStats(kFALSE);
     
    232230#include <TGraph.h>
    233231#include <TCanvas.h>
    234 #include <TStopwatch.h>
    235232
    236233void optimdisp()
     
    284281    TH2F     h2size( "H_Size",      "", 30,  1.5,   4.5,  100, -2.5, 1.5);
    285282
    286     // Loop over all wobble positions in the camera
     283    // Loop over all events
    287284    for (int i=0; i<c.GetEntries(); i++)
    288285    {
     
    359356        h2size.Fill(log10(Size),   residual);
    360357    }
    361 
    362     cout << hnew.GetBinContent(1) << endl;
    363 
    364     clock.Print();
    365358
    366359    TCanvas *canv = new TCanvas;