You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use flags --with-test-<test> and remove the need to know the correct
value of the bit mask --> replaces --test|-t option
* add relative path of where single histograms are stored to JSON
summary and influxDB file
* pipe RelVal macro verbosity to log file to focus on cerntral status
messages
* do not compare branches that cannot be compared
* add simple pie charts for each compared file pair per test showing the
fraction of test results
* udpate README accordingly wrt flags (see above) and explain plots that
are created
This performs all of the above mentioned tests. If only certain tests should be performed, this can be achieved with the flags `--with-<which-test>` where `<which-test>` is one of
45
+
This performs all of the above mentioned tests. If only certain tests should be performed, this can be achieved with the flags `--with-test-<which-test>` where `<which-test>` is one of
46
46
1.`chi2`,
47
47
1.`bincont`,
48
48
1.`numentries`.
49
+
49
50
By default, all of them are switched on.
50
51
51
52
### Apply to entire simulation outcome
@@ -56,6 +57,7 @@ In addition to simply comparing 2 ROOT files, the script offers the possibility
56
57
1. TPC tracks output,
57
58
1. MC kinematics,
58
59
1. MC hits.
60
+
59
61
**NOTE** That each single one of the comparison types if only done if mutual files were found in the 2 corresponding directories. As an example, one could do
When the `--tags` argument is specified, these are injected as TAGS for InfluxDB in addition. The table name can also be specified explicitly; if not given, it defaults to `O2DPG_MC_ReleaseValidation`.
92
+
93
+
## Plot output
94
+
95
+
There are various plots created during the RelVal run. For each compared file there are
96
+
* overlay plots (to be found in the sub directory `overlayPlots`),
97
+
* 2D plots summarising the results in a grid view (called `SummaryTests.png`),
98
+
* pie charts showing the fraction of test results per test.
0 commit comments