rivet is hosted by Hepforge, IPPP Durham
Rivet.hh File Reference
#include "Rivet/Config/RivetConfig.hh"
#include "Rivet/Config/BuildOptions.hh"
#include "Rivet/Tools/RivetSTL.hh"
#include "Rivet/Tools/RivetHepMC.hh"
#include "Rivet/Exceptions.hh"
#include "Rivet/Math/MathUtils.hh"
#include "Rivet/Math/Vectors.hh"
#include "Rivet/Math/Matrices.hh"
#include "Rivet/Math/Units.hh"
#include "Rivet/Tools/Utils.hh"
#include "Rivet/Tools/RivetPaths.hh"
#include "Rivet/ParticleName.hh"
#include "Rivet/Particle.hh"
Include dependency graph for Rivet.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

Functions

string version ()
 A function to get the Rivet version string.
template<typename T >
std::ostream & operator<< (std::ostream &os, const std::vector< T > &vec)
 Convenient function for streaming out vectors of any streamable object.
template<typename T >
std::ostream & operator<< (std::ostream &os, const std::list< T > &vec)
 Convenient function for streaming out lists of any streamable object.

Variables

static const double MAXRAPIDITY = 100000.0
 A sensible default maximum value of rapidity for Rivet analyses to use.

Define Documentation

#define UNUSED (   x)    x

Definition at line 17 of file Rivet.hh.