rivet
is hosted by
Hepforge
,
IPPP Durham
Rivet home
Contur
Professor
YODA
MCplots
AGILe
Downloads
Analyses
Standard analyses
Analysis changelog
Writing an analysis
Analysis coverage & wishlists
General
No searches/HI
Searches
Heavy ion
Documentation
Manual & talk links
Getting started / tutorials
Rivet via Docker
Changelog
Doxygen code/API docs
Source code
Contact
Rivet
4.0.2
include
Rivet
Math
Constants.hh
1
#ifndef RIVET_MATH_CONSTANTS
2
#define RIVET_MATH_CONSTANTS
3
4
#include "Rivet/Math/MathConstants.hh"
5
#include "Rivet/Math/Units.hh"
6
7
namespace
Rivet
{
8
9
constexpr
double
pi = M_PI;
10
constexpr
double
twopi = 2*pi;
11
constexpr
double
halfpi = pi/2;
12
constexpr
double
pi2 = pi*pi;
13
14
constexpr
double
c_light = 2.99792458e8;
15
16
constexpr
double
degree = pi / 180.0;
17
18
}
19
20
#endif
Rivet
Definition
MC_CENT_PPB_Projections.hh:10
Generated on Wed Oct 30 2024 15:42:55 for Rivet by
1.9.8