[Rivet-svn] r1706 - trunk/include/Rivet/Math

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jul 20 19:59:06 BST 2009


Author: fsiegert
Date: Mon Jul 20 19:59:06 2009
New Revision: 1706

Log:
Bugfix in Units.hh for femtobarn and attobarn

Modified:
   trunk/include/Rivet/Math/Units.hh

Modified: trunk/include/Rivet/Math/Units.hh
==============================================================================
--- trunk/include/Rivet/Math/Units.hh	Mon Jul 20 11:19:19 2009	(r1705)
+++ trunk/include/Rivet/Math/Units.hh	Mon Jul 20 19:59:06 2009	(r1706)
@@ -61,8 +61,8 @@
   static const double millibarn = 1.0e-3 * barn;
   static const double microbarn = 1.0e-6 * barn;
   static const double  nanobarn = 1.0e-9 * barn;
-  static const double femtobarn = 1.0e-3 * barn;
-  static const double attobarn  = 1.0e-3 * barn;
+  static const double femtobarn = 1.0e-15 * barn;
+  static const double attobarn  = 1.0e-18 * barn;
 
   //
   // Angle


More information about the Rivet-svn mailing list