#ifndef HEPTUPLE_H #define HEPTUPLE_H // ---------------------------------------------------------------------- // // HepTuple.h - All the declarations needed for usage of the HepTuple // package. // // This header files is meant to be an all encompassing user header files. // It will define all the needed class for any external of usage of the // HepTuple package. // Generic Objects #include "HepTuple/HepFileManager.h" #include "HepTuple/HepHist1D.h" #include "HepTuple/HepHist2D.h" #include "HepTuple/HepHistProf.h" #include "HepTuple/HepNtuple.h" // HBook Versions. #include "HepTuple/HepHBookFileManager.h" #include "HepTuple/HepHBookHist1D.h" #include "HepTuple/HepHBookHist2D.h" #include "HepTuple/HepHBookHistProf.h" #include "HepTuple/HepHBookNtuple.h" ZM_USING_NAMESPACE( zmht ) #endif // HEPTUPLE_H