Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::CurveFitting::MSVesuvioHelper::Simulation Struct Reference

#include <MSVesuvioHelpers.h>

Public Member Functions

 Simulation (const size_t order, const size_t ntimes)
 Stores counts for each scatter order for a "run" of a given number of events. More...
 

Public Attributes

std::vector< std::vector< double > > counts
 
size_t maxorder
 

Detailed Description

Definition at line 39 of file MSVesuvioHelpers.h.

Constructor & Destructor Documentation

◆ Simulation()

Mantid::CurveFitting::MSVesuvioHelper::Simulation::Simulation ( const size_t  order,
const size_t  ntimes 
)

Stores counts for each scatter order for a "run" of a given number of events.

Definition at line 290 of file MSVesuvioHelpers.cpp.

Member Data Documentation

◆ counts

std::vector<std::vector<double> > Mantid::CurveFitting::MSVesuvioHelper::Simulation::counts

◆ maxorder

size_t Mantid::CurveFitting::MSVesuvioHelper::Simulation::maxorder

Definition at line 43 of file MSVesuvioHelpers.h.


The documentation for this struct was generated from the following files: