MCEventWeight.h
Go to the documentation of this file.
1 #ifndef _MCEVENTWEIGHT_H_
2 #define _MCEVENTWEIGHT_H_
3 
4 #include <vector>
5 #include <string>
6 
7 namespace evwgh {
8  struct MCEventWeight
9  {
10  std::map<std::string, std::vector<double> > fWeight;
11  };
12 }
13 #endif //_MCEVENTWEIGHT_H_
std::map< std::string, std::vector< double > > fWeight
Definition: MCEventWeight.h:10