Commit 1d1e0ee
committed
[RF][RS] Remove unused DebuggingSampler and DebuggingTestStat classes
These were mock implementations of the TestStatSampler and
TestStatistic interfaces that returned uniform random numbers
independent of the data. They were only meant for debugging the
RooStats framework itself during its initial development and are
referenced nowhere else in the codebase, tutorials, or tests.
They were also never fully functional: DebuggingSampler's
GetTestStatistic() only prints "IS NOT IMPLEMENTED" and returns a
nullptr, and DebuggingTestStat leaks its data members because it lacks
a destructor.1 parent 0c30dfd commit 1d1e0ee
5 files changed
Lines changed: 1 addition & 184 deletions
File tree
- README/ReleaseNotes/v642
- roofit/roostats
- inc
- RooStats
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments