Jpp 21.0.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JROOT::JF1 Struct Reference

Wrapper data structure to build ROOT 1D function. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::JF1:

Classes

struct  helper
 Helper. More...
 

Public Member Functions

template<class JF1_t >
 JF1 (const char *const name, const JF1_t &f1, const range_type &X)
 Constructor.
 

Detailed Description

Wrapper data structure to build ROOT 1D function.

Definition at line 788 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ JF1()

template<class JF1_t >
JROOT::JF1::JF1 ( const char *const name,
const JF1_t & f1,
const range_type & X )
inline

Constructor.

Parameters
namename
f1function
Xfit range

Definition at line 799 of file JRootfit.hh.

801 :
802 TF1(name,
803 helper<JF1_t>(f1),
804 X.getLowerLimit(),
805 X.getUpperLimit(),
806 0)
807 {
808 this->SetNpx(1000);
809 };

The documentation for this struct was generated from the following file: