All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRWeightPSet.h
Go to the documentation of this file.
1 #ifndef SRWEIGHTPSET_H
2 #define SRWEIGHTPSET_H
3 
5 
7 
8 #include <string>
9 #include <vector>
10 
11 namespace caf
12 {
14  {
15  public:
16  std::string name;
18  int nuniv;
19  std::vector<float> covmx;
20 
21  std::vector<SRWeightMapEntry> map;
22  };
23 }
24 
25 #endif
ReweightType_t type
Definition: SRWeightPSet.h:17
ReweightType_t
Definition: SREnums.h:224
std::vector< SRWeightMapEntry > map
Definition: SRWeightPSet.h:21
std::string name
Definition: SRWeightPSet.h:16
std::vector< float > covmx
Definition: SRWeightPSet.h:19