Index: /fact/tools/rootmacros/PulseTemplates/templateextractors.h
===================================================================
--- /fact/tools/rootmacros/PulseTemplates/templateextractors.h	(revision 13652)
+++ /fact/tools/rootmacros/PulseTemplates/templateextractors.h	(revision 13653)
@@ -12,4 +12,23 @@
 #include "pixel.h"
 
+/** Assignment operator.
+* @todo do me
+* @warning not implemented
+* @param from THe value to assign to this object.
+*
+* @return A reference to this object.
+*/
+
+/** CalcMaxPropabilityOfSlice(
+        TH2*            inputHisto,
+        TH1*            outputHisto,
+        int             verbosityLevel
+        );
+* Generates a Y-Projection for each slice of a TH2 histogram
+* Then calls the Value of the bin with Maximum Value and puts it
+* into the corresponding bin of a TH1 histogram
+* @see Event::CalibrateAllPixel()
+* @see Event::CalculatePhotonCharge()
+*/
 void
 CalcMaxPropabilityOfSlice(
@@ -22,4 +41,5 @@
 PlotMaxPropabilityPulse(
         Pixel*          CurrentPixel,
+        TString         overlayType,
         int             verbosityLevel
         );
@@ -36,7 +56,22 @@
 
 void
-CalcMedianOfSlice(
+PlotMedianOfSlice(
         Pixel*          CurrentPixel,
         TString         overlayType,
+        int             verbosityLevel
+        );
+
+void
+PlotMeanOfSlice(
+        Pixel*          CurrentPixel,
+        TString         overlayType,
+        int             verbosityLevel
+        );
+
+void
+ExtractPulseTemplate(
+        Pixel*          CurrentPixel,
+        TString         overlayType,
+        int             order,
         int             verbosityLevel
         );
