Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRHeader.cxx
Go to the documentation of this file.
1
#include "
StandardRecord/SRHeader.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
SRHeader::SRHeader
()
12
:
event
(-1),
run
(-1), subrun(-1),
13
TPC_X(
kNaN
), TPC_Y(
kNaN
), TPC_Z(
kNaN
)
14
{
15
}
16
}
kNaN
const float kNaN
Definition:
SRHeader.cxx:7
filelisting.run
int run
Definition:
filelisting.py:13
SRHeader.h
caf::SRHeader::SRHeader
SRHeader()
Definition:
SRHeader.cxx:11
caf
Common Analysis Files.
Definition:
SRGAr.h:13
event
Event finding and building.
Definition:
EventCheater_module.cc:32
Generated by
1.8.11