[yoda-svn] r295 - in trunk: . src

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Aug 18 20:09:55 BST 2011


Author: mkawalec
Date: Thu Aug 18 20:09:55 2011
New Revision: 295

Log:
TODO changes.

Modified:
   trunk/TODO
   trunk/src/Histo2D.cc

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	Thu Aug 18 19:15:18 2011	(r294)
+++ trunk/TODO	Thu Aug 18 20:09:55 2011	(r295)
@@ -25,6 +25,7 @@
 * Add copy constructors for Dbn1D/2D, Scatter2D, Histo/ProfileBin1D, Point2D/3D, HistoBin2D.
   Rule of three: also need explicit assignment operator= for all classes
   with copy constructors? (ANDY and MICHAL for respectively authored classes)
+  MK: All 2/3D classes should be done.
 
 * Conversion functions to build Histo1D and Profile1D objects for slicings and
   marginalisations along both X and Y directions of 2D histos. Throw an

Modified: trunk/src/Histo2D.cc
==============================================================================
--- trunk/src/Histo2D.cc	Thu Aug 18 19:15:18 2011	(r294)
+++ trunk/src/Histo2D.cc	Thu Aug 18 20:09:55 2011	(r295)
@@ -82,7 +82,9 @@
     return sigma2/sumW();
   }
 
-
+  
+  /// @todo Check how finding the correct bins works in the case of 
+  /// a sparse representation, and if it is decent, code it in here.
   Scatter3D operator / (const Histo2D& numer, const Histo2D& denom) {
     if(numer != denom) throw GridError("The two Histos are not the same!");
     Scatter3D tmp;


More information about the yoda-svn mailing list