Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-24
StandardRecord
SRFluxWeights.cxx
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \brief Reweight information for flux systematic
3
// \author Leo Aliaga - laliaga@fnal.gov
4
////////////////////////////////////////////////////////////////////////
5
6
#include "
StandardRecord/SRFluxWeights.h
"
7
8
#include <limits>
9
10
namespace
caf
11
{
12
SRFluxWeights::SRFluxWeights
():
13
cv
(
std
::numeric_limits<
float
>::signaling_NaN()),
14
vuniv(),
15
nvuniv(0)
16
{
17
}
18
SRFluxWeights::~SRFluxWeights
(){}
19
void
SRFluxWeights::setDefault
()
20
{
21
cv
= 1.;
22
vuniv
.clear();
23
nvuniv
= 0;
24
}
25
}
// end namespace caf
26
27
////////////////////////////////////////////////////////////////////////
SRFluxWeights.h
caf::SRFluxWeights::setDefault
void setDefault()
Definition:
SRFluxWeights.cxx:19
caf::SRFluxWeights::~SRFluxWeights
~SRFluxWeights()
Definition:
SRFluxWeights.cxx:18
std
Definition:
SpectrumLoaderBase.h:26
check_time_usage.float
float
Definition:
check_time_usage.py:7
caf::SRFluxWeights::vuniv
std::vector< float > vuniv
Reweight values for the multi-universe.
Definition:
SRFluxWeights.h:18
cv
const std::string cv[Ncv]
Definition:
Calculate_covariances.C:39
caf::SRFluxWeights::nvuniv
unsigned int nvuniv
Number of universes.
Definition:
SRFluxWeights.h:19
caf::SRFluxWeights::SRFluxWeights
SRFluxWeights()
Definition:
SRFluxWeights.cxx:12
caf::SRFluxWeights::cv
float cv
Reweight for the central value (cv)
Definition:
SRFluxWeights.h:17
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
Generated on Sun Jan 24 2021 14:13:18 for NOvA by
1.8.11