Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
18 changes: 11 additions & 7 deletions etc/ProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_3_5_patch1"
'default': "CMSSW_12_3_6"
}

# Configure ScramArch
Expand Down Expand Up @@ -127,9 +127,9 @@
}

# Defaults for GlobalTag
expressGlobalTag = "123X_dataRun3_Express_v9"
promptrecoGlobalTag = "123X_dataRun3_Prompt_v11"
alcap0GlobalTag = "123X_dataRun3_Prompt_v11"
expressGlobalTag = "123X_dataRun3_Express_v10"
promptrecoGlobalTag = "123X_dataRun3_Prompt_v12"
alcap0GlobalTag = "123X_dataRun3_Prompt_v12"

# Mandatory for CondDBv2
globalTagConnect = "frontier://PromptProd/CMS_CONDITIONS"
Expand Down Expand Up @@ -164,7 +164,9 @@
"CMSSW_12_3_3" : defaultCMSSWVersion['default'],
"CMSSW_12_3_4" : defaultCMSSWVersion['default'],
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default']
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
}

expressVersionOverride = {
Expand All @@ -186,7 +188,9 @@
"CMSSW_12_3_3" : defaultCMSSWVersion['default'],
"CMSSW_12_3_4" : defaultCMSSWVersion['default'],
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default']
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
}

#set default repack settings for bulk streams
Expand Down Expand Up @@ -673,7 +677,7 @@
write_dqm=True,
tape_node="T1_UK_RAL_MSS",
disk_node="T1_UK_RAL_Disk",
alca_producers=["HcalCalIsoTrkProducerFilter", "TkAlMinBias"],
alca_producers=["HcalCalIsoTrkProducerFilter", "TkAlJetHT"],
dqm_sequences=["@common", "@jetmet", "@L1TMon", "@hcal"],
physics_skims=["JetHTJetPlusHOFilter", "LogError", "LogErrorMonitor"],
timePerEvent=5.7,
Expand Down
24 changes: 13 additions & 11 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
# 346512 - 2021 pp
# 349840 - 2022 CRAFT
# 350966 - 2022 Splashes
setInjectRuns(tier0Config, [352929])
# 352929 - 2022 pp with tracker
# 353737 - 2022 circulating
# 353739 - 2022 cosmics
setInjectRuns(tier0Config, [352929,353737,353739])

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

# Defaults for CMSSW version
defaultCMSSWVersion = {
'default': "CMSSW_12_3_5_patch1"
'default': "CMSSW_12_3_6"
}

# Configure ScramArch
Expand All @@ -126,9 +126,9 @@
alcarawProcVersion = dt

# Defaults for GlobalTag
expressGlobalTag = "123X_dataRun3_Express_v9"
promptrecoGlobalTag = "123X_dataRun3_Prompt_v11"
alcap0GlobalTag = "123X_dataRun3_Prompt_v11"
expressGlobalTag = "123X_dataRun3_Express_v10"
promptrecoGlobalTag = "123X_dataRun3_Prompt_v12"
alcap0GlobalTag = "123X_dataRun3_Prompt_v12"

# Mandatory for CondDBv2
globalTagConnect = "frontier://PromptProd/CMS_CONDITIONS"
Expand Down Expand Up @@ -177,7 +177,8 @@
"CMSSW_12_3_4" : defaultCMSSWVersion['default'],
"CMSSW_12_3_4_patch2" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5" : defaultCMSSWVersion['default'],
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default']
"CMSSW_12_3_5_patch1" : defaultCMSSWVersion['default'],
"CMSSW_12_3_6" : defaultCMSSWVersion['default']
}

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

#set default repack settings for bulk streams
Expand Down Expand Up @@ -670,7 +672,7 @@
addDataset(tier0Config, dataset,
do_reco=True,
write_dqm=True,
alca_producers=["HcalCalIsoTrkProducerFilter", "TkAlMinBias"],
alca_producers=["HcalCalIsoTrkProducerFilter", "TkAlJetHT"],
dqm_sequences=["@common", "@jetmet", "@L1TMon", "@hcal"],
physics_skims=["JetHTJetPlusHOFilter", "LogError", "LogErrorMonitor"],
timePerEvent=5.7,
Expand Down