Skip to content

Commit

Permalink
Update production configuration and replay to CMSSW_14_0_18, move pro…
Browse files Browse the repository at this point in the history
…cessing version to 2 (#5003)

Co-authored-by: Fabio Cossutti <[email protected]>
  • Loading branch information
LinaresToine and fabiocos authored Oct 10, 2024
1 parent 513ec2e commit bee5c8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# maxRunPreviousConfig = 999999 # Last run before era change 08/09/23
# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_14_0_16",
'default': "CMSSW_14_0_18",
#'acqEra': {'Run2024F': "CMSSW_14_0_11"},
#'maxRun': {maxRunPreviousConfig: "CMSSW_13_2_2"}
}
Expand All @@ -128,15 +128,15 @@

# Defaults for processing version
alcarawProcVersion = {
'default': 1
'default': 2
}

defaultProcVersionReco = {
'default': 1
'default': 2
}

expressProcVersion = {
'default': 1
'default': 2
}

# Defaults for GlobalTag
Expand Down
6 changes: 3 additions & 3 deletions etc/ReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
setConfigVersion(tier0Config, "replace with real version")

# Set run number to replay
# 382726 Cosmics, 4 hours
# 382686 - Collisions, 43.3 pb-1, 23.9583 TB NEW
# 386674 Cosmics ~40 minutes in Run2024I with occupancy issues

setInjectRuns(tier0Config, [382686, 382726])
setInjectRuns(tier0Config, [382686, 386674])

# Use this in order to limit the number of lumisections to process
#setInjectLimit(tier0Config, 10)
Expand Down Expand Up @@ -116,7 +116,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_14_0_16"
'default': "CMSSW_14_0_18"
}

# Configure ScramArch
Expand Down

0 comments on commit bee5c8d

Please sign in to comment.