Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-24
StandardRecord
SRFuzzyK.cxx
Go to the documentation of this file.
1
#include<limits>
2
3
#include "
StandardRecord/SRFuzzyK.h
"
4
5
namespace
caf
6
{
7
8
SRFuzzyK::SRFuzzyK
():
9
png(),
10
png2d(),
11
longestidx(0),
12
nshwlid
(0),
13
npng(0),
14
npng2d(0),
15
ntot(0),
16
orphCalE(
std
::numeric_limits<
float
>::signaling_NaN())
17
{
18
}
19
20
SRFuzzyK::~SRFuzzyK
()
21
{
22
}
23
24
void
SRFuzzyK::fillSizes
()
25
{
26
npng
=
png
.size();
27
npng2d
=
png2d
.size();
28
ntot
=
npng2d
+
npng
;
29
}
30
31
}
// end namespace caf
32
////////////////////////////////////////////////////////////////////////
ana::nshwlid
float nshwlid
Definition:
NusVarsTemp.cxx:187
caf::SRFuzzyK::png2d
std::vector< SRProng > png2d
Vector of 2D prong objects.
Definition:
SRFuzzyK.h:20
caf::SRFuzzyK::png
std::vector< SRFuzzyKProng > png
Vector of 3D prong objects.
Definition:
SRFuzzyK.h:19
std
Definition:
SpectrumLoaderBase.h:26
check_time_usage.float
float
Definition:
check_time_usage.py:7
caf::SRFuzzyK::fillSizes
void fillSizes()
Definition:
SRFuzzyK.cxx:24
caf::SRFuzzyK::npng
size_t npng
Definition:
SRFuzzyK.h:26
caf::SRFuzzyK::~SRFuzzyK
virtual ~SRFuzzyK()
Definition:
SRFuzzyK.cxx:20
caf::SRFuzzyK::npng2d
size_t npng2d
Definition:
SRFuzzyK.h:27
SRFuzzyK.h
caf::SRFuzzyK::SRFuzzyK
SRFuzzyK()
Definition:
SRFuzzyK.cxx:8
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
caf::SRFuzzyK::ntot
size_t ntot
Definition:
SRFuzzyK.h:28
Generated on Sun Jan 24 2021 14:13:18 for NOvA by
1.8.11