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