Mantid
|
#include <MSVesuvioHelpers.h>
Public Member Functions | |
void | normalise () |
Normalise the counts so that the integral over the single-scatter events is 1. More... | |
SimulationWithErrors (const size_t order, const size_t ntimes) | |
Public Attributes | |
std::vector< std::vector< double > > | errors |
Simulation | sim |
Definition at line 46 of file MSVesuvioHelpers.h.
|
inline |
Definition at line 47 of file MSVesuvioHelpers.h.
void Mantid::CurveFitting::MSVesuvioHelper::SimulationWithErrors::normalise | ( | ) |
Normalise the counts so that the integral over the single-scatter events is 1.
Definition at line 362 of file MSVesuvioHelpers.cpp.
References Mantid::CurveFitting::MSVesuvioHelper::Simulation::counts, errors, and sim.
Referenced by Mantid::CurveFitting::Algorithms::VesuvioCalculateMS::calculateMS().
std::vector<std::vector<double> > Mantid::CurveFitting::MSVesuvioHelper::SimulationWithErrors::errors |
Definition at line 52 of file MSVesuvioHelpers.h.
Referenced by Mantid::CurveFitting::Algorithms::VesuvioCalculateMS::assignToOutput(), Mantid::CurveFitting::MSVesuvioHelper::SimulationAggregator::average(), and normalise().
Simulation Mantid::CurveFitting::MSVesuvioHelper::SimulationWithErrors::sim |
Definition at line 51 of file MSVesuvioHelpers.h.
Referenced by Mantid::CurveFitting::Algorithms::VesuvioCalculateMS::assignToOutput(), Mantid::CurveFitting::MSVesuvioHelper::SimulationAggregator::average(), and normalise().