#include <PredictionInterp.h>
Public Member Functions | |
double | Stride () const |
Public Attributes | |
std::string | systName |
What systematic we're interpolating. More... | |
std::vector< double > | shifts |
Shift values sampled. More... | |
std::vector< IPrediction * > | preds |
int | nCoeffs |
std::vector< std::vector < std::vector< Coeffs > > > | fits |
Indices: [type][histogram bin][shift bin]. More... | |
std::vector< std::vector < std::vector< Coeffs > > > | fitsNubar |
Will be filled if signs are separated, otherwise not. More... | |
Definition at line 148 of file PredictionInterp.h.
|
inline |
Definition at line 150 of file PredictionInterp.h.
std::vector<std::vector<std::vector<Coeffs> > > ana::PredictionInterp::ShiftedPreds::fits |
Indices: [type][histogram bin][shift bin].
Definition at line 159 of file PredictionInterp.h.
std::vector<std::vector<std::vector<Coeffs> > > ana::PredictionInterp::ShiftedPreds::fitsNubar |
Will be filled if signs are separated, otherwise not.
Definition at line 161 of file PredictionInterp.h.
int ana::PredictionInterp::ShiftedPreds::nCoeffs |
Definition at line 156 of file PredictionInterp.h.
std::vector<IPrediction*> ana::PredictionInterp::ShiftedPreds::preds |
Definition at line 154 of file PredictionInterp.h.
std::vector<double> ana::PredictionInterp::ShiftedPreds::shifts |
Shift values sampled.
Definition at line 153 of file PredictionInterp.h.
std::string ana::PredictionInterp::ShiftedPreds::systName |
What systematic we're interpolating.
Definition at line 152 of file PredictionInterp.h.