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
CombinedEventWriter.hh
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <memory>
12
#include <vector>
13
14
#include "
HEJ/EventWriter.hh
"
15
#include "
HEJ/output_formats.hh
"
16
17
namespace
LHEF
{
18
struct
HEPRUP;
19
}
20
21
namespace
HEJ
{
22
24
class
CombinedEventWriter
:
public
EventWriter
{
25
public
:
27
33
CombinedEventWriter
(
34
std::vector<OutputFile>
const
& outfiles,
35
LHEF::HEPRUP
const
& heprup
36
);
37
39
void
write
(
Event
const
&)
override
;
40
41
private
:
42
std::vector<std::unique_ptr<EventWriter>> writers_;
43
};
44
45
}
EventWriter.hh
Header file for the EventWriter interface.
HEJ::CombinedEventWriter
Write event output to zero or more output files.
Definition:
CombinedEventWriter.hh:24
HEJ::CombinedEventWriter::write
void write(Event const &) override
Write one event to all output files.
HEJ::CombinedEventWriter::CombinedEventWriter
CombinedEventWriter(std::vector< OutputFile > const &outfiles, LHEF::HEPRUP const &heprup)
Constructor.
HEJ::Event
Definition:
Event.hh:84
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
LHEF
Definition:
CombinedEventWriter.hh:17
output_formats.hh
Defines formats for output to event files.
HEJ::EventWriter
Pure abstract base class for event writers.
Definition:
EventWriter.hh:14
Generated by
1.9.1