Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #49


Ignore:
Timestamp:
May 23, 2012, 1:02:12 AM (13 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49 – Description

    initial v1  
    55grep -r "sqrt( *pow" trunk/* | grep c:
    66}}}
     7  - A strange pi constant is defined as 3.14159265358979312 in interface/D_Constants.h and in Utilities/Fastjet/plugins/CDFCones/interface/CalTower.hh. Normally, it should be 3.14159265358979323846. Moreover M_PI is already defined in math.h, pi and twopi are defined in Utilities/CLHEP/Units/PhysicalConstants.h. It would be better to use definitions from PhysicalConstants.h.