We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1057daa commit 880ab43Copy full SHA for 880ab43
Configuration/DataProcessing/python/RecoTLR.py
@@ -97,7 +97,7 @@ def customisePostEra_Run3_2023(process):
97
98
def customisePostEra_Run3_2024(process):
99
#start with a repeat of 2023
100
- customisePostEra_Run3_2023(process)
+ customisePostEra_Run3(process)
101
return process
102
103
def customisePostEra_Run3_express_trackingOnly(process):
Configuration/Eras/python/Era_Run3_2024_cff.py
@@ -1,5 +1,5 @@
1
import FWCore.ParameterSet.Config as cms
2
3
-from Configuration.Eras.Era_Run3_2023_cff import Run3_2023
+from Configuration.Eras.Era_Run3_cff import Run3
4
5
-Run3_2024 = cms.ModifierChain(Run3_2023)
+Run3_2024 = cms.ModifierChain(Run3)
0 commit comments