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
EventWriter.hh
Go to the documentation of this file.
1
8
#pragma once
9
10
namespace
HEJ
{
11
class
Event;
12
14
struct
EventWriter
{
16
virtual
void
write
(
Event
const
&) = 0;
17
18
virtual
~EventWriter
() =
default
;
19
};
20
21
}
HEJ::Event
Definition:
Event.hh:84
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::EventWriter
Pure abstract base class for event writers.
Definition:
EventWriter.hh:14
HEJ::EventWriter::write
virtual void write(Event const &)=0
Write an event.
HEJ::EventWriter::~EventWriter
virtual ~EventWriter()=default
Generated by
1.9.1