Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larsim
larsim
EventWeight
Base
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_
evwgh
Definition:
EventWeight_module.cc:31
evwgh::MCEventWeight::fWeight
std::map< std::string, std::vector< double > > fWeight
Definition:
MCEventWeight.h:10
evwgh::MCEventWeight
Definition:
MCEventWeight.h:8
Generated by
1.8.11