group Minimal objects representing AO fills, to be buffered before pushToPersistent().
Minimal objects representing AO fills, to be buffered before pushToPersistent().
Types
Name | |
---|---|
using double | Weight Typedef for weights. |
template <class T > using pair< typename T::FillType, Weight > | Fill A single fill is a (FillType, Weight) pair. |
template <class T > using multiset< Fill< T > > | Fills |
Detailed Description
Note: Every object listed here needs a virtual fill method in YODA, otherwise the Tuple fakery won’t work.
Types Documentation
using Weight
using Rivet::Weight = typedef double;
Typedef for weights.
using Fill
template <class T >
using Rivet::Fill = typedef pair<typename T::FillType, Weight>;
A single fill is a (FillType, Weight) pair.
using Fills
template <class T >
using Rivet::Fills = typedef multiset<Fill<T> >;
Todo: Why a set rather than a vector? Efficiency???
A set of several fill objects.
Updated on 2022-08-07 at 20:17:17 +0100