SRNeutrino.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  pdg(0), ccnc(-1), mode(-1), interactionType(-1),
13  Q2(kNaN), W(kNaN), X(kNaN), Y(kNaN), theta(kNaN), T(kNaN),
14  gint(-1), tgtPDG(-1), weight(kNaN), gT(kNaN)
15  {
16  }
17 }
double Q2(const Interaction *const i)
Definition: KineUtils.cxx:1064
weight
Definition: test.py:257
Common Analysis Files.
Definition: SRGAr.h:13
const float kNaN
Definition: SRNeutrino.cxx:7