All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRWeightParam.h
Go to the documentation of this file.
1 #ifndef SRWEIGHTPARAM_H
2 #define SRWEIGHTPARAM_H
3 
4 #include <string>
5 
6 namespace caf
7 {
9  {
10  public:
11  std::string name;
12  float mean;
13  float width;
14  int covidx;
15  };
16 }
17 
18 #endif
std::string name
Definition: SRWeightParam.h:11