SRGenieParticle.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  intidx(-1), idx(-1), pdg(0), status(-1),
13  firstmom(-1), lastmom(-1), firstdaugh(-1), lastdaugh(-1),
14  E(kNaN), mass(kNaN)
15  {
16  }
17 }
const float kNaN
Common Analysis Files.
Definition: SRGAr.h:13