All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRTrackTruth.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRTrackTruth.cxx
3 // \brief An SRTrackTruth contains the matching information between an
4 // SRTrack and a list of SRTrueParticles
5 ////////////////////////////////////////////////////////////////////////
7 
8 #include <climits>
9 //#include <bits/stdc++.h> //not available in clang
10 
11 namespace caf
12 {
13 
15  visEintrk(std::numeric_limits<float>::signaling_NaN()),
16  eff(std::numeric_limits<float>::signaling_NaN()),
17  eff_cryo(std::numeric_limits<float>::signaling_NaN()),
18  pur(std::numeric_limits<float>::signaling_NaN()),
19  nmatches(0)
20 {}
21 
22 } // end namespace caf
23 ////////////////////////////////////////////////////////////////////////
double std(const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample)
Definition: UtilFunc.cxx:42
SRTrackTruth()
Constructor.