hej
is hosted by
Hepforge
,
IPPP Durham
HEJ 2
2.0
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
include
HEJ
EmptyAnalysis.hh
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <memory>
12
13
#include "
HEJ/Analysis.hh
"
14
16
namespace
YAML
{
17
class
Node;
18
}
19
20
namespace
HEJ
{
27
struct
EmptyAnalysis
:
Analysis
{
28
static
std::unique_ptr<Analysis>
create
(YAML::Node
const
& parameters);
29
31
34
virtual
void
fill
(
Event
const
&,
Event
const
&)
override
;
36
39
virtual
bool
pass_cuts
(
Event
const
&,
Event
const
&)
override
;
41
44
virtual
void
finalise
()
override
;
45
46
virtual
~EmptyAnalysis
()
override
=
default
;
47
};
48
}
Analysis.hh
Header file for the Analysis interface.
HEJ::Event
Definition:
Event.hh:84
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
YAML
YAML Namespace.
Definition:
EmptyAnalysis.hh:16
HEJ::Analysis
Analysis base class.
Definition:
Analysis.hh:23
HEJ::EmptyAnalysis
Definition:
EmptyAnalysis.hh:27
HEJ::EmptyAnalysis::finalise
virtual void finalise() override
Finalise analysis.
HEJ::EmptyAnalysis::create
static std::unique_ptr< Analysis > create(YAML::Node const ¶meters)
HEJ::EmptyAnalysis::~EmptyAnalysis
virtual ~EmptyAnalysis() override=default
HEJ::EmptyAnalysis::pass_cuts
virtual bool pass_cuts(Event const &, Event const &) override
Whether a resummation event passes all cuts.
HEJ::EmptyAnalysis::fill
virtual void fill(Event const &, Event const &) override
Fill event into analysis (e.g. to histograms)
Generated by
1.9.5