/*
* Copyright (C) 2001-2009, CompHEP Collaboration
* ------------------------------------------------
*/
#ifndef __HIST__
#define __HIST__

#include"chep_crt/include/file_scr.h"

extern table histTab;
extern void editHist (void);
extern void showHist (void);
extern int WriteHistograms (FILE * nchan);
extern int ReadHistograms (FILE * nchan);
extern int clearHists (void);
extern void fillHists (double w);
extern int correctHistList (void);
#endif
