Loading [MathJax]/extensions/tex2jax.js
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.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
c
d
e
f
i
j
m
p
t
v
w
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
Typedefs
Enumerations
Related Symbols
include
Rivet
Math
StdHeader.hh
1
#ifndef RIVET_MATH_STD
2
#define RIVET_MATH_STD
3
4
#include <stdexcept>
5
#include <string>
6
#include <ostream>
7
#include <sstream>
8
#include <cmath>
9
#include <map>
10
#include <vector>
11
#include <array>
12
13
using
std::string;
14
using
std::ostream;
15
using
std::ostringstream;
16
using
std::pair;
17
using
std::vector;
18
using
std::array;
19
20
#endif
Generated on Thu Feb 29 2024 15:46:47 for Rivet by
1.9.8