rivet is hosted by Hepforge, IPPP Durham
Rivet 3.1.6
Minimal objects representing AO fills, to be buffered before pushToPersistent().

Typedefs

using Rivet::Weight = double
 Typedef for weights.
 
template<class T >
using Rivet::Fill = pair< typename T::FillType, Weight >
 A single fill is a (FillType, Weight) pair.
 
template<class T >
using Rivet::Fills = multiset< Fill< T > >
 

Detailed Description

Note
Every object listed here needs a virtual fill method in YODA, otherwise the Tuple fakery won't work.

Typedef Documentation

◆ Fills

template<class T >
using Rivet::Fills = typedef multiset<Fill<T> >

A set of several fill objects.

Todo:
Why a set rather than a vector? Efficiency???