Skip to content

Commit

Permalink
Adding D95 Patatack wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed Mar 9, 2023
1 parent c388b01 commit 1a18ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
(('2021' in key or '2023' in key) and fragment == "TTbar_14TeV" and 'FS' not in key),
('2018' in key and fragment == "ZMM_13"),
(('2021' in key or '2023' in key) and fragment == "ZMM_14" and 'FS' not in key),
('2026D88' in key and fragment == "TTbar_14TeV" and "PixelOnly" in self.suffix)
('2026D88' in key or '2026D95' in key and fragment == "TTbar_14TeV" and "PixelOnly" in self.suffix)
]
result = any(selected) and hasHarvest

Expand Down

0 comments on commit 1a18ad2

Please sign in to comment.