Skip to content

Commit

Permalink
make era and Tier0 scenarios for Run3_2024 inherit directly from Run3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jun 12, 2024
1 parent c9f2e91 commit 2787bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/DataProcessing/python/RecoTLR.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def customisePostEra_Run3_2023(process):

def customisePostEra_Run3_2024(process):
#start with a repeat of 2023
customisePostEra_Run3_2023(process)
customisePostEra_Run3(process)
return process

def customisePostEra_Run3_express_trackingOnly(process):
Expand Down
4 changes: 2 additions & 2 deletions Configuration/Eras/python/Era_Run3_2024_cff.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Era_Run3_2023_cff import Run3_2023
from Configuration.Eras.Era_Run3_cff import Run3

Run3_2024 = cms.ModifierChain(Run3_2023)
Run3_2024 = cms.ModifierChain(Run3)

0 comments on commit 2787bd3

Please sign in to comment.