Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JMultiGrid.hh File Reference
#include "JTools/JAbstractMultiMap.hh"
#include "JTools/JGrid.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JMultiGrid< N, JAbscissa_t >
 Simple data structure for an abstract multidimensional map of equidistant elements. More...
 
struct  JTOOLS::JMultiGrid< 0, JAbscissa_t >
 Terminator class of recursive class JMultiGrid. More...
 

Namespaces

 JTOOLS
 Auxiliary classes and methods for multi-dimensional interpolations and histograms.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<unsigned int N, class JAbscissa_t >
JMultiGrid< N, JAbscissa_t > JTOOLS::make_multigrid (const JGrid< JAbscissa_t > &bounds)
 Helper method for JMultiGrid. More...