lhcb-ntuple-wizard-test 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -316,6 +316,7 @@ class LinesTable extends _react.default.Component {
|
|
|
316
316
|
application: "DaVinci/" + this.context.metadata.tupleTools.applicationInfo["DaVinci"],
|
|
317
317
|
wg: "OpenData",
|
|
318
318
|
// TODO: get input from (LHCb) user. keep "OpenData" if open data
|
|
319
|
+
inform: [],
|
|
319
320
|
automatically_configure: true,
|
|
320
321
|
output: "DVNtuple.root" // Probably okay to leave this as the default
|
|
321
322
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lhcb-ntuple-wizard-test",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "An application to access large-scale open data from LHCb",
|
|
5
5
|
"url": "https://gitlab.cern.ch/lhcb-dpa/wp6-analysis-preservation-and-open-data/lhcb-ntuple-wizard-frontend/issues",
|
|
6
6
|
"private": false,
|