#include <stdexcept>
#include <string>
#include <ostream>
#include <sstream>
#include <iostream>
#include <cmath>
#include <map>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Defines | |
#define | UNUSED(x) x |
Enumerations | |
enum | Sign { MINUS = -1, ZERO = 0, PLUS = 1 } |
Enum for signs of numbers. More... | |
enum | DeltaRScheme { PSEUDORAPIDITY, RAPIDITY } |
Enum for longitudinal variable to be used in calculating ![]() | |
enum | PhiMapping { MINUSPI_PLUSPI, ZERO_2PI } |
Enum for range of ![]() | |
Variables | |
const double | MAXDOUBLE = std::numeric_limits<double>::max() |
const double | MAXINT = std::numeric_limits<int>::max() |
const double | PI = M_PI |
A pre-defined value of ![]() | |
const double | TWOPI = 2*M_PI |
A pre-defined value of ![]() | |
const double | HALFPI = M_PI_2 |
A pre-defined value of ![]() |
#define UNUSED | ( | x | ) | x |
Definition at line 22 of file MathHeader.hh.