Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JGrid.hh File Reference
#include <istream>
#include <ostream>
#include "JLang/JClass.hh"
#include "JIO/JSerialisable.hh"
#include "JTools/JAbstractCollection.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JGrid< JAbscissa_t >
 Simple data structure for an abstract collection of equidistant abscissa values. More...
 

Namespaces

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

Functions

template<class JAbscissa_t >
JGrid< JAbscissa_t > JTOOLS::make_grid (const int nx, const JAbscissa_t Xmin, const JAbscissa_t Xmax)
 Helper method for JGrid.
 
template<class JAbscissa_t >
JGrid< JAbscissa_t > JTOOLS::make_grid (const JAbscissa_t value)
 Helper method to create a grid with a single value.