SRWeightGlobal.h
Go to the documentation of this file.
1 #ifndef DUNEANAOBJ_SRWEIGHTGLOBAL_H
2 #define DUNEANAOBJ_SRWEIGHTGLOBAL_H
3 
5 
6 #include <vector>
7 
8 namespace caf
9 {
11  {
12 
13  public:
16 
17  std::vector<SRSystParamHeader> params;
18  };
19 
20 } // end namespace
21 
22 #endif // DUNEANAOBJ_SRWEIGHTGLOBAL_H
23 //////////////////////////////////////////////////////////////////////////////
std::vector< SRSystParamHeader > params
Common Analysis Files.
Definition: SRGAr.h:13