Definition at line 31 of file RooBinnedL.h.
 
 | 
|   | RooBinnedL (RooAbsPdf *pdf, RooAbsData *data) | 
|   | 
|   | ~RooBinnedL () override | 
|   | 
| ROOT::Math::KahanSum< double >  | evaluatePartition (Section bins, std::size_t components_begin, std::size_t components_end) override | 
|   | Calculate and return likelihood on subset of data from firstEvent to lastEvent processed with a step size of 'stepSize'.  
  | 
|   | 
| std::string  | GetClassName () const override | 
|   | 
|   | RooAbsL (ClonePdfData in, std::size_t N_events, std::size_t N_components, Extended extended=Extended::Auto) | 
|   | Constructor that clones the pdf/data and owns those cloned copies.  
  | 
|   | 
|   | RooAbsL (const RooAbsL &other) | 
|   | 
|   | RooAbsL (RooAbsPdf *pdf, RooAbsData *data, std::size_t N_events, std::size_t N_components, Extended extended=Extended::Auto) | 
|   | Constructor that does not clone pdf/data and uses the shared_ptr aliasing constructor to make it non-owning.  
  | 
|   | 
| virtual  | ~RooAbsL ()=default | 
|   | 
| virtual void  | constOptimizeTestStatistic (RooAbsArg::ConstOpCode opcode, bool doAlsoTrackingOpt) | 
|   | Interface function signaling a request to perform constant term optimization.  
  | 
|   | 
| virtual double  | defaultErrorLevel () const | 
|   | 
| virtual std::string  | GetInfo () const | 
|   | 
| virtual std::string  | GetName () const | 
|   | 
| std::size_t  | getNComponents () const | 
|   | 
| std::size_t  | getNEvents () const | 
|   | 
| virtual std::unique_ptr< RooArgSet >  | getParameters () | 
|   | 
| virtual std::string  | GetTitle () const | 
|   | 
| void  | initClones (RooAbsPdf &inpdf, RooAbsData &indata) | 
|   | 
| bool  | isExtended () const | 
|   | 
| virtual std::size_t  | numDataEntries () const | 
|   | Number of dataset entries.  
  | 
|   | 
| void  | setSimCount (std::size_t value) | 
|   | 
#include <RooFit/TestStatistics/RooBinnedL.h>
◆ RooBinnedL()
◆ ~RooBinnedL()
  
  
      
        
          | RooBinnedL::~RooBinnedL  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridedefault   | 
  
 
 
◆ evaluatePartition()
Calculate and return likelihood on subset of data from firstEvent to lastEvent processed with a step size of 'stepSize'. 
If this an extended likelihood and and the zero event is processed the extended term is added to the return likelihood. 
Implements RooFit::TestStatistics::RooAbsL.
Definition at line 88 of file RooBinnedL.cxx.
 
 
◆ GetClassName()
  
  
      
        
          | std::string RooFit::TestStatistics::RooBinnedL::GetClassName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ _binw
  
  
      
        
          | std::vector<double> RooFit::TestStatistics::RooBinnedL::_binw | 
         
       
   | 
  
mutableprivate   | 
  
 
 
◆ _first
  
  
      
        
          | bool RooFit::TestStatistics::RooBinnedL::_first = true | 
         
       
   | 
  
mutableprivate   | 
  
 
 
◆ cachedResult_
◆ lastSection_
  
  
      
        
          | Section RooFit::TestStatistics::RooBinnedL::lastSection_ = {0, 0} | 
         
       
   | 
  
private   | 
  
 
 
◆ paramTracker_
  
  
      
        
          | std::unique_ptr<RooChangeTracker> RooFit::TestStatistics::RooBinnedL::paramTracker_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: