Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Fit::DataOptions Struct Reference

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

Definition at line 28 of file DataOptions.h.

Public Member Functions

 DataOptions ()
 Default constructor: use the default options. More...
 

Public Attributes

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

#include <Fit/DataOptions.h>

Constructor & Destructor Documentation

◆ DataOptions()

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

Default constructor: use the default options.

Definition at line 34 of file DataOptions.h.

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: