hej
is hosted by
Hepforge
,
IPPP Durham
HEJ
2.1.4
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
include
HEJ
Analysis.hh
Go to the documentation of this file.
1
12
#pragma once
13
14
namespace
LHEF
{
15
class
HEPRUP;
16
}
17
19
namespace
HEJ
{
20
class
Event;
21
23
27
struct
Analysis
{
32
virtual
void
fill
(
Event
const
& res_event,
Event
const
& FO_event) = 0;
34
39
virtual
bool
pass_cuts
(
Event
const
& res_event,
Event
const
& FO_event) = 0;
41
45
virtual
void
finalise
() = 0;
46
47
virtual
~Analysis
() =
default
;
48
};
49
50
}
// namespace HEJ
HEJ::Event
An event with clustered jets.
Definition:
Event.hh:47
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
LHEF
Definition:
Analysis.hh:14
HEJ::Analysis
Analysis base class.
Definition:
Analysis.hh:27
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
Generated by
1.9.5