1#ifndef __JTOOLS__JHISTOGRAMMAP__
2#define __JTOOLS__JHISTOGRAMMAP__
24 template<
class JAbscissa_t,
26 template<
class,
class,
class>
class JMap_t,
29 public JMap_t<JAbscissa_t, JContents_t, JDistance_t>,
30 public JHistogram<JAbscissa_t, typename JContents_t::contents_type>
43 typedef typename collection_type::iterator
iterator;
72 if (p == this->begin())
74 else if (p == this->end())
77 (--p)->getY().evaluate(++
pX, w);
89 collection_type::mul(factor);
90 histogram_type ::mul(factor);
104 collection_type::div(factor);
105 histogram_type ::div(factor);
136 out << static_cast<const histogram_type&> (
object);
137 out << static_cast<const collection_type&>(
object);
Interface for binary input.
Interface for binary output.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JArgument< T >::argument_type argument_type