hej is hosted by Hepforge, IPPP Durham
HEJ  2.2.3
High energy resummation for hadron colliders
EmptyAnalysis.hh
Go to the documentation of this file.
1 
8 #pragma once
9 
11 
12 namespace HEJ {
26  struct [[deprecated("to be removed in HEJ 2.3")]]
28  static std::unique_ptr<Analysis> create(
29  YAML::Node const & parameters,
30  LHEF::HEPRUP const & /*unused*/
31  );
32 
33  ~EmptyAnalysis() override = default;
34  };
35 } // namespace HEJ
Internal header for empty analysis, to be removed in HEJ 2.3.
@ in
Incoming.
Definition: HepMCInterface_common.hh:27
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
Definition: EmptyAnalysis.hh:27
static std::unique_ptr< Analysis > create(YAML::Node const &parameters, LHEF::HEPRUP const &)
~EmptyAnalysis() override=default
Definition: EmptyAnalysis.hh:26