Jpp 19.3.0-rc.3
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=range_type())
 Constructor.
 

Detailed Description

Wrapper data structure to build ROOT 1D function.

Definition at line 589 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 = range_type() )
inline

Constructor.

Parameters
namename
f1function
Xfit range

Definition at line 600 of file JRootfit.hh.

602 :
603 TF1(name,
604 helper<JF1_t>(f1),
605 X.getLowerLimit(),
606 X.getUpperLimit(),
607 0)
608 {
609 this->SetNpx(1000);
610 };

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