hej is hosted by Hepforge, IPPP Durham
HEJ 2  2.0
High energy resummation for hadron colliders
get_analysis.hh
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include <memory>
12 
13 #include "HEJ/Analysis.hh"
14 
15 namespace YAML{
16  class Node;
17 }
18 
19 namespace HEJ{
21 
31  std::unique_ptr<Analysis> get_analysis(YAML::Node const & parameters);
32 }
Header file for the Analysis interface.
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
std::unique_ptr< Analysis > get_analysis(YAML::Node const &parameters)
Load an analysis.
YAML Namespace.
Definition: EmptyAnalysis.hh:16