#include <SRWeightPSet.h>
Public Attributes | |
std::string | name |
ReweightType_t | type |
int | nuniv |
std::vector< float > | covmx |
std::vector< SRWeightMapEntry > | map |
Definition at line 13 of file SRWeightPSet.h.
std::vector<float> caf::SRWeightPSet::covmx |
Definition at line 19 of file SRWeightPSet.h.
std::vector<SRWeightMapEntry> caf::SRWeightPSet::map |
Definition at line 21 of file SRWeightPSet.h.
std::string caf::SRWeightPSet::name |
Definition at line 16 of file SRWeightPSet.h.
int caf::SRWeightPSet::nuniv |
Definition at line 18 of file SRWeightPSet.h.
ReweightType_t caf::SRWeightPSet::type |
Definition at line 17 of file SRWeightPSet.h.