Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-24
StandardRecord
SRCVNNeutronDaughterResult.cxx
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRCVNNEUTRONDAUGHTERRESULT
3
// \brief This is a class for a Neutron Daughter CVN result in the standard record.
4
// \author miranda elkins
5
////////////////////////////////////////////////////////////////////////
6
#include<limits>
7
8
#include "
StandardRecord/SRCVNNeutronDaughterResult.h
"
9
10
namespace
caf
11
{
12
13
SRCVNNeutronDaughterResult::SRCVNNeutronDaughterResult
():
14
protonid(
std
::numeric_limits<
float
>::signaling_NaN()),
15
photonid(
std
::numeric_limits<
float
>::signaling_NaN()),
16
otherid(
std
::numeric_limits<
float
>::signaling_NaN())
17
{ }
18
19
20
SRCVNNeutronDaughterResult::~SRCVNNeutronDaughterResult
(){ }
21
22
void
SRCVNNeutronDaughterResult::setDefault
()
23
{
24
protonid
= -5;
25
photonid
= -5;
26
otherid
= -5;
27
}
28
}
// end namespace caf
29
////////////////////////////////////////////////////////////////////////
caf::SRCVNNeutronDaughterResult::setDefault
virtual void setDefault()
Definition:
SRCVNNeutronDaughterResult.cxx:22
std
Definition:
SpectrumLoaderBase.h:26
caf::SRCVNNeutronDaughterResult::SRCVNNeutronDaughterResult
SRCVNNeutronDaughterResult()
Definition:
SRCVNNeutronDaughterResult.cxx:13
caf::SRCVNNeutronDaughterResult::otherid
float otherid
Likelihood other.
Definition:
SRCVNNeutronDaughterResult.h:21
check_time_usage.float
float
Definition:
check_time_usage.py:7
caf::SRCVNNeutronDaughterResult::protonid
float protonid
Likelihood proton.
Definition:
SRCVNNeutronDaughterResult.h:19
caf::SRCVNNeutronDaughterResult::~SRCVNNeutronDaughterResult
virtual ~SRCVNNeutronDaughterResult()
Definition:
SRCVNNeutronDaughterResult.cxx:20
SRCVNNeutronDaughterResult.h
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
caf::SRCVNNeutronDaughterResult::photonid
float photonid
Likelihood photon.
Definition:
SRCVNNeutronDaughterResult.h:20
Generated on Sun Jan 24 2021 14:13:18 for NOvA by
1.8.11