// ----------------------------------------------------------------------
//
// HBookFile.h - handles initializing hbook and creating HBookTuple
// objects.
//
// History
//   ??-Jul-1994  Paul Rensing  Initial draft
//   ??-Aug-1994  Bob Jacobsen  Added Histos and numbering
//   25-Jul-1995  Frederic Kral Change limit of 8000 records to 32000
//     records with common block variable IQUEST(10).
//   11-Jun-1997  Walter Brown  Reworked for compatibility with new
//     header file names
//
// ----------------------------------------------------------------------


#ifndef _HBookFile_H_
#define _HBookFile_H_


#include "HepTuple/HepHBookFileManager.h"


#endif  // _HBookFile_H_
