#ifndef __JHISTOGRAM1D_T__ #define __JHISTOGRAM1D_T__ #include "JTools/JElement.hh" #include "JTools/JVector.hh" #include "JTools/JGrid.hh" #include "JTools/JHistogram.hh" namespace JTOOLS { /** * Type definition of a 1 dimensional histogram. */ typedef JHistogram1D JHistogram1D_t; /** * Type definition of a 1 dimensional histogram. */ typedef JHistogram1D JGridHistogram1D_t; } #endif