-
Notifications
You must be signed in to change notification settings - Fork 7
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 #31 from HEPData/improve-error-messages
Improve error messages
- Loading branch information
Showing
14 changed files
with
195 additions
and
62 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.2.3" | ||
__version__ = "0.3.0" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
|
||
additional_resources: | ||
- location: "https://github.com/HEPData/hepdata" | ||
description: "Full source code for creating this data" | ||
- location: "https://github.com/HEPData/hepdata" | ||
description: "Full source code for creating this data" | ||
license: | ||
name: 'GPL 2' | ||
url: 'somewhere over the rainbow...' | ||
description: blah | ||
|
||
modifications: # what, by whom and when encoded or changed | ||
- {action: 'Encoded', date: '27 FEB 2014', who: 'Graeme Watt'} | ||
- {action: 'Modified', date: '30 APR 2014', who: 'Graeme Watt'} | ||
|
||
comment: | # Information that applies to all data tables. | ||
CERN-LHC. Measurements of the cross section for ZZ production using the 4l and 2l2nu decay channels in proton-proton collisions at a centre-of-mass energy of 7 TeV with 4.6 fb^-1 of data collected in 2011. The final states used are 4 electrons, 4 muons, 2 electrons and 2 muons, 2 electrons and missing transverse momentum, and 2 muons and missing transverse momentum (MET). | ||
The cross section values reported in the tables should be multiplied by a factor of 1.0141 to take into account the updated value of the integrated luminosity for the ATLAS 2011 data taking period. The uncertainty on the global normalisation ("Lumi") remains at 1.8%. See Eur.Phys.J. C73 (2013) 2518 for more details. | ||
The 4l channel fiducial region is defined as: | ||
- 4e, 4mu or 2e2mu | ||
- Ambiguities in pairing are resolved by choosing the combination that results in the smaller value of the sum |mll - mZ| for the two pairs, where mll is the mass of the dilepton system. | ||
- ptLepton > 7 GeV (at least one with ptLepton > 20 (25) GeV for muons (electrons)) | ||
- |etaLepton| < 3.16 | ||
- At least one lepton pair is required to have invariant mass between 66 and 116 GeV. If the second pair also satisfies this, the event is ZZ, otherwise if the second pair satisfies mll > 20 GeV it is ZZ*. | ||
- min(DeltaR(l,l)) > 0.2. | ||
The 2l2nu channel fiducial region is defined as: | ||
- 2e+MET or 2mu+MET | ||
- ptLepton > 20 GeV | ||
- |etaLepton| < 2.5 | ||
- mll must be between 76 and 106 GeV | ||
- -MET*cos(phi_METZ)>75 GeV, where phi_METZ is the angle between the Z and the MET | ||
- |MET - pTZ| / pTZ < 0.4, where pTZ is the transverse momentum of the dilepton system | ||
- No events with a jet for which ptJet > 25 GeV and |etaJet| < 4.5 | ||
- No events with a third lepton for which ptLepton > 10 GeV | ||
- min(DeltaR(l,l)) > 0.3 | ||
--- | ||
name: "Table 1" | ||
location: Page 17 of preprint | ||
description: The measured fiducial cross sections. The first systematic uncertainty is the combined systematic uncertainty excluding luminosity, the second is the luminosity | ||
keywords: # used for searching, possibly multiple values for each keyword | ||
- { name: reactions, values: [P P --> Z0 Z0 X]} | ||
- { name: observables, values: [SIG]} | ||
- { name: cmenergies, values: [7000]} | ||
data_file: data1.yaml | ||
data_license: {description: null, name: null, url: null} | ||
additional_resources: | ||
- location: "https://github.com/HEPData/hepdata" | ||
description: "Full source code for creating this data" | ||
- location: "https://github.com/HEPData/hepdata" | ||
description: "Full source code for creating this data" | ||
license: | ||
name: 'GPL 2' | ||
url: 'some url' | ||
--- | ||
# This is Table 2. | ||
name: "Table 2" | ||
location: Page 20 of preprint | ||
description: The measured total cross sections. The first systematic uncertainty is the combined systematic uncertainty excluding luminosity, the second is the luminosity | ||
keywords: # used for searching, possibly multiple values for each keyword | ||
- { name: reactions, values: [P P --> Z0 Z0 X]} | ||
- { name: observables, values: [SIG]} | ||
- { name: cmenergies, values: [7000]} | ||
data_file: 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
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
Oops, something went wrong.