Ignore:
Timestamp:
11/30/12 16:24:47 (12 years ago)
Author:
Jens Buss
Message:
implemented error calculation for median
File:
1 edited

Legend:

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

    r14477 r14707  
    1313
    1414#include "pixel.h"
     15#include "Sample.h"
    1516
    1617/** Assignment operator.
     
    5758        );
    5859
     60Double_t MedianOfH1withRndSlices (
     61        TH1*            inputHisto,     //histogram from which median will be calculated
     62        vector<int> *position        //array with random slice numbers
     63        );
     64
    5965void
    6066PlotMedianOfSlice(
     
    6975        TString         overlayType,
    7076        int             verbosityLevel
     77        );
     78
     79void
     80MedianOfTH2Slices(
     81        TH2*        inputHisto,
     82        TH1*        outputHisto,
     83        int         verbosityLevel
     84        );
     85
     86void
     87ErrorMedianOfTH2Slices(
     88        TH2*        inputHisto,
     89        TH1*        outputHisto,
     90        int         numIterations,
     91        int         verbosityLevel
    7192        );
    7293
Note: See TracChangeset for help on using the changeset viewer.