Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRVeeHypothesis.cxx
Go to the documentation of this file.
1
#include "
StandardRecord/SRVeeHypothesis.h
"
2
3
#include <limits>
4
5
// This value will cause an error as soon as it is used, which should help find
6
// uninitialized variables.
7
const
float
kNaN
= std::numeric_limits<float>::signaling_NaN();
8
9
namespace
caf
10
{
11
SRVeeHypothesis::SRVeeHypothesis
() :
12
E
(
kNaN
),
m
(
kNaN
)
13
{
14
}
15
}
caf::SRVeeHypothesis::SRVeeHypothesis
SRVeeHypothesis()
Definition:
SRVeeHypothesis.cxx:11
kNaN
const float kNaN
Definition:
SRVeeHypothesis.cxx:7
cache_state.m
m
Definition:
cache_state.py:415
E
Definition:
pointersEqual_t.cc:12
caf
Common Analysis Files.
Definition:
SRGAr.h:13
SRVeeHypothesis.h
Generated by
1.8.11