12#ifndef RooStats_NumberCountingPdfFactory
13#define RooStats_NumberCountingPdfFactory
29 const char* pdfName =
"CombinedPdf",
const char* masterSignalName =
"masterSignal") ;
31 void AddData(
double* mainMeas,
double* bkgMeas,
double* db,
33 void AddExpData(
double* sigExp,
double* bkgExp,
double* db,
34 Int_t nbins,
RooWorkspace* ws,
const char* dsName =
"ExpectedNumberCountingData");
38 Int_t nbins,
RooWorkspace* ws,
const char* dsName =
"ExpectedNumberCountingData");
#define ClassDef(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Variable that can be changed from the outside.
A factory for building PDFs and data for a number counting combination.
void AddDataWithSideband(double *mainMeas, double *sideband, double *tau, Int_t nbins, RooWorkspace *ws, const char *dsName="ExpectedNumberCountingData")
Arguments are an array of expected signal, expected background, and relative background uncertainty (...
virtual ~NumberCountingPdfFactory()=default
need one for expected and one for observed
void AddModel(double *sigExp, Int_t nchan, RooWorkspace *ws, const char *pdfName="CombinedPdf", const char *masterSignalName="masterSignal")
This method produces a PDF for N channels with uncorrelated background uncertainty.
void AddData(double *mainMeas, double *bkgMeas, double *db, Int_t nbins, RooWorkspace *ws, const char *dsName="NumberCountingData")
Arguments are an array of results from a main measurement, a measured background, and relative backgr...
void AddExpData(double *sigExp, double *bkgExp, double *db, Int_t nbins, RooWorkspace *ws, const char *dsName="ExpectedNumberCountingData")
Arguments are an array of expected signal, expected background, and relative background uncertainty (...
RooRealVar * SafeObservableCreation(RooWorkspace *ws, const char *varName, double value)
need to be careful here that the range of observable in the dataset is consistent with the one in the...
void AddExpDataWithSideband(double *sigExp, double *bkgExp, double *tau, Int_t nbins, RooWorkspace *ws, const char *dsName="NumberCountingData")
Arguments are an array of expected signal, expected background, and relative ratio of background expe...
Persistable container for RooFit projects.
Namespace for the RooStats classes.