#ifndef JHBOOK_AIDA
#define JHBOOK_AIDA

/**
 * HBOOK interface to AIDA, to be used by C and Fortran programs to use AIDA-Java
 * and any AIDA-Java compliant implementation, such as JAS (Java Analysis Studio)
 *
 * WARNING: only a few call are implemented.
 *
 * @author Mark Donszelmann
 * @version $Id: JHBookAida.h,v 1.6 2001/03/29 09:46:58 duns Exp $
 */

#include "JHBookHistogram.h"
#include "JHBookTuple.h"
#include "JHBookAdvanced.h"

#endif
