Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
Loading...
Searching...
No Matches
RooFitBackgroundModel Struct Reference

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

Detailed Description

The RooFit objects making up one channel's background.

Note
Non-owning pointers, as with RooFitPeakModel.

Definition at line 178 of file RooFitUtils.hpp.

Member Data Documentation

◆ bkg_pdf

RooAbsPdf* RooFitBackgroundModel::bkg_pdf = nullptr

Definition at line 181 of file RooFitUtils.hpp.

Referenced by RooFitUtils::DumpChannelCSV().

◆ bkg_slope

RooRealVar* RooFitBackgroundModel::bkg_slope = nullptr

◆ bkg_yield

RooRealVar* RooFitBackgroundModel::bkg_yield = nullptr

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