#include <Weight_t.h>
Public Member Functions | |
Weight_t () | |
std::vector< std::vector< double > > | GetWeight (art::Event &e) |
Public Attributes | |
std::string | fName |
WeightCalc * | fWeightCalc |
std::string | fWeightCalcType |
double | fMinWeight |
double | fMaxWeight |
double | fAvgWeight |
long | fNcalls |
int | fNmultisims |
Definition at line 9 of file Weight_t.h.
|
inline |
Definition at line 11 of file Weight_t.h.
|
inline |
Definition at line 18 of file Weight_t.h.
double evwgh::Weight_t::fAvgWeight |
Definition at line 37 of file Weight_t.h.
double evwgh::Weight_t::fMaxWeight |
Definition at line 36 of file Weight_t.h.
double evwgh::Weight_t::fMinWeight |
Definition at line 35 of file Weight_t.h.
std::string evwgh::Weight_t::fName |
Definition at line 32 of file Weight_t.h.
long evwgh::Weight_t::fNcalls |
Definition at line 38 of file Weight_t.h.
int evwgh::Weight_t::fNmultisims |
Definition at line 39 of file Weight_t.h.
WeightCalc* evwgh::Weight_t::fWeightCalc |
Definition at line 33 of file Weight_t.h.
std::string evwgh::Weight_t::fWeightCalcType |
Definition at line 34 of file Weight_t.h.