A single parameter to be reweighted. More...
#include <EventWeightParameterSet.h>
Public Member Functions | |
EventWeightParameter () | |
EventWeightParameter (std::string name, float mean, float width, size_t covIndex=0) | |
EventWeightParameter (std::string name, float mean, std::vector< float > widths, size_t covIndex=0) | |
Public Attributes | |
std::string | fName |
Parameter name. More... | |
float | fMean |
Gaussian mean. More... | |
float | fWidth |
Gaussian sigma. More... | |
size_t | fCovIndex |
Index in the covariance matrix (if any) More... | |
std::vector< float > | fWidths |
for multi sigma modes More... | |
Friends | |
bool | operator< (const EventWeightParameter &lhs, const EventWeightParameter &rhs) |
bool | operator== (const EventWeightParameter &lhs, const EventWeightParameter &rhs) |
A single parameter to be reweighted.
Definition at line 18 of file EventWeightParameterSet.h.
|
inline |
Default constructor.
Definition at line 20 of file EventWeightParameterSet.h.
|
inline |
Constructor specifying all parameter properties.
Definition at line 23 of file EventWeightParameterSet.h.
|
inline |
Definition at line 26 of file EventWeightParameterSet.h.
|
friend |
Comparison operator (required for use as an std::map key).
Definition at line 30 of file EventWeightParameterSet.h.
|
friend |
Equality operator, testing equality of all members.
Definition at line 36 of file EventWeightParameterSet.h.
size_t sbn::evwgh::EventWeightParameter::fCovIndex |
Index in the covariance matrix (if any)
Definition at line 48 of file EventWeightParameterSet.h.
float sbn::evwgh::EventWeightParameter::fMean |
Gaussian mean.
Definition at line 46 of file EventWeightParameterSet.h.
std::string sbn::evwgh::EventWeightParameter::fName |
Parameter name.
Definition at line 45 of file EventWeightParameterSet.h.
float sbn::evwgh::EventWeightParameter::fWidth |
Gaussian sigma.
Definition at line 47 of file EventWeightParameterSet.h.
std::vector<float> sbn::evwgh::EventWeightParameter::fWidths |
for multi sigma modes
Definition at line 49 of file EventWeightParameterSet.h.