Histograms that are filled from the nuTree. More...
Public Member Functions | |
NuHistDef (Spectrum &_spect, const NuTruthVar &_var, const NuTruthCut &_cut, const SystShifts &_shift, const NuTruthVar &_wei=kNuTruthUnweighted) | |
NuHistDef (Spectrum &_spect, const NuTruthMultiVar &_var, const NuTruthCut &_cut, const SystShifts &_shift, const NuTruthVar &_wei=kNuTruthUnweighted) | |
Public Attributes | |
Spectrum & | spect |
const std::optional< NuTruthVar > | var |
const std::optional< NuTruthMultiVar > | multivar |
const NuTruthCut | cut |
const SystShifts | shift |
const NuTruthVar | wei |
Histograms that are filled from the nuTree.
Definition at line 200 of file SpectrumLoaderBase.h.
|
inline |
Definition at line 202 of file SpectrumLoaderBase.h.
|
inline |
Definition at line 211 of file SpectrumLoaderBase.h.
const NuTruthCut ana::SpectrumLoaderBase::NuHistDef::cut |
Definition at line 224 of file SpectrumLoaderBase.h.
const std::optional<NuTruthMultiVar> ana::SpectrumLoaderBase::NuHistDef::multivar |
Definition at line 223 of file SpectrumLoaderBase.h.
const SystShifts ana::SpectrumLoaderBase::NuHistDef::shift |
Definition at line 225 of file SpectrumLoaderBase.h.
Spectrum& ana::SpectrumLoaderBase::NuHistDef::spect |
Definition at line 221 of file SpectrumLoaderBase.h.
const std::optional<NuTruthVar> ana::SpectrumLoaderBase::NuHistDef::var |
Definition at line 222 of file SpectrumLoaderBase.h.
const NuTruthVar ana::SpectrumLoaderBase::NuHistDef::wei |
Definition at line 226 of file SpectrumLoaderBase.h.