Ignore:
Timestamp:
02/27/13 12:25:30 (12 years ago)
Author:
Jens Buss
Message:
bootstapping>: bin values extracted from bincenter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/Sample.C

    r14952 r14962  
    217217    for (int i=0;i<nbins;i++)
    218218    {
    219         value       = inputHisto->GetBinLowEdge(i);
     219//        value       = inputHisto->GetBinLowEdge(i);
     220        value       = inputHisto->GetBinCenter(i);
    220221        quantity    = inputHisto->GetBinContent(i);
    221222        //Loop over bin quantities
Note: See TracChangeset for help on using the changeset viewer.