template<int NDIM, int IDIM, class DATA, class... PROCESSEDAXISCONFIG>
struct ROOT::Experimental::Internal::RHistImplGen< NDIM, IDIM, DATA, PROCESSEDAXISCONFIG >
Generate RHist::fImpl from RHist constructor arguments.
Definition at line 200 of file RHist.hxx.
template<int NDIM, int IDIM, class DATA , class... PROCESSEDAXISCONFIG>
Make a RHistImpl-derived object reflecting the RAxisConfig array.
Delegate to the appropriate MakeNextAxis instantiation, depending on the axis type selected in the RAxisConfig.
- Parameters
-
axes | - RAxisConfig objects describing the axis of the resulting RHistImpl. |
statConfig | - the statConfig parameter to be passed to the RHistImpl |
processedAxisArgs | - the RAxisBase-derived axis objects describing the axes of the resulting RHistImpl. There are IDIM of those; in the end (IDIM == GetNDim() ), all axes have been converted to processedAxisArgs and the RHistImpl constructor can be invoked, passing the processedAxisArgs . |
Definition at line 226 of file RHist.hxx.