All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ParticleMatch.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file ParticleMatch.cxx
3 // \brief A ParticleMatch contains basic matching information between
4 // a reconstructed object and a true particle
5 ////////////////////////////////////////////////////////////////////////
7 
8 #include <climits>
9 #include <limits>
10 
11 namespace caf
12 {
13 
15  G4ID(INT_MIN),
16  energy(std::numeric_limits<float>::signaling_NaN())
17 {}
18 
19 } // end namespace caf
20 ////////////////////////////////////////////////////////////////////////
double std(const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample)
Definition: UtilFunc.cxx:42