Index: /fact/tools/rootmacros/PulseTemplates/pixel.h
===================================================================
--- /fact/tools/rootmacros/PulseTemplates/pixel.h	(revision 13590)
+++ /fact/tools/rootmacros/PulseTemplates/pixel.h	(revision 13591)
@@ -40,22 +40,30 @@
     /** Default constructor.
     */
-//    Pixel(int pixelID);
     Pixel(
-            int pixelID                 = 0,
-            int maxPulsorder            = 1,
-            int verbosityLevel          = 0,
-            int pixelOverlayXaxisLeft   = 50,
-            int pixelOverlayXaxisRight  = 250,
-            int bSLMean                 = -1,
-            int gainMean                = 10,
-            TString options             = ""
+            int     pixelID,
+            int     maxPulsorder,
+            int     verbosityLevel,
+            bool    stats,
+            TFile*  filename
+            );
+
+    Pixel(
+            int     pixelID,
+            int     maxPulsorder,
+            int     verbosityLevel,
+            bool    stats,
+            TFile*  filename,
+            int     pixelOverlayXaxisLeft,
+            int     pixelOverlayXaxisRight,
+            int     bSLMean,
+            int     gainMean,
+            TString options
         );
 
 
-//    /** Copy constructor.
-//    *
-//    * @param from The value to copy to this object.
-//    */
-//    XX(const XX& from);
+    //    /** Copy constructor.
+    //    *
+    //    * @param from The value to copy to this object.
+    //    */
 
 
@@ -92,8 +100,20 @@
 
     void SavePixelHistograms(const char *loc_fname, bool);
+    void LoadPulseHistos( );
+
+    TString HistoTitle(
+            TString     histo_title,
+            int         order
+            );
+
+    TString HistoName(
+            TString     histoname,
+            int         order
+            );
 
 // ACCESS
 // INQUIRY
     int             mChid;
+    bool            mStats;
     int             mMaxPulseOrder;
     int             mVerbosityLevel;
@@ -113,4 +133,6 @@
     TObjArray*      hList;
 
+    TFile*          mRootFile;
+
 protected:
 private:
