Definition at line 128 of file RooSimWSTool.h.
|
| MultiBuildConfig (const char *masterIndexCat) |
| Construct MultiBuildConfig for build configuration with multiple prototype p.d.f.s masterIndexCat is the name of the master index category that decides which prototype is used. More...
|
|
virtual | ~MultiBuildConfig () |
|
void | addPdf (const char *miStateList, const char *pdfName, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none()) |
| Add protytpe p.d.f 'pdfName' to MultiBuildConfig associated with master indes states 'miStateList'. More...
|
|
void | addPdf (const char *miStateList, const char *pdfName, SplitRule &sr) |
| Add protytpe p.d.f 'pdfName' to MultiBuildConfig associated with master indes states 'miStateList'. More...
|
|
| BuildConfig (const char *pdfName, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none()) |
| Construct build configuration from single prototype 'pdfName' and list of arguments that can be passed to RooSimWSTool::build() method. More...
|
|
| BuildConfig (const char *pdfName, SplitRule &sr) |
| Add prototype p.d.f pdfName to build configuration with associated split rules 'sr'. More...
|
|
| BuildConfig (const RooArgSet &legacyBuildConfig) |
| Constructor to make BuildConfig from legacy RooSimPdfBuilder configuration Empty for now. More...
|
|
virtual | ~BuildConfig () |
|
void | restrictBuild (const char *catName, const char *stateList) |
| Restrict build by only considering state names in stateList for split in category catName. More...
|
|
#include <RooSimWSTool.h>
◆ MultiBuildConfig()
RooSimWSTool::MultiBuildConfig::MultiBuildConfig |
( |
const char * |
masterIndexCat | ) |
|
Construct MultiBuildConfig for build configuration with multiple prototype p.d.f.s masterIndexCat is the name of the master index category that decides which prototype is used.
Definition at line 819 of file RooSimWSTool.cxx.
◆ ~MultiBuildConfig()
virtual RooSimWSTool::MultiBuildConfig::~MultiBuildConfig |
( |
| ) |
|
|
inlinevirtual |
◆ addPdf() [1/2]
◆ addPdf() [2/2]
void RooSimWSTool::MultiBuildConfig::addPdf |
( |
const char * |
miStateList, |
|
|
const char * |
pdfName, |
|
|
SplitRule & |
sr |
|
) |
| |
◆ RooSimWSTool
[legend]