|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
The RooFit objects making up one channel's background. More...
#include <RooFitUtils.hpp>
Public Attributes | |
| RooRealVar * | bkg_yield = nullptr |
| RooRealVar * | bkg_slope = nullptr |
| RooAbsPdf * | bkg_pdf = nullptr |
The RooFit objects making up one channel's background.
Definition at line 178 of file RooFitUtils.hpp.
| RooAbsPdf* RooFitBackgroundModel::bkg_pdf = nullptr |
Definition at line 181 of file RooFitUtils.hpp.
Referenced by RooFitUtils::DumpChannelCSV().
| RooRealVar* RooFitBackgroundModel::bkg_slope = nullptr |
Definition at line 180 of file RooFitUtils.hpp.
Referenced by InteractiveSimultaneousFitEditor::InteractiveSimultaneousFitEditor().
| RooRealVar* RooFitBackgroundModel::bkg_yield = nullptr |
Definition at line 179 of file RooFitUtils.hpp.
Referenced by RooFitUtils::DumpChannelCSV(), and InteractiveSimultaneousFitEditor::InteractiveSimultaneousFitEditor().