Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JSet.hh File Reference
#include <istream>
#include <ostream>
#include <set>
#include <iterator>
#include "JTools/JAbstractCollection.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JSet< JAbscissa_t >
 Simple data structure for an abstract collection of non-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 T >
JSet< typename std::iterator_traits< T >::value_type > JTOOLS::make_set (T __begin, T __end)
 Helper method for JSet.
 
template<class JAbscissa_t >
JSet< JAbscissa_t > JTOOLS::make_set (const JAbstractCollection< JAbscissa_t > &input)
 Helper method for JSet.