#ifndef HEPHBOOK_H #define HEPHBOOK_H // ---------------------------------------------------------------------- // // HepHBook.h - one-size-fits-all header for HBook-based HepTuple users // // // History // 23-Jul-1997 Walter Brown Initial draft, per recommendation of // Liz Sexton Kennedy // // ---------------------------------------------------------------------- #ifndef HEPHBOOKFILEMANAGER_H #include "HepTuple/HepHBookFileManager.h" #endif // HEPHBOOKFILEMANAGER_H #ifndef HEPHBOOKHIST1D_H #include "HepTuple/HepHBookHist1D.h" #endif // HEPHBOOKHIST1D_H #ifndef HEPHBOOKHIST2D_H #include "HepTuple/HepHBookHist2D.h" #endif // HEPHBOOKHIST2D_H #ifndef HEPHBOOKHISTPROF_H #include "HepTuple/HepHBookHistProf.h" #endif // HEPHBOOKHISTPROF_H ZM_USING_NAMESPACE( zmht ) #endif // HEPHBOOK_H