#ifndef __JPHYSICS__JTIMERANGE__ #define __JPHYSICS__JTIMERANGE__ #include "JTools/JRange.hh" /** * \author mdejong */ namespace JPHYSICS {} namespace JPP { using namespace JPHYSICS; } namespace JPHYSICS { /** * Type definition for time range (unit [ns]). */ typedef JTOOLS::JRange JTimeRange; } #endif