ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 fIntegral
 
bool fBinVolume
 
bool fNormBinVolume
 
bool fUseEmpty
 
bool fUseRange
 
bool fErrors1
 
bool fExpErrors
 
bool fCoordErrors
 
bool fAsymErrors
 

#include <Fit/DataOptions.h>

Constructor & Destructor Documentation

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

Default constructor: use the default options.

Definition at line 34 of file DataOptions.h.

Member Data Documentation

bool ROOT::Fit::DataOptions::fAsymErrors

Definition at line 55 of file DataOptions.h.

Referenced by ROOT::Fit::FillData(), ROOT::Fit::GetDataType(), and testGraphFit().

bool ROOT::Fit::DataOptions::fBinVolume
bool ROOT::Fit::DataOptions::fCoordErrors
bool ROOT::Fit::DataOptions::fErrors1
bool ROOT::Fit::DataOptions::fExpErrors
bool ROOT::Fit::DataOptions::fIntegral
bool ROOT::Fit::DataOptions::fNormBinVolume
bool ROOT::Fit::DataOptions::fUseEmpty
bool ROOT::Fit::DataOptions::fUseRange

Definition at line 51 of file DataOptions.h.

Referenced by HFit::Fit().


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