All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRGlobal.h
Go to the documentation of this file.
1 #ifndef SRGLOBAL_H
2 #define SRGLOBAL_H
3 
5 
6 #include <vector>
7 
8 namespace caf
9 {
10  class SRGlobal
11  {
12  public:
13  std::vector<SRWeightPSet> wgts;
14  };
15 }
16 
17 #endif
std::vector< SRWeightPSet > wgts
Definition: SRGlobal.h:13