62 void Insert(
const double,
const double );
66 double GetTweak(
const int i )
const {
return ( ( fRWResults.size() > 0 && i >= 0 && i < (
int)fRWResults.size() ) ? fRWResults[i].
GetTweak() : 0. ); }
67 double GetWeight(
const int i )
const {
return ( ( fRWResults.size() > 0 && i >= 0 && i < (
int)fRWResults.size() ) ? fRWResults[i].
GetWeight() : 1. ); }
double GetTweak(const int i) const
#include "Numerical/GSFunc.h"
std::vector< GReWeightInfo > fRWResults
int GetOriginalEvtNumber() const
GReWeightInfo(TRootIOCtor *)
int GetNumOfRWResults() const
GReWeightInfo(const GReWeightInfo &r)
void SetOriginalEvtNumber(const int ievt)
double GetWeight(const int i) const
GReWeightInfo(double twk, double wt)