Changeset 14745


Ignore:
Timestamp:
12/13/12 18:18:29 (12 years ago)
Author:
Jens Buss
Message:
add ErrorMedianOfH1, 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/templateextractors.h

    r14707 r14745  
    5858        );
    5959
     60double
     61ErrorMedianOfH1(
     62        TH1*        inputHisto,
     63        int         numIterations,
     64        int         verbosityLevel
     65        );
     66
    6067Double_t MedianOfH1withRndSlices (
    6168        TH1*            inputHisto,     //histogram from which median will be calculated
    62         vector<int> *position        //array with random slice numbers
     69        vector<int>     *position        //array with random slice numbers
     70        );
     71
     72int ExtractTH1EnriesToVector (
     73        TH1*            inputHisto,     //histogram from which median will be calculated
     74        vector<int>     *entries        //array with random slice numbers
     75        );
     76
     77void CalculateErrorsWithBootstrapping(
     78        TH1* inputHisto,
     79        int numIt,
     80        double* par,
     81        double* parErr
    6382        );
    6483
Note: See TracChangeset for help on using the changeset viewer.