LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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.
References util::begin(), util::end(), fAvgWeight, fMaxWeight, fMinWeight, fNcalls, fWeightCalc, and evwgh::WeightCalc::GetWeight().
double evwgh::Weight_t::fAvgWeight |
Definition at line 36 of file Weight_t.h.
Referenced by GetWeight().
double evwgh::Weight_t::fMaxWeight |
Definition at line 35 of file Weight_t.h.
Referenced by GetWeight().
double evwgh::Weight_t::fMinWeight |
Definition at line 34 of file Weight_t.h.
Referenced by GetWeight().
std::string evwgh::Weight_t::fName |
Definition at line 31 of file Weight_t.h.
long evwgh::Weight_t::fNcalls |
Definition at line 37 of file Weight_t.h.
Referenced by GetWeight().
int evwgh::Weight_t::fNmultisims |
Definition at line 38 of file Weight_t.h.
Referenced by evwgh::WeightManager::Configure().
WeightCalc* evwgh::Weight_t::fWeightCalc |
Definition at line 32 of file Weight_t.h.
Referenced by evwgh::WeightManager::Configure(), and GetWeight().
std::string evwgh::Weight_t::fWeightCalcType |
Definition at line 33 of file Weight_t.h.
Referenced by evwgh::WeightManager::Configure().