Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::MDAlgorithms::IntegrationParameters Struct Reference

Parameters for controlling peak integration. More...

#include <Integrate3DEvents.h>

Public Attributes

double backgroundInnerRadius
 Inner radius of background shell.
 
double backgroundOuterRadius
 Outer radius of background shell.
 
std::vector< Kernel::V3D > E1Vectors
 Vectors for calculating detector edges.
 
double peakRadius
 Radius of peak ellipsoid.
 
double regionRadius
 Radius of region to search for events.
 
bool specifySize
 If true, use specified sizes; if false, use data-driven sizes.
 

Detailed Description

Parameters for controlling peak integration.

This structure contains the parameters needed to control the integration of peaks using ellipsoidal volumes.

Definition at line 44 of file Integrate3DEvents.h.

Member Data Documentation

◆ backgroundInnerRadius

double Mantid::MDAlgorithms::IntegrationParameters::backgroundInnerRadius

◆ backgroundOuterRadius

double Mantid::MDAlgorithms::IntegrationParameters::backgroundOuterRadius

◆ E1Vectors

std::vector<Kernel::V3D> Mantid::MDAlgorithms::IntegrationParameters::E1Vectors

◆ peakRadius

double Mantid::MDAlgorithms::IntegrationParameters::peakRadius

◆ regionRadius

double Mantid::MDAlgorithms::IntegrationParameters::regionRadius

◆ specifySize

bool Mantid::MDAlgorithms::IntegrationParameters::specifySize

If true, use specified sizes; if false, use data-driven sizes.

Definition at line 50 of file Integrate3DEvents.h.

Referenced by Mantid::MDAlgorithms::Integrate3DEvents::calculateRadiusFactors(), and Mantid::MDAlgorithms::IntegrateEllipsoidsTwoStep::makeIntegrationParameters().


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