Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPhysics/JTimeRange.hh
Go to the documentation of this file.
1 #ifndef __JPHYSICS__JTIMERANGE__
2 #define __JPHYSICS__JTIMERANGE__
3 
4 #include "JTools/JRange.hh"
5 
6 
7 /**
8  * \author mdejong
9  */
10 
11 namespace JPHYSICS {}
12 namespace JPP { using namespace JPHYSICS; }
13 
14 namespace JPHYSICS {
15 
16  /**
17  * Type definition for time range (unit [ns]).
18  */
20 }
21 
22 #endif
JTOOLS::JRange< double > JTimeRange
Type definition for time range (unit [ns]).
Auxiliary class to define a range between two values.