Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters Struct Reference

Stores parameters for a single calculation for a given angle and sample details. More...

#include <MayersSampleCorrectionStrategy.h>

Public Attributes

double azimuth
 Azimuth angle of the detector (radians) More...
 
double cylHeight
 Height of cylinder (m) More...
 
double cylRadius
 Radius of cylinder (m) More...
 
double l1
 Nominal distance from source to sample (m) More...
 
double l2
 Nominal distance from sample to detector (m) More...
 
bool mscat
 If true then correct for multiple scattering. More...
 
size_t msNEvents
 Number of second-order scatters per run. More...
 
size_t msNRuns
 Number of runs to average ms correction over. More...
 
double rho
 Number density of scatters (angstroms^-3) More...
 
double sigmaAbs
 Absorption cross-section at 2200m/s (barns) More...
 
double sigmaSc
 Total scattering cross-section (barns) More...
 
double twoTheta
 Scattering angle of the detector (radians) More...
 

Detailed Description

Stores parameters for a single calculation for a given angle and sample details.

Definition at line 33 of file MayersSampleCorrectionStrategy.h.

Member Data Documentation

◆ azimuth

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::azimuth

◆ cylHeight

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::cylHeight

◆ cylRadius

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::cylRadius

◆ l1

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::l1

◆ l2

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::l2

◆ mscat

bool Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::mscat

◆ msNEvents

size_t Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::msNEvents

◆ msNRuns

size_t Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::msNRuns

◆ rho

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::rho

Number density of scatters (angstroms^-3)

Definition at line 39 of file MayersSampleCorrectionStrategy.h.

Referenced by Mantid::Algorithms::MayersSampleCorrection::exec(), and Mantid::Algorithms::MayersSampleCorrectionStrategy::muR().

◆ sigmaAbs

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::sigmaAbs

◆ sigmaSc

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::sigmaSc

◆ twoTheta

double Mantid::Algorithms::MayersSampleCorrectionStrategy::Parameters::twoTheta

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