Jpp 20.0.0-rc.2
the software that should make you happy
|
Auxiliary class for copying ROOT histograms to Jpp histograms. More...
#include <JToolsSupportkit.hh>
Public Member Functions | |
JHistogramHelper () | |
Default constructor. | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, class JDistance_t = JDistance<JAbscissa_t>> | |
void | operator() (const TH1 &from, JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t > &to) const |
Copy histogram from from to to . | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, template< class, class, class > class JMap_t = JHistogramGridMap_t, class JDistance_t = JDistance<JAbscissa_t>> | |
void | operator() (const TH2 &from, JMultiHistogram< JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t >, JMapList< JMap_t >, JDistance_t > &to) const |
Copy histogram from from to to . | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, template< class, class, class > class JMap_t1 = JHistogramGridMap_t, template< class, class, class > class JMap_t2 = JHistogramGridMap_t, class JDistance_t = JDistance<JAbscissa_t>> | |
void | operator() (const TH3 &from, JMultiHistogram< JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t >, typename JMAPLIST< JMap_t1, JMap_t2 >::maplist, JDistance_t > &to) const |
Copy histogram from from to to . | |
Static Public Member Functions | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, class JDistance_t = JDistance<JAbscissa_t>> | |
static void | copy (const TH1 &from, JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t > &to) |
Copy histogram from from to to . | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, template< class, class, class > class JMap_t = JHistogramGridMap_t, class JDistance_t = JDistance<JAbscissa_t>> | |
static void | copy (const TH2 &from, JMultiHistogram< JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t >, JMapList< JMap_t >, JDistance_t > &to) |
Copy histogram from from to to . | |
template<class JAbscissa_t , class JOrdinate_t , template< class, class > class JContainer_t, template< class, class, class > class JMap_t1 = JHistogramGridMap_t, template< class, class, class > class JMap_t2 = JHistogramGridMap_t, class JDistance_t = JDistance<JAbscissa_t>> | |
static void | copy (const TH3 &from, JMultiHistogram< JHistogram1D< JBin1D< JAbscissa_t, JOrdinate_t >, JContainer_t, JDistance_t >, typename JMAPLIST< JMap_t1, JMap_t2 >::maplist, JDistance_t > &to) |
Copy histogram from from to to . | |
Auxiliary class for copying ROOT histograms to Jpp histograms.
Definition at line 37 of file JToolsSupportkit.hh.
|
inline |
|
inlinestatic |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 58 of file JToolsSupportkit.hh.
|
inlinestatic |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 94 of file JToolsSupportkit.hh.
|
inlinestatic |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 148 of file JToolsSupportkit.hh.
|
inline |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 206 of file JToolsSupportkit.hh.
|
inline |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 223 of file JToolsSupportkit.hh.
|
inline |
Copy histogram from from
to to
.
from | ROOT histogram |
to | Jpp histogram |
Definition at line 241 of file JToolsSupportkit.hh.