-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from HEPData/filter-files
Filter files before sending to converter
- Loading branch information
Showing
15 changed files
with
460 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.73 MB
hepdata_converter_ws_client/testsuite/testdata/testsubmission/TestHEPSubmission.zip
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
dependent_variables: | ||
- header: {name: SIG(fiducial), units: FB} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < LEPTON+ LEPTON- > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- asymerror: {minus: -3.0, plus: 3.3} | ||
label: stat | ||
- asymerror: {minus: -1.0, plus: 1.2} | ||
label: sys | ||
- {label: 'sys,lumi', symerror: 1.0} | ||
value: 25.4 | ||
- header: {name: SIG(fiducial), units: FB} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0* < LEPTON+ LEPTON- > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- asymerror: {minus: -3.5, plus: 3.8} | ||
label: stat | ||
- asymerror: {minus: -1.5, plus: 1.7} | ||
label: sys | ||
- {label: 'sys,lumi', symerror: 1.2} | ||
value: 29.8 | ||
- header: {name: SIG(fiducial), units: FB} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < NU NUBAR > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- asymerror: {minus: -2.9, plus: 3.1} | ||
label: stat | ||
- {label: sys, symerror: 1.7} | ||
- {label: 'sys,lumi', symerror: 0.5} | ||
value: 12.7 | ||
independent_variables: [] |
13 changes: 13 additions & 0 deletions
13
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
dependent_variables: | ||
- header: {name: SIG(total), units: FB} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 Z0 X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 0.7} | ||
- asymerror: {minus: -0.3, plus: 0.4} | ||
label: sys | ||
- {label: 'sys,lumi', symerror: 0.3} | ||
value: 6.7 | ||
independent_variables: [] |
33 changes: 33 additions & 0 deletions
33
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
dependent_variables: | ||
- header: {name: 10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DPT, units: GEV**-1} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < LEPTON+ LEPTON- > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 1100} | ||
- {label: 'sys,detector', symerror: 79} | ||
- {label: 'sys,background', symerror: 15} | ||
value: 7000 | ||
- errors: | ||
- {label: stat, symerror: 1600} | ||
- {label: 'sys,detector', symerror: 75} | ||
- {label: 'sys,background', symerror: 15} | ||
value: 9800 | ||
- errors: | ||
- {label: stat, symerror: 490} | ||
- {label: 'sys,detector', symerror: 41} | ||
- {label: 'sys,background', symerror: 2} | ||
value: 1600 | ||
- errors: | ||
- {label: stat, symerror: 60} | ||
- {label: 'sys,detector', symerror: 2} | ||
- {label: 'sys,background', symerror: 0} | ||
value: 80 | ||
independent_variables: | ||
- header: {name: Leading dilepton PT, units: GEV} | ||
values: | ||
- {high: 60, low: 0} | ||
- {high: 100, low: 60} | ||
- {high: 200, low: 100} | ||
- {high: 600, low: 200} |
27 changes: 27 additions & 0 deletions
27
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
dependent_variables: | ||
- header: {name: 10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DPT, units: GEV**-1} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < NU NUBAR > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 3340} | ||
- {label: 'sys,detector', symerror: 80} | ||
- {label: 'sys,background', symerror: 740} | ||
value: 9930 | ||
- errors: | ||
- {label: stat, symerror: 3210} | ||
- {label: 'sys,detector', symerror: 200} | ||
- {label: 'sys,background', symerror: 260} | ||
value: 8280 | ||
- errors: | ||
- {label: stat, symerror: 1490} | ||
- {label: 'sys,detector', symerror: 120} | ||
- {label: 'sys,background', symerror: 390} | ||
value: 3900 | ||
independent_variables: | ||
- header: {name: Leading dilepton PT, units: GEV} | ||
values: | ||
- {high: 90, low: 50} | ||
- {high: 130, low: 90} | ||
- {high: 200, low: 130} |
33 changes: 33 additions & 0 deletions
33
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
dependent_variables: | ||
- header: {name: '10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DDELTA(PHI(LEPTON+,LEPTON-))'} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < LEPTON+ LEPTON- > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 69000} | ||
- {label: 'sys,detector', symerror: 6600} | ||
- {label: 'sys,background', symerror: 10} | ||
value: 130000 | ||
- errors: | ||
- {label: stat, symerror: 100000} | ||
- {label: 'sys,detector', symerror: 9000} | ||
- {label: 'sys,background', symerror: 400} | ||
value: 280000 | ||
- errors: | ||
- {label: stat, symerror: 80000} | ||
- {label: 'sys,detector', symerror: 10000} | ||
- {label: 'sys,background', symerror: 300} | ||
value: 260000 | ||
- errors: | ||
- {label: stat, symerror: 50000} | ||
- {label: 'sys,detector', symerror: 2000} | ||
- {label: 'sys,background', symerror: 300} | ||
value: 420000 | ||
independent_variables: | ||
- header: {name: 'Leading dilepton DELTA(PHI(LEPTON+, LEPTON-))', units: GEV} | ||
values: | ||
- {high: 0.5, low: 0.0} | ||
- {high: 1.0, low: 0.5} | ||
- {high: 1.7, low: 1.0} | ||
- {high: 3.14159, low: 1.7} |
27 changes: 27 additions & 0 deletions
27
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
dependent_variables: | ||
- header: {name: '10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DDELTA(PHI(LEPTON+,LEPTON-))'} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < NU NUBAR > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 158000} | ||
- {label: 'sys,detector', symerror: 4000} | ||
- {label: 'sys,background', symerror: 19000} | ||
value: 346000 | ||
- errors: | ||
- {label: stat, symerror: 91000} | ||
- {label: 'sys,detector', symerror: 4000} | ||
- {label: 'sys,background', symerror: 71000} | ||
value: 569000 | ||
- errors: | ||
- {label: stat, symerror: 70000} | ||
- {label: 'sys,detector', symerror: 2000} | ||
- {label: 'sys,background', symerror: 58000} | ||
value: 100000 | ||
independent_variables: | ||
- header: {name: 'Leading dilepton DELTA(PHI(LEPTON+,LEPTON-))', units: GEV} | ||
values: | ||
- {high: 0.5, low: 0.0} | ||
- {high: 1.7, low: 0.5} | ||
- {high: 3.14159, low: 1.7} |
33 changes: 33 additions & 0 deletions
33
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data7.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
dependent_variables: | ||
- header: {name: 10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DM(ZZ)} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < LEPTON+ LEPTON- > X} | ||
- {name: SQRT(S), units: GeV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 300} | ||
- {label: 'sys,detector', symerror: 40} | ||
- {label: 'sys,background', symerror: 2} | ||
value: 2200 | ||
- errors: | ||
- {label: stat, symerror: 1000} | ||
- {label: 'sys,detector', symerror: 100} | ||
- {label: 'sys,background', symerror: 5} | ||
value: 4500 | ||
- errors: | ||
- {label: stat, symerror: 400} | ||
- {label: 'sys,detector', symerror: 20} | ||
- {label: 'sys,background', symerror: 2} | ||
value: 1000 | ||
- errors: | ||
- {label: stat, symerror: 100} | ||
- {label: 'sys,detector', symerror: 10} | ||
- {label: 'sys,background', symerror: 1} | ||
value: 280 | ||
independent_variables: | ||
- header: {name: M(ZZ), units: GEV} | ||
values: | ||
- {high: 240, low: 0} | ||
- {high: 300, low: 240} | ||
- {high: 400, low: 300} | ||
- {high: 800, low: 400} |
27 changes: 27 additions & 0 deletions
27
hepdata_converter_ws_client/testsuite/testdata/testsubmission/yaml/data8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
dependent_variables: | ||
- header: {name: 10**6 * 1/SIG(fiducial) * D(SIG(fiducial))/DMT(ZZ), units: GEV**-1} | ||
qualifiers: | ||
- {name: RE, value: P P --> Z0 < LEPTON+ LEPTON- > Z0 < NU NUBAR > X} | ||
- {name: SQRT(S), units: GEV, value: 7000} | ||
values: | ||
- errors: | ||
- {label: stat, symerror: 4400} | ||
- {label: 'sys,detector', symerror: 300} | ||
- {label: 'sys,background', symerror: 1900} | ||
value: 10500 | ||
- errors: | ||
- {label: stat, symerror: 2630} | ||
- {label: 'sys,detector', symerror: 230} | ||
- {label: 'sys,background', symerror: 280} | ||
value: 6320 | ||
- errors: | ||
- {label: stat, symerror: 1210} | ||
- {label: 'sys,detector', symerror: 60} | ||
- {label: 'sys,background', symerror: 480} | ||
value: 3680 | ||
independent_variables: | ||
- header: {name: MT(ZZ), units: GEV} | ||
values: | ||
- {high: 250, low: 220} | ||
- {high: 300, low: 250} | ||
- {high: 400, low: 300} |
Oops, something went wrong.