#ifndef __JHISTOGRAMMAP_T__ #define __JHISTOGRAMMAP_T__ #include "JTools/JElement.hh" #include "JTools/JVector.hh" #include "JTools/JSet.hh" #include "JTools/JMap.hh" #include "JTools/JGrid.hh" #include "JTools/JHistogramMap.hh" namespace JTOOLS { /** * Type definition of a JHistogramMap based on JMap implementation. */ template class JHistogramMap_t : public JHistogramMap {}; /** * Type definition of a JHistogramMap based on JGridMap implementation. */ template class JHistogramGridMap_t : public JHistogramMap {}; } #endif