Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replay with CMSSW_12_3_7_patch1 (now with correct run number) #4714

Merged
merged 3 commits into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 6 additions & 4 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setConfigVersion(tier0Config, "replace with real version")

# Set the min run number:
setInjectMinRun(tier0Config, 351591)
setInjectMinRun(tier0Config, 355065)

# Set the max run number:
setInjectMaxRun(tier0Config, 9999999)
Expand Down Expand Up @@ -94,7 +94,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_3_7"
'default': "CMSSW_12_3_7_patch1"
}

# Configure ScramArch
Expand Down Expand Up @@ -167,7 +167,8 @@
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
"CMSSW_12_3_6" : defaultCMSSWVersion['default'],
"CMSSW_12_3_7" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -191,7 +192,8 @@
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
"CMSSW_12_3_6" : defaultCMSSWVersion['default'],
"CMSSW_12_3_7" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down
12 changes: 7 additions & 5 deletions etc/ReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
setConfigVersion(tier0Config, "replace with real version")

# Set run number to replay
# 352929 - 2022 pp with tracker
# 355205 - 2022 pp collisions, 13.6 TeV, 48 lumisections
# 353737 - 2022 circulating
# 353739 - 2022 cosmics
setInjectRuns(tier0Config, [352929,353737,353739])
setInjectRuns(tier0Config, [355205])

# Settings up sites
processingSite = "T2_CH_CERN"
Expand Down Expand Up @@ -102,7 +102,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_3_7"
'default': "CMSSW_12_3_7_patch1"
}

# Configure ScramArch
Expand Down Expand Up @@ -179,7 +179,8 @@
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
"CMSSW_12_3_6" : defaultCMSSWVersion['default'],
"CMSSW_12_3_7" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand Down Expand Up @@ -216,7 +217,8 @@
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
"CMSSW_12_3_6" : defaultCMSSWVersion['default'],
"CMSSW_12_3_7" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down