Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
SRWeightPSet.h
Go to the documentation of this file.
1
#ifndef SRWEIGHTPSET_H
2
#define SRWEIGHTPSET_H
3
4
#include "
sbnanaobj/StandardRecord/SRWeightMapEntry.h
"
5
6
#include "
sbnanaobj/StandardRecord/SREnums.h
"
7
8
#include <string>
9
#include <vector>
10
11
namespace
caf
12
{
13
class
SRWeightPSet
14
{
15
public
:
16
std::string
name
;
17
ReweightType_t
type
;
18
int
nuniv
;
19
std::vector<float>
covmx
;
20
21
std::vector<SRWeightMapEntry>
map
;
22
};
23
}
24
25
#endif
caf::SRWeightPSet::type
ReweightType_t type
Definition:
SRWeightPSet.h:17
SREnums.h
caf::SRWeightPSet
Definition:
SRWeightPSet.h:13
SRWeightMapEntry.h
caf::ReweightType_t
ReweightType_t
Definition:
SREnums.h:224
caf::SRWeightPSet::map
std::vector< SRWeightMapEntry > map
Definition:
SRWeightPSet.h:21
caf::SRWeightPSet::name
std::string name
Definition:
SRWeightPSet.h:16
caf::SRWeightPSet::covmx
std::vector< float > covmx
Definition:
SRWeightPSet.h:19
caf::SRWeightPSet::nuniv
int nuniv
Definition:
SRWeightPSet.h:18
Generated by
1.8.5