[root] / trunk / math / mathcore / inc / Fit / DataOptions.h Repository:
ViewVC logotype

Diff of /trunk/math/mathcore/inc/Fit/DataOptions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25485, Mon Sep 22 07:52:52 2008 UTC revision 25486, Mon Sep 22 12:43:03 2008 UTC
# Line 36  Line 36 
36        fUseEmpty(false),        fUseEmpty(false),
37        fUseRange(false),        fUseRange(false),
38        fErrors1(false),        fErrors1(false),
39        fCoordErrors(false),        fCoordErrors(true),
40        fAsymErrors(false)        fAsymErrors(true)
41     {}     {}
42    
43    
# Line 45  Line 45 
45     bool fUseEmpty;    // use empty bins (default is false) with a fixed error of 1     bool fUseEmpty;    // use empty bins (default is false) with a fixed error of 1
46     bool fUseRange;    // use the function range when creating the fit data (default is false)     bool fUseRange;    // use the function range when creating the fit data (default is false)
47     bool fErrors1;     // use all errors equal to 1, i.e. fit without errors (default is false)     bool fErrors1;     // use all errors equal to 1, i.e. fit without errors (default is false)
48     bool fCoordErrors; // use errors on the coordinates when available (default is false)     bool fCoordErrors; // use errors on the x coordinates when available (default is true)
49     bool fAsymErrors;  // use asymmetric errors in the value when available, selecting them according to the on sign of residual (default is false)     bool fAsymErrors;  // use asymmetric errors in the value when available, selecting them according to the on sign of residual (default is true)
50    
51    
52  };  };

Legend:
Removed from v.25485  
changed lines
  Added in v.25486

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9