[yoda-svn] r421 - trunk/include/YODA

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Dec 8 00:23:56 GMT 2011


Author: hoeth
Date: Thu Dec  8 00:23:56 2011
New Revision: 421

Log:
cosmetic changes to Bin1D.h

Modified:
   trunk/include/YODA/Bin1D.h

Modified: trunk/include/YODA/Bin1D.h
==============================================================================
--- trunk/include/YODA/Bin1D.h	Wed Dec  7 22:06:04 2011	(r420)
+++ trunk/include/YODA/Bin1D.h	Thu Dec  8 00:23:56 2011	(r421)
@@ -9,7 +9,6 @@
 #include "YODA/Bin.h"
 #include "YODA/Dbn1D.h"
 #include <string>
-#include <iostream>
 #include <utility>
 #include <cassert>
 
@@ -171,7 +170,7 @@
     }
 
     /// The standard error on the bin focus.
-    double xStdError() const {
+    double xStdErr() const {
       return _dbn.xStdErr();
     }
 
@@ -185,7 +184,7 @@
 
   public:
 
-    /// @name Raw x distribution statistics
+    /// @name Raw distribution statistics
     //@{
 
     /// The number of entries
@@ -193,7 +192,7 @@
       return _dbn.numEntries();
     }
 
-    /// The number of entries
+    /// The effective number of entries
     unsigned long effNumEntries() const {
       return _dbn.effNumEntries();
     }


More information about the yoda-svn mailing list