hej is hosted by Hepforge, IPPP Durham
HEJ 2 2.0
High energy resummation for hadron colliders
Loading...
Searching...
No Matches
EventWriter.hh
Go to the documentation of this file.
1
8#pragma once
9
10namespace HEJ{
11 class Event;
12
16 virtual void write(Event const &) = 0;
17
18 virtual ~EventWriter() = default;
19 };
20
21}
Definition: Event.hh:84
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
Pure abstract base class for event writers.
Definition: EventWriter.hh:14
virtual void write(Event const &)=0
Write an event.
virtual ~EventWriter()=default