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
Analysis.hh
Go to the documentation of this file.
1
12
#pragma once
13
15
namespace
HEJ
{
16
class
Event;
17
19
23
struct
Analysis
{
25
29
virtual
void
fill
(
Event
const
& res_event,
Event
const
& FO_event) = 0;
31
36
virtual
bool
pass_cuts
(
Event
const
& res_event,
Event
const
& FO_event) = 0;
38
42
virtual
void
finalise
() = 0;
43
44
virtual
~Analysis
() =
default
;
45
};
46
47
}
HEJ::Event
Definition:
Event.hh:84
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::Analysis
Analysis base class.
Definition:
Analysis.hh:23
HEJ::Analysis::pass_cuts
virtual bool pass_cuts(Event const &res_event, Event const &FO_event)=0
Decide whether an event passes the cuts.
HEJ::Analysis::~Analysis
virtual ~Analysis()=default
HEJ::Analysis::finalise
virtual void finalise()=0
Finalise analysis.
HEJ::Analysis::fill
virtual void fill(Event const &res_event, Event const &FO_event)=0
Fill event into analysis (e.g. to histograms)
Generated by
1.9.1