Definition at line 28 of file buildLikelihood.h.
#include <RooFit/TestStatistics/buildLikelihood.h>
◆ NLLFactory()
Create a likelihood builder for a given pdf and dataset.
- Parameters
-
[in] | pdf | Raw pointer to the pdf |
[in] | data | Raw pointer to the dataset |
Definition at line 307 of file buildLikelihood.cxx.
◆ build()
std::unique_ptr< RooAbsL > RooFit::TestStatistics::NLLFactory::build |
( |
| ) |
|
◆ ConstrainedParameters()
NLLFactory & RooFit::TestStatistics::NLLFactory::ConstrainedParameters |
( |
const RooArgSet & |
constrainedParameters | ) |
|
- Parameters
-
[in] | constrainedParameters | Set of parameters that are constrained. Pdf components dependent on these alone are added to the subsidiary likelihood. |
Definition at line 363 of file buildLikelihood.cxx.
◆ EvalBackend()
◆ Extended()
◆ ExternalConstraints()
NLLFactory & RooFit::TestStatistics::NLLFactory::ExternalConstraints |
( |
const RooArgSet & |
externalConstraints | ) |
|
- Parameters
-
[in] | externalConstraints | Set of external constraint pdfs, i.e. constraints not necessarily in the pdf itself. These are always added to the subsidiary likelihood. |
Definition at line 372 of file buildLikelihood.cxx.
◆ getSimultaneousComponents()
std::vector< std::unique_ptr< RooAbsL > > RooFit::TestStatistics::NLLFactory::getSimultaneousComponents |
( |
| ) |
|
|
private |
◆ GlobalObservables()
NLLFactory & RooFit::TestStatistics::NLLFactory::GlobalObservables |
( |
const RooArgSet & |
globalObservables | ) |
|
- Parameters
-
[in] | globalObservables | Observables that have a constant value, independent of the dataset events. Pdf components dependent on these alone are added to the subsidiary likelihood. |
- Note
- Overrides all other likelihood parameters (like those in NLLFactory::ConstrainedParameters()) if present.
Definition at line 383 of file buildLikelihood.cxx.
◆ GlobalObservablesTag()
NLLFactory & RooFit::TestStatistics::NLLFactory::GlobalObservablesTag |
( |
const char * |
globalObservablesTag | ) |
|
◆ _constrainedParameters
RooArgSet RooFit::TestStatistics::NLLFactory::_constrainedParameters |
|
private |
◆ _data
RooAbsData& RooFit::TestStatistics::NLLFactory::_data |
|
private |
◆ _evalBackend
◆ _extended
◆ _externalConstraints
RooArgSet RooFit::TestStatistics::NLLFactory::_externalConstraints |
|
private |
◆ _globalObservables
RooArgSet RooFit::TestStatistics::NLLFactory::_globalObservables |
|
private |
◆ _globalObservablesTag
std::string RooFit::TestStatistics::NLLFactory::_globalObservablesTag |
|
private |
◆ _pdf
RooAbsPdf& RooFit::TestStatistics::NLLFactory::_pdf |
|
private |
The documentation for this class was generated from the following files: