Jpp
19.0.0
the software that should make you happy
|
Template definition of data structure for set of data points. More...
#include <JRootfit.hh>
Public Member Functions | |
template<> | |
void | unpack (const TH1 &h1, const range_type &X) |
template<> | |
void | unpack (const TH1 &h1, const range_type &X) |
template<> | |
void | unpack (const TH2 &h2, const range_type &X, const range_type &Y) |
template<> | |
void | unpack (const TH2 &h2, const range_type &X, const range_type &Y) |
template<> | |
void | unpack (const TH3 &h3, const range_type &X, const range_type &Y, const range_type &Z) |
template<> | |
void | unpack (const TH3 &h3, const range_type &X, const range_type &Y, const range_type &Z) |
Template definition of data structure for set of data points.
Definition at line 292 of file JRootfit.hh.
void JROOT::data_type< m_1d< m_count > >::unpack | ( | const TH1 & | h1, |
const range_type & | X | ||
) |
void JROOT::data_type< m_1d< m_value > >::unpack | ( | const TH1 & | h1, |
const range_type & | X | ||
) |
void JROOT::data_type< m_2d< m_count > >::unpack | ( | const TH2 & | h2, |
const range_type & | X, | ||
const range_type & | Y | ||
) |
h2 | histogram |
X | abscissa range |
Y | abscissa range |
Definition at line 428 of file JRootfit.hh.
void JROOT::data_type< m_2d< m_value > >::unpack | ( | const TH2 & | h2, |
const range_type & | X, | ||
const range_type & | Y | ||
) |
h2 | histogram |
X | abscissa range |
Y | abscissa range |
Definition at line 455 of file JRootfit.hh.
void JROOT::data_type< m_3d< m_count > >::unpack | ( | const TH3 & | h3, |
const range_type & | X, | ||
const range_type & | Y, | ||
const range_type & | Z | ||
) |
h3 | histogram |
X | abscissa range |
Y | abscissa range |
Z | abscissa range |
Definition at line 530 of file JRootfit.hh.
void JROOT::data_type< m_3d< m_value > >::unpack | ( | const TH3 & | h3, |
const range_type & | X, | ||
const range_type & | Y, | ||
const range_type & | Z | ||
) |
h3 | histogram |
X | abscissa range |
Y | abscissa range |
Z | abscissa range |
Definition at line 562 of file JRootfit.hh.