hep-mc
0.8
|
Class that displays the available information about the a-posterioi weights of a multi_channel_result.
Public Member Functions | |
multi_channel_weight_info (multi_channel_result< T > const &result) | |
std::vector< std::size_t > const & | calls () const |
std::vector< std::size_t > const & | channels () const |
std::size_t | minimal_weight_count () const |
std::vector< T > const & | weights () const |
|
inlineexplicit |
Constructor.
|
inline |
Returns the number of expected calls for each weight in the same order as the channel indices returned by channels().
|
inline |
Returns the channel indices sorted in ascending order of their corresponding weight.
|
inline |
Returns the number of channels that have a weight that, multiplied with the number of calls, corresponds to the minimum number of calls.
|
inline |
Returns the a-priori weights, starting with the lowest weights up to the largest one.