Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRTPCRecoHit.cxx
Go to the documentation of this file.
1
#include "
StandardRecord/SRTPCRecoHit.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
SRTPCRecoHit::SRTPCRecoHit
()
12
:
x
(
kNaN
),
y
(
kNaN
),
z
(
kNaN
), sig(
kNaN
),
rms
(
kNaN
), chan(-1)
13
{
14
}
15
}
cet::sqlite::rms
double rms(sqlite3 *db, std::string const &table_name, std::string const &column_name)
Definition:
statistics.cc:40
makePolycone.z
z
Definition:
makePolycone.py:153
caf::SRTPCRecoHit::SRTPCRecoHit
SRTPCRecoHit()
Definition:
SRTPCRecoHit.cxx:11
wirecell.validate.cmaps.y
y
Definition:
cmaps.py:73
SRTPCRecoHit.h
train.x
list x
Definition:
train.py:276
caf
Common Analysis Files.
Definition:
SRGAr.h:13
kNaN
const float kNaN
Definition:
SRTPCRecoHit.cxx:7
Generated by
1.8.11