MathHeader.hh File Reference

#include <stdexcept>
#include <string>
#include <ostream>
#include <sstream>
#include <iostream>
#include <cmath>
#include <map>
#include <vector>
#include <algorithm>

Include dependency graph for MathHeader.hh:

This graph shows which files directly or indirectly include this file:

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 $ R $. More...
enum  PhiMapping { MINUSPI_PLUSPI, ZERO_2PI }
 Enum for range of $ \phi $ to be mapped into. More...

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 $ \pi $.
const double TWOPI = 2*M_PI
 A pre-defined value of $ 2\pi $.
const double HALFPI = M_PI_2
 A pre-defined value of $ \pi/2 $.

Define Documentation

#define UNUSED (  )     x

Definition at line 22 of file MathHeader.hh.