rivet is hosted by Hepforge, IPPP Durham
RivetCommon.hh File Reference
#include "Rivet/Config/RivetConfig.hh"
#include "Rivet/Config/BuildOptions.hh"
#include "Rivet/Exceptions.hh"
#include "Rivet/Tools/RivetSTL.hh"
#include "Rivet/Tools/RivetBoost.hh"
#include "Rivet/Tools/RivetHepMC.hh"
#include "Rivet/Tools/Utils.hh"
#include "Rivet/Tools/Logging.hh"
#include "Rivet/Math/Units.hh"
#include "Rivet/ParticleName.hh"
#include "Rivet/Tools/ParticleIdUtils.hh"
#include "Rivet/Math/MathUtils.hh"
#include "Rivet/Math/Vectors.hh"
#include "Rivet/Math/Constants.hh"
Include dependency graph for RivetCommon.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define UNUSED(x)   x
#define DEPRECATED(x)
 Macro to help mark code as deprecated to produce compiler warnings.

Define Documentation

#define DEPRECATED (   x)

Macro to help mark code as deprecated to produce compiler warnings.

Definition at line 38 of file RivetCommon.hh.

#define UNUSED (   x)    x

Macro to help with overzealous compiler warnings

Note:
It's easier and better to just not give an arg name to args which won't be used, when possible.

Definition at line 20 of file RivetCommon.hh.