#ifndef HISTOGRAMTEST_H
#define HISTOGRAMTEST_H


/*!
\brief Test histogram class.
*/
class histogramtest
{
public:

  /** Do a histogram of a simple random distribution. */
  static void test01(int argc, char** argv);

};

#endif



