Skip to content

Commit

Permalink
Fixed nanoProdWrapper for Run3 MC
Browse files Browse the repository at this point in the history
  • Loading branch information
kandrosov committed Jul 10, 2023
1 parent 1947cb4 commit 925c163
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
__pycache__
/site
18 changes: 0 additions & 18 deletions checkLumiOverlaps.py

This file was deleted.

1 change: 1 addition & 0 deletions crabTaskStatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class JobStatus(Enum):
failed = 6
transferring = 7
killed = 8
held = 9

class CrabWarning:
known_warnings = {
Expand Down
3 changes: 2 additions & 1 deletion nanoProdWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
'Run3_2022CDE': '124X_dataRun3_v14',
'Run3_2022FG': '124X_dataRun3_Prompt_v10',
}
cond_data = cond_data_run3[options.era]
if options.sampleType == 'data':
cond_data = cond_data_run3[options.era]
era_str = 'Run3'
era_mod = ',run3_nanoAOD_124'
else:
Expand Down

0 comments on commit 925c163

Please sign in to comment.