1 #ifndef __JTOOLS__JHISTOGRAMMAP__
2 #define __JTOOLS__JHISTOGRAMMAP__
14 namespace JPP {
using namespace JTOOLS; }
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>
72 if (p == this->begin())
74 else if (p == this->end())
77 (--p)->getY().evaluate(++pX, w);
89 collection_type::mul(factor);
104 collection_type::div(factor);
136 out << static_cast<const histogram_type&> (object);
137 out << static_cast<const collection_type&>(object);
Interface for binary output.
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
JArgument< T >::argument_type argument_type
Interface for binary input.