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

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

#include <JRootfit.hh>

Inheritance diagram for JROOT::JF3:

Classes

struct  helper
 Helper. More...
 

Public Member Functions

template<class JF3_t >
 JF3 (const char *const name, const JF3_t &f3, const range_type &X, const range_type &Y, const range_type &Z)
 Constructor.
 

Detailed Description

Wrapper data structure to build ROOT 3D function.

Definition at line 915 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ JF3()

template<class JF3_t >
JROOT::JF3::JF3 ( const char *const name,
const JF3_t & f3,
const range_type & X,
const range_type & Y,
const range_type & Z )
inline

Constructor.

Parameters
namename
f3function
Xfit range
Yfit range
Zfit range

Definition at line 928 of file JRootfit.hh.

932 :
933 TF3(name,
934 helper<JF3_t>(f3),
935 X.getLowerLimit(),
936 X.getUpperLimit(),
937 Y.getLowerLimit(),
938 Y.getUpperLimit(),
939 Z.getLowerLimit(),
940 Z.getUpperLimit(),
941 0)
942 {
943 this->SetNpx(300);
944 this->SetNpy(300);
945 this->SetNpz(300);
946 };
double f3(const double x, const double y, const double z)
3D function.

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