Disable all caches for sub-branches in an expression tree.
This is helpful when an expression with cached sub-branches needs to be integrated numerically.
Definition at line 102 of file RooHelpers.h.
Public Member Functions | |
DisableCachingRAII (bool oldState) | |
Inhibit all dirty-state propagation, and assume every node as dirty. | |
~DisableCachingRAII () | |
Public Attributes | |
bool | _oldState |
#include <RooHelpers.h>
|
inline |
Inhibit all dirty-state propagation, and assume every node as dirty.
[in] | oldState | Restore this state when going out of scope. |
Definition at line 105 of file RooHelpers.h.
|
inline |
Definition at line 110 of file RooHelpers.h.
bool RooHelpers::DisableCachingRAII::_oldState |
Definition at line 113 of file RooHelpers.h.