Data point for counting measurement.  
 More...
#include <JRootfit.hh>
 | 
|   | m_count () | 
|   | Default constructor.  
  | 
|   | 
|   | m_count (const size_t count) | 
|   | Constructor.  
  | 
|   | 
| double  | getRho (const double z) const | 
|   | Get chi2.  
  | 
|   | 
| double  | getPsi (const double z) const | 
|   | Get derivative of chi2.  
  | 
|   | 
 | 
| static double  | epsilon () | 
|   | Minimal value for numerical computations.  
  | 
|   | 
Data point for counting measurement. 
Definition at line 64 of file JRootfit.hh.
 
◆ m_count() [1/2]
  
  
      
        
          | JROOT::m_count::m_count  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_count() [2/2]
  
  
      
        
          | JROOT::m_count::m_count  | 
          ( | 
          const size_t |           count | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 78 of file JRootfit.hh.
 
 
◆ epsilon()
  
  
      
        
          | static double JROOT::m_count::epsilon  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Minimal value for numerical computations. 
- Returns
 - epsilon 
 
Definition at line 88 of file JRootfit.hh.
   89    {
   90      return std::numeric_limits<double>::min();
   91    }
 
 
 
◆ getRho()
  
  
      
        
          | double JROOT::m_count::getRho  | 
          ( | 
          const double |           z | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get chi2. 
- Parameters
 - 
  
  
 
- Returns
 - chi2 
 
Definition at line 100 of file JRootfit.hh.
  101    {
  103 
  105    }
static double epsilon()
Minimal value for numerical computations.
 
 
 
 
◆ getPsi()
  
  
      
        
          | double JROOT::m_count::getPsi  | 
          ( | 
          const double |           z | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get derivative of chi2. 
- Parameters
 - 
  
  
 
- Returns
 - derivative of chi2 
 
Definition at line 114 of file JRootfit.hh.
 
 
◆ count
      
        
          | size_t JROOT::m_count::count | 
        
      
 
 
The documentation for this struct was generated from the following file: