BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ROOT::Fit::DataOptions Struct Reference

Description

DataOptions : simple structure holding the options on how the data are filled

Definition at line 28 of file DataOptions.h.

Public Member Functions

 DataOptions ()
 

Public Attributes

bool fAsymErrors
 
bool fBinVolume
 
bool fCoordErrors
 
bool fErrors1
 
bool fExpErrors
 
bool fIntegral
 
bool fNormBinVolume
 
bool fUseEmpty
 
bool fUseRange
 

Constructor & Destructor Documentation

◆ DataOptions()

ROOT::Fit::DataOptions::DataOptions ( )
inline

Default constructor: use the default options

Definition at line 34 of file DataOptions.h.

34  :
35  fIntegral(false),
36  fBinVolume(false),
37  fNormBinVolume(false),
38  fUseEmpty(false),
39  fUseRange(false),
40  fErrors1(false),
41  fExpErrors(false),
42  fCoordErrors(true),
43  fAsymErrors(true)
44  {}

Member Data Documentation

◆ fAsymErrors

bool ROOT::Fit::DataOptions::fAsymErrors

Definition at line 55 of file DataOptions.h.

◆ fBinVolume

bool ROOT::Fit::DataOptions::fBinVolume

Definition at line 48 of file DataOptions.h.

◆ fCoordErrors

bool ROOT::Fit::DataOptions::fCoordErrors

Definition at line 54 of file DataOptions.h.

◆ fErrors1

bool ROOT::Fit::DataOptions::fErrors1

Definition at line 52 of file DataOptions.h.

◆ fExpErrors

bool ROOT::Fit::DataOptions::fExpErrors

Definition at line 53 of file DataOptions.h.

◆ fIntegral

bool ROOT::Fit::DataOptions::fIntegral

Definition at line 47 of file DataOptions.h.

◆ fNormBinVolume

bool ROOT::Fit::DataOptions::fNormBinVolume

Definition at line 49 of file DataOptions.h.

◆ fUseEmpty

bool ROOT::Fit::DataOptions::fUseEmpty

Definition at line 50 of file DataOptions.h.

◆ fUseRange

bool ROOT::Fit::DataOptions::fUseRange

Definition at line 51 of file DataOptions.h.


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