SRTrack.cxx
Go to the documentation of this file.
1 #include "StandardRecord/SRTrack.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 {
12  id(-1), startq(0), endq(0), NTPCClustersOnTrack(0), mcidx(-1), mcfrac(kNaN)
13  {
14  }
15 }
const float kNaN
Definition: SRTrack.cxx:7
Common Analysis Files.
Definition: SRGAr.h:13