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 313 of file buildLikelihood.cxx.
 
 
◆ build()
      
        
          | std::unique_ptr< RooAbsL > RooFit::TestStatistics::NLLFactory::build  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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 369 of file buildLikelihood.cxx.
 
 
◆ EvalBackend()
◆ Extended()
◆ 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 378 of file buildLikelihood.cxx.
 
 
◆ getSimultaneousComponents()
  
  
      
        
          | std::vector< std::unique_ptr< RooAbsL > > RooFit::TestStatistics::NLLFactory::getSimultaneousComponents  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ 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 389 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: