SRHeader.cxx
Go to the documentation of this file.
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 {
12  : event(-1), run(-1), subrun(-1),
13  TPC_X(kNaN), TPC_Y(kNaN), TPC_Z(kNaN)
14  {
15  }
16 }
const float kNaN
Definition: SRHeader.cxx:7
Common Analysis Files.
Definition: SRGAr.h:13
Event finding and building.