Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4299)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4300)
@@ -22,9 +22,9 @@
  
   * mhist/MHCamera.h
-    - make SetUsed() public. Like this, it is possible to use the 
+    - make SetUsed() and Fill(x,w) public. It is now possible to use the 
       Fill-function together with the SetUsed(idx), when no 
       SetCamContent(...) is available. 
-      (Default of the Fill-function was always to have all pixels 
-       not-used). 
+      Previously, only a Fill(x,y,w) was public, with x and y positions 
+      in the camera. 
 
 
Index: /trunk/MagicSoft/Mars/mhist/MHCamera.h
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 4299)
+++ /trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 4300)
@@ -103,5 +103,4 @@
 
     Int_t Fill(Axis_t x);
-    Int_t Fill(Axis_t x, Stat_t w);
     Int_t Fill(const char *name, Stat_t w) { return -1; }
     void  FillN(Int_t ntimes, const Axis_t *x, const Double_t *w, Int_t stride=1) {}
@@ -120,4 +119,5 @@
 
     Int_t Fill(Axis_t x, Axis_t y, Stat_t w);
+    Int_t Fill(Axis_t x, Stat_t w);
 
     //void     AddPixContent(Int_t idx) const { AddBinContent(idx+1); }
