#include <NueSenseConfig.h>
Public Member Functions | |
| NSCErrorParam () | |
Public Attributes | |
| float | bg_systematic |
| float | sig_systematic |
| float | scale [5] |
|
|
Definition at line 10 of file NueSenseConfig.cxx. References bg_systematic, scale, and sig_systematic. 00010 {
00011 bg_systematic = 0.0;
00012 sig_systematic = 0.0;
00013 for(int i = 0; i < 5; i++) scale[i] = 0.0;
00014 }
|
|
|
Definition at line 55 of file NueSenseConfig.h. Referenced by NueSensitivity::CalculateChi2(), NSCErrorParam(), NueSensitivity::ProduceTree(), and NueSenseConfig::ReadInput(). |
|
|
Definition at line 57 of file NueSenseConfig.h. Referenced by NueSensitivity::GetPoint(), NSCErrorParam(), NueSensitivity::ProduceTree(), and NueSenseConfig::ReadInput(). |
|
|
Definition at line 56 of file NueSenseConfig.h. Referenced by NueSensitivity::CalculateChi2(), NSCErrorParam(), NueSensitivity::ProduceTree(), and NueSenseConfig::ReadInput(). |
1.3.9.1