/***************************************************************************
                          histogram.h  -  HTL: histogram main header
                             -------------------
    begin                : Tue Aug  5 10:52:08 MSD 2003
    copyright            : (C) 2003 by Soloviev Alexei,JINR,LIT-303,64713
    email                : solovjev@lynx.jinr.ru
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef HISTOGRAM
#define HISTOGRAM

#include "htl_histogram.h"
#include "htl_math.h"
#include "htl_statistics.h"
#include "htl_bin.h"

#endif	/* HISTOGRAM */

// Local Variables:
// mode:C++
// End:
