Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b2f342a
added general utils and legacy_jets_utils
comane Apr 17, 2024
112797f
CMS_1JET_8TEV files changed based on change in metadata names
comane Apr 17, 2024
363b62d
moved filter_utils of CMS_1JET_8TEV into legacy jet utils
comane Apr 17, 2024
503bdab
removed filter_bugged and uncertainties_bugged as we already have the…
comane Apr 17, 2024
e8e01d4
ATLAS_1JET_8TEV, checked that filter.py runs, polished filter.py move…
comane Apr 17, 2024
777c3d6
ATLAS_1JET_8TEV, checked that filter.py runs, polished filter.py move…
comane Apr 17, 2024
bbf5a7a
corrected kinematical variable from sqrt_s to sqrts
comane Apr 17, 2024
da13195
Don't surpress warnings and instead address them
RoyStegeman Apr 24, 2024
234d880
black+isort
RoyStegeman Apr 24, 2024
793a5f7
tiny cleanup
RoyStegeman Apr 24, 2024
b216b55
pT to p_T2 in metadata file
comane Apr 27, 2024
f4babdd
polished ATLAS_2JET_7TEV
comane Apr 27, 2024
39c776a
changed cut for CMS_1JET_8TEV from pT to p_T2
comane Apr 27, 2024
b10bd47
no p_T2 no more
comane Jun 6, 2024
01b9b28
fill df with columns of np.nan
comane May 18, 2024
a05b336
Update validphys2/src/validphys/cuts/filters.yaml
comane May 18, 2024
aaae251
Update validphys2/src/validphys/cuts/lockfiles/31_filters.lock.yaml
comane May 18, 2024
9a44d65
changed docstring
comane May 27, 2024
04cfd57
added init file and float prettifier to filter utils
comane Jun 6, 2024
5bcaefc
float accuracy of ATLAS_1JET_8TEV
comane Jun 6, 2024
5cd09ea
8 decimals for CMS_2JET_7TEV
comane Jun 6, 2024
ec0f0ce
8 decimals for ATLAS_2JET_7TEV_R06
comane Jun 6, 2024
88fd513
8 decimals for CMS_1JET_8TEV uncertainties and data
comane Jun 6, 2024
9d3f74d
pT2 to pT for JET type of process
comane Jun 6, 2024
425cfa0
pT2 -> pT in filters.yaml
comane Jun 6, 2024
80b1161
Merge branch 'master' into polish_legacy_jet_datasets
comane Jun 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/sphinx/source/vp/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Consider the following filter from the ``filters.yaml`` file:

- dataset: ATLASZPT7TEV
reason: Avoid the region where resummation effects become important.
rule: "p_T2 >= 30**2"
rule: "pT2 >= 30**2"

this rule applies only to the ``ATLASZPT7TEV`` dataset and keeps all
datapoints with a transverse momentum greater than or equal to 30 MeV.
Expand Down
Empty file.
Loading