|
[Rivet-svn] r3418 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 6 21:45:10 BST 2011
Author: hoeth Date: Thu Oct 6 21:45:10 2011 New Revision: 3418 Log: 3.141592654 is probably pi Modified: trunk/src/Analyses/ATLAS_2011_I919017.cc Modified: trunk/src/Analyses/ATLAS_2011_I919017.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2011_I919017.cc Thu Oct 6 21:36:24 2011 (r3417) +++ trunk/src/Analyses/ATLAS_2011_I919017.cc Thu Oct 6 21:45:10 2011 (r3418) @@ -39,7 +39,7 @@ if (r < bins_r[bin+1]) { double up = bins_r[bin+1]; double down = bins_r[bin]; - return ((up-down)/(3.141592654*(up*up-down*down))); + return ((up-down)/(M_PI*(up*up-down*down))); } } return 1.0;
More information about the Rivet-svn mailing list |