All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRFakeRecoParticle.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRFakeRecoParticle.cxx
3 // \brief SRFakeRecoParticle holds true interaction info.
4 // \author $Author: grayputnam@uchicago.edu
5 ////////////////////////////////////////////////////////////////////////
6 
8 
9 
10 namespace caf
11 {
12 
14  ke(std::numeric_limits<float>::signaling_NaN()),
15  costh(std::numeric_limits<float>::signaling_NaN()),
16  len(std::numeric_limits<float>::signaling_NaN()),
17  pid(-999),
18  contained(false)
19  { }
20 
21 } // end namespace caf
22 ////////////////////////////////////////////////////////////////////////
double std(const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample)
Definition: UtilFunc.cxx:42