Skip to content

Commit

Permalink
Merge pull request #450 from PanDAWMS/issue_449_add_mc23_ami_scope
Browse files Browse the repository at this point in the history
Refs: #449: data4es | 095_datasetInfoAMI | add mc23 for Atlas AMI SCOPE
  • Loading branch information
witxka authored Jul 16, 2024
2 parents fee6b7a + e8fe48c commit 54cbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Dataflow/data4es/095_datasetInfoAMI/amiDatasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
FILTER = ['AOD', 'EVNT', 'HITS']
# Scope parts - AMI only has data for datasets with scopes that start
# with something from this list.
SCOPES = ('mc15', 'mc16')
SCOPES = ('mc15', 'mc16', 'mc23')


def main(argv):
Expand Down

0 comments on commit 54cbb6d

Please sign in to comment.