Index: /fact/tools/rootmacros/PulseTemplates/templateextractors.h
===================================================================
--- /fact/tools/rootmacros/PulseTemplates/templateextractors.h	(revision 14744)
+++ /fact/tools/rootmacros/PulseTemplates/templateextractors.h	(revision 14745)
@@ -58,7 +58,26 @@
         );
 
+double
+ErrorMedianOfH1(
+        TH1*        inputHisto,
+        int         numIterations,
+        int         verbosityLevel
+        );
+
 Double_t MedianOfH1withRndSlices (
         TH1*            inputHisto,     //histogram from which median will be calculated
-        vector<int> *position        //array with random slice numbers
+        vector<int>     *position        //array with random slice numbers
+        );
+
+int ExtractTH1EnriesToVector (
+        TH1*            inputHisto,     //histogram from which median will be calculated
+        vector<int>     *entries        //array with random slice numbers
+        );
+
+void CalculateErrorsWithBootstrapping(
+        TH1* inputHisto,
+        int numIt,
+        double* par,
+        double* parErr
         );
 
