Fork me on GitHub

Changeset 244 in svn for trunk/Utilities


Ignore:
Timestamp:
Feb 5, 2009, 11:56:10 AM (16 years ago)
Author:
Xavier Rouby
Message:

from PI to pi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Fastjet/plugins/CDFCones/interface/CalTower.hh

    r100 r244  
    88#include <cmath>
    99#include <iostream>
    10 
    11 #ifndef M_PI
    12 #define M_PI  3.141592653589793238462643383279502884197
    13 #endif
    14 
    15 const double pi = acos(-1);
    16 
    1710
    1811/* // CDF data : 22 towers. step=2.7° at the beginning, and after, it changes
     
    4841    10,10,10,10,10, 10,10,10,10,10, 10,10,10,10,10, 10,10,10,20, 20 };
    4942
     43
     44#ifndef __PI__
     45#define __PI__
     46const float pi = 3.14159265358979312;
     47#endif
    5048
    5149class CalTower
Note: See TracChangeset for help on using the changeset viewer.