#include <math.h>
#include <strstream.h>
#include "../include/xprule.h"
Include dependency graph for XPRULE.CPP:
Functions | |
void | LogMessage (wxString S, bool AddNewLine=true) |
void | XBoolTruthTable (void) |
Variables | |
bool | xpShortcutMode = xpUSE_SHORTCUT_MODE |
float | E4Background = REGION_TO_CALCULATE_BACKGROUND |
double | EnergyTolerance = EPS_E |
|
Send message S to the log window
|
|
Print out a truth table of xboolean ops to the log console |
|
Defines the minimum distance, in eV, on both sides of the peak which shall be measured for determining the background |
|
Define the value of the energy tolerance, used to avoid round-off type calculation errors when comparing energy values |
|
If true, the logical expressions are computed in shortcut mode
|