Loading [MathJax]/extensions/tex2jax.js
hej
is hosted by
Hepforge
,
IPPP Durham
HEJ
2.3.0
High energy resummation for hadron colliders
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
u
v
w
z
Functions
a
c
d
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
HEJ
get_analysis.hh
Go to the documentation of this file.
1
8
#pragma once
9
10
#include <memory>
11
#include <vector>
12
13
#include "
HEJ/Analysis.hh
"
14
15
namespace
YAML
{
16
class
Node;
17
}
18
19
namespace
HEJ
{
21
32
std::unique_ptr<Analysis>
get_analysis
(
33
YAML::Node
const
& parameters, LHEF::HEPRUP
const
& heprup);
34
36
41
std::vector<std::unique_ptr<Analysis>>
get_analyses
(
42
std::vector<YAML::Node>
const
& parameters, LHEF::HEPRUP
const
& heprup);
43
}
// namespace HEJ
Analysis.hh
Header file for the Analysis interface.
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::get_analyses
std::vector< std::unique_ptr< Analysis > > get_analyses(std::vector< YAML::Node > const ¶meters, LHEF::HEPRUP const &heprup)
Loads multiple analysis, vector version of get_analysis()
HEJ::get_analysis
std::unique_ptr< Analysis > get_analysis(YAML::Node const ¶meters, LHEF::HEPRUP const &heprup)
Load an analysis.
YAML
Definition:
get_analysis.hh:15
Generated by
1.9.1