| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Template definition of data structure for set of data points. More...
Public Member Functions | |
| void | unpack (const TH1 &h1, const range_type &X) | 
| Unpack 1D-histogram.   | |
| void | unpack (const TH1 &h1, const range_type &X) | 
| Unpack 1D-histogram.   | |
| void | unpack (const TH2 &h2, const range_type &X, const range_type &Y) | 
| Unpack 2D-histogram.   | |
| void | unpack (const TH2 &h2, const range_type &X, const range_type &Y) | 
| Unpack 2D-histogram.   | |
| void | unpack (const TH3 &h3, const range_type &X, const range_type &Y, const range_type &Z) | 
| Unpack 3D-histogram.   | |
| void | unpack (const TH3 &h3, const range_type &X, const range_type &Y, const range_type &Z) | 
| Unpack 3D-histogram.   | |
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 ) | 
Unpack 1D-histogram.
| h1 | histogram | 
| X | abscissa range | 
Definition at line 340 of file JRootfit.hh.
| void JROOT::data_type< m_1d< m_value > >::unpack | ( | const TH1 & | h1, | 
| const range_type & | X ) | 
Unpack 1D-histogram.
| h1 | histogram | 
| X | abscissa range | 
Definition at line 362 of file JRootfit.hh.
| void JROOT::data_type< m_2d< m_count > >::unpack | ( | const TH2 & | h2, | 
| const range_type & | X, | ||
| const range_type & | Y ) | 
Unpack 2D-histogram.
| 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 ) | 
Unpack 2D-histogram.
| 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 ) | 
Unpack 3D-histogram.
| 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 ) | 
Unpack 3D-histogram.
| h3 | histogram | 
| X | abscissa range | 
| Y | abscissa range | 
| Z | abscissa range | 
Definition at line 562 of file JRootfit.hh.