All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ana::PredictionInterp::ShiftedPreds Struct Reference

#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...
 

Detailed Description

Definition at line 148 of file PredictionInterp.h.

Member Function Documentation

double ana::PredictionInterp::ShiftedPreds::Stride ( ) const
inline

Definition at line 150 of file PredictionInterp.h.

150 {return shifts.size() > 1 ? shifts[1]-shifts[0] : 1;}
std::vector< double > shifts
Shift values sampled.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: