Skip to content

Commit

Permalink
Update check_dataset_names.py
Browse files Browse the repository at this point in the history
fixing the tune part for Herwig
  • Loading branch information
bbilin authored Nov 20, 2024
1 parent 74cca54 commit 2627522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/check_dataset_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def validate_dataset_name(dataset_name):
binning_pattern = r"Bin-[\w-]+" # BINNING is optional
filter_pattern = r"Fil-[\w-]+" # FILTER is optional
param_pattern = r"Par-[\w-]+" # PARAMETERS is optional
tune_pattern = r"TuneCP[1-5]" # TUNE is mandatory (TuneCP1 to TuneCP5)
tune_pattern = r"Tune+" # TUNE is mandatory
beame_pattern = r"13p6TeV|\d+TeV|\d+GeV" # BEAME is mandatory
me_ps_pattern = (
r"(pythia6|pythia8|pythia8-evtgen|herwig6|herwigpp|herwig7|sherpa|"
Expand Down

0 comments on commit 2627522

Please sign in to comment.