Index: fact/tools/rootmacros/PulseTemplates/pixel.h
===================================================================
--- fact/tools/rootmacros/PulseTemplates/pixel.h	(revision 13592)
+++ fact/tools/rootmacros/PulseTemplates/pixel.h	(revision 13593)
@@ -92,4 +92,5 @@
             );
 
+    //Distributions
     void BookDistributionHistos();
     void DeleteDistributionHistos();
@@ -99,4 +100,8 @@
             );
 
+    void BookTemplateHistos();
+    void DeleteTemplateHistos();
+
+    //File Handling
     void SavePixelHistograms(const char *loc_fname, bool);
     void LoadPulseHistos( );
@@ -124,11 +129,20 @@
     TString         mOptions;
 
+    //Pixel Histos
     TH2F**          hMaxOverlay;      //histogrammm for overlay of detected Peaks
     TH2F**          hEdgeOverlay;
     TProfile**      hMaxProfile;      //histogrammm for Profile of detected Peaks
     TProfile**      hEdgeProfile;  //histogrammm for Profile of detected Peaks
+
+    //Distribution Histos
     TH1F**          hSlopeRisingEdge;
     TH1I**          hRisingEdgeToMax;
     TH1I**          hPosOfMax;
+
+    //Template Histos
+    TH1F**          hPixelMax;
+    TH1F**          hPixelMedian;
+    TH1F**          hPixelMean;
+
     TObjArray*      hList;
 
@@ -136,4 +150,5 @@
 
 protected:
+    int             mConstructorType;
 private:
 };
