hej
is hosted by
Hepforge
,
IPPP Durham
HEJ 2
2.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
r
s
t
u
v
w
z
Functions
a
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
b
c
d
e
f
g
h
l
m
n
p
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
c
h
j
m
o
Functions
c
j
m
o
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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::~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)
HEJ::EmptyAnalysis::create
static std::unique_ptr< Analysis > create(YAML::Node const ¶meters)
Generated by
1.9.1