Reweight information for flux systematic. More...
Public Member Functions | |
SRFluxWeights () | |
~SRFluxWeights () | |
void | setDefault () |
Public Attributes | |
float | cv |
Reweight for the central value (cv) More... | |
std::vector< float > | vuniv |
Reweight values for the multi-universe. More... | |
unsigned int | nvuniv |
Number of universes. More... | |
Reweight information for flux systematic.
Definition at line 12 of file SRFluxWeights.h.
caf::SRFluxWeights::SRFluxWeights | ( | ) |
Definition at line 12 of file SRFluxWeights.cxx.
caf::SRFluxWeights::~SRFluxWeights | ( | ) |
Definition at line 18 of file SRFluxWeights.cxx.
void caf::SRFluxWeights::setDefault | ( | ) |
Definition at line 19 of file SRFluxWeights.cxx.
References cv, nvuniv, and vuniv.
Referenced by caf::CAFMaker::produce().
float caf::SRFluxWeights::cv |
Reweight for the central value (cv)
Definition at line 17 of file SRFluxWeights.h.
Referenced by caf::Proxy< caf::SRFluxWeights >::CheckEquals(), hdf5::HDF5FluxWeights< Tidx >::Fill(), flat::Flat< caf::SRFluxWeights >::Fill(), caf::FluxReweights(), caf::Proxy< caf::SRFluxWeights >::operator=(), and setDefault().
unsigned int caf::SRFluxWeights::nvuniv |
Number of universes.
Definition at line 19 of file SRFluxWeights.h.
Referenced by caf::Proxy< caf::SRFluxWeights >::CheckEquals(), hdf5::HDF5FluxWeights< Tidx >::Fill(), flat::Flat< caf::SRFluxWeights >::Fill(), caf::FluxReweights(), caf::Proxy< caf::SRFluxWeights >::operator=(), and setDefault().
std::vector<float> caf::SRFluxWeights::vuniv |
Reweight values for the multi-universe.
Definition at line 18 of file SRFluxWeights.h.
Referenced by caf::Proxy< caf::SRFluxWeights >::CheckEquals(), hdf5::HDF5FluxWeights< Tidx >::Fill(), flat::Flat< caf::SRFluxWeights >::Fill(), caf::FluxReweights(), caf::Proxy< caf::SRFluxWeights >::operator=(), and setDefault().