From 8b1c3b06a1498b3c09d96dab2d42ea8a04d8c45b Mon Sep 17 00:00:00 2001 From: Fabio Cossutti Date: Thu, 11 Mar 2021 11:40:19 +0100 Subject: [PATCH] Remove no more needed eras with old MTD configuration --- Configuration/Eras/python/Era_Phase2C11T22M9_cff.py | 7 ------- Configuration/Eras/python/Era_Phase2C11T23M9_cff.py | 7 ------- Configuration/StandardSequences/python/Eras.py | 2 -- 3 files changed, 16 deletions(-) delete mode 100644 Configuration/Eras/python/Era_Phase2C11T22M9_cff.py delete mode 100644 Configuration/Eras/python/Era_Phase2C11T23M9_cff.py diff --git a/Configuration/Eras/python/Era_Phase2C11T22M9_cff.py b/Configuration/Eras/python/Era_Phase2C11T22M9_cff.py deleted file mode 100644 index d6a43fa593508..0000000000000 --- a/Configuration/Eras/python/Era_Phase2C11T22M9_cff.py +++ /dev/null @@ -1,7 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -from Configuration.Eras.Era_Phase2C11_cff import Phase2C11 -from Configuration.Eras.Modifier_phase2_squarePixels_cff import phase2_squarePixels -from Configuration.Eras.Modifier_phase2_GE0_cff import phase2_GE0 - -Phase2C11T22M9 = cms.ModifierChain(Phase2C11, phase2_squarePixels, phase2_GE0) diff --git a/Configuration/Eras/python/Era_Phase2C11T23M9_cff.py b/Configuration/Eras/python/Era_Phase2C11T23M9_cff.py deleted file mode 100644 index 804f27121b4ba..0000000000000 --- a/Configuration/Eras/python/Era_Phase2C11T23M9_cff.py +++ /dev/null @@ -1,7 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -from Configuration.Eras.Era_Phase2C11_cff import Phase2C11 -from Configuration.Eras.Modifier_phase2_3DPixels_cff import phase2_3DPixels -from Configuration.Eras.Modifier_phase2_GE0_cff import phase2_GE0 - -Phase2C11T23M9 = cms.ModifierChain(Phase2C11, phase2_3DPixels, phase2_GE0) diff --git a/Configuration/StandardSequences/python/Eras.py b/Configuration/StandardSequences/python/Eras.py index b0e248f6c0460..89498f54a4fa7 100644 --- a/Configuration/StandardSequences/python/Eras.py +++ b/Configuration/StandardSequences/python/Eras.py @@ -47,8 +47,6 @@ def __init__(self): 'Phase2C11T23', 'Phase2C12_dd4hep', 'Phase2C11M9', - 'Phase2C11T22M9', - 'Phase2C11T23M9', 'Phase2C11I13M9', 'Phase2C11I13T22M9', 'Phase2C11I13T23M9'