Jpp
software
JROOT
JMathSupportkit.hh
Go to the documentation of this file.
1
#ifndef __JROOT__JMATHSUPPORTKIT__
2
#define __JROOT__JMATHSUPPORTKIT__
3
4
#include "TTimeStamp.h"
5
6
#include "
JMath/JLimits.hh
"
7
8
9
namespace
JMATH
{
10
11
/**
12
* Get minimum possible value.
13
*
14
* Data taken from ROOT reference guide.
15
*
16
* \return minimum possible value
17
*/
18
template
<>
19
inline
TTimeStamp
JLimits<TTimeStamp>::min
()
20
{
21
return
TTimeStamp(1970, 01, 01, 00, 00, 00);
22
}
23
24
25
/**
26
* Get maximum possible value.
27
*
28
* Data taken from ROOT reference guide.
29
*
30
* \return maximum possible value
31
*/
32
template
<>
33
inline
TTimeStamp
JLimits<TTimeStamp>::max
()
34
{
35
return
TTimeStamp(2038, 01, 18, 19, 14, 07);
36
}
37
}
38
39
#endif
JLimits.hh
JMATH
Auxiliary classes and methods for mathematical operations.
Definition:
JCalculator.hh:9
JMATH::JLimits::max
TTimeStamp max()
Get maximum possible value.
Definition:
JMathSupportkit.hh:33
JMATH::JLimits::min
float min()
Get minimum possible value.
Definition:
JLimits.hh:96
Generated by
1.8.16