From 01d796a438ceda11774228e54522084d79c8fc1b Mon Sep 17 00:00:00 2001 From: Ianna Osborne Date: Tue, 21 Apr 2015 15:27:19 +0200 Subject: [PATCH] Remove depricated files. --- Configuration/Geometry/python/GeometryAll_cff.py | 7 ------- .../StandardSequences/python/GeometryAll_cff.py | 6 ------ .../StandardSequences/python/GeometryECALHCAL_cff.py | 10 ---------- .../python/GeometryExtendedGFlash_cff.py | 5 ----- .../python/GeometryExtendedLiMax_cff.py | 5 ----- .../python/GeometryExtendedLiMin_cff.py | 5 ----- .../python/GeometryExtendedX0Max_cff.py | 5 ----- .../python/GeometryExtendedX0Min_cff.py | 5 ----- .../StandardSequences/python/GeometryHCAL_cff.py | 6 ------ .../StandardSequences/python/GeometryIdealAPD1_cff.py | 6 ------ .../python/GeometryIdealGFlash_cff.py | 6 ------ .../StandardSequences/python/GeometryIdealNoAPD_cff.py | 6 ------ .../StandardSequences/python/GeometryIdeal_cff.py | 6 ------ .../StandardSequences/python/GeometryNoCastor_cff.py | 6 ------ .../StandardSequences/python/GeometryPilot1_cff.py | 6 ------ .../StandardSequences/python/GeometryPilot2_cff.py | 6 ------ .../python/GeometryTrackerOnly_cff.py | 6 ------ Configuration/StandardSequences/python/Geometry_cff.py | 7 ------- 18 files changed, 109 deletions(-) delete mode 100644 Configuration/Geometry/python/GeometryAll_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryAll_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryECALHCAL_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryExtendedGFlash_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryExtendedLiMax_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryExtendedLiMin_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryExtendedX0Max_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryExtendedX0Min_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryHCAL_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryIdealAPD1_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryIdealGFlash_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryIdealNoAPD_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryIdeal_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryNoCastor_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryPilot1_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryPilot2_cff.py delete mode 100644 Configuration/StandardSequences/python/GeometryTrackerOnly_cff.py delete mode 100644 Configuration/StandardSequences/python/Geometry_cff.py diff --git a/Configuration/Geometry/python/GeometryAll_cff.py b/Configuration/Geometry/python/GeometryAll_cff.py deleted file mode 100644 index 9bc6d6d48b4b1..0000000000000 --- a/Configuration/Geometry/python/GeometryAll_cff.py +++ /dev/null @@ -1,7 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Configuration.Geometry.GeometrySimAll_cff import * - -# Reconstruction geometry services -from Configuration.Geometry.GeometryReco_cff import * diff --git a/Configuration/StandardSequences/python/GeometryAll_cff.py b/Configuration/StandardSequences/python/GeometryAll_cff.py deleted file mode 100644 index 7a8cb3a94a934..0000000000000 --- a/Configuration/StandardSequences/python/GeometryAll_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryAll_cff is deprecated, please use Configuration.Geometry.GeometryAll_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryAll_cff import * diff --git a/Configuration/StandardSequences/python/GeometryECALHCAL_cff.py b/Configuration/StandardSequences/python/GeometryECALHCAL_cff.py deleted file mode 100644 index 897546ad9f016..0000000000000 --- a/Configuration/StandardSequences/python/GeometryECALHCAL_cff.py +++ /dev/null @@ -1,10 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryECALHCAL_cff is deprecated, please use Configuration.Geometry.GeometryECALHCAL_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryECALHCAL_cff import * - - - - diff --git a/Configuration/StandardSequences/python/GeometryExtendedGFlash_cff.py b/Configuration/StandardSequences/python/GeometryExtendedGFlash_cff.py deleted file mode 100644 index 4c67901892c8a..0000000000000 --- a/Configuration/StandardSequences/python/GeometryExtendedGFlash_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Geometry.CMSCommonData.cmsExtendedGeometryGFlashXML_cfi import * -from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * diff --git a/Configuration/StandardSequences/python/GeometryExtendedLiMax_cff.py b/Configuration/StandardSequences/python/GeometryExtendedLiMax_cff.py deleted file mode 100644 index d5a7601b4d854..0000000000000 --- a/Configuration/StandardSequences/python/GeometryExtendedLiMax_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Geometry.CMSCommonData.cmsExtendedGeometryLiMaxXML_cfi import * -from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * diff --git a/Configuration/StandardSequences/python/GeometryExtendedLiMin_cff.py b/Configuration/StandardSequences/python/GeometryExtendedLiMin_cff.py deleted file mode 100644 index 962b47949c086..0000000000000 --- a/Configuration/StandardSequences/python/GeometryExtendedLiMin_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Geometry.CMSCommonData.cmsExtendedGeometryLiMinXML_cfi import * -from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * diff --git a/Configuration/StandardSequences/python/GeometryExtendedX0Max_cff.py b/Configuration/StandardSequences/python/GeometryExtendedX0Max_cff.py deleted file mode 100644 index b9e6cfd2063b2..0000000000000 --- a/Configuration/StandardSequences/python/GeometryExtendedX0Max_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Geometry.CMSCommonData.cmsExtendedGeometryX0MaxXML_cfi import * -from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * diff --git a/Configuration/StandardSequences/python/GeometryExtendedX0Min_cff.py b/Configuration/StandardSequences/python/GeometryExtendedX0Min_cff.py deleted file mode 100644 index ccef62e23189c..0000000000000 --- a/Configuration/StandardSequences/python/GeometryExtendedX0Min_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -# Ideal geometry, needed for simulation -from Geometry.CMSCommonData.cmsExtendedGeometryX0MinXML_cfi import * -from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * diff --git a/Configuration/StandardSequences/python/GeometryHCAL_cff.py b/Configuration/StandardSequences/python/GeometryHCAL_cff.py deleted file mode 100644 index 3d0a05833e579..0000000000000 --- a/Configuration/StandardSequences/python/GeometryHCAL_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryHCAL_cff is deprecated, please use Configuration.Geometry.GeometryHCAL_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryHCAL_cff import * diff --git a/Configuration/StandardSequences/python/GeometryIdealAPD1_cff.py b/Configuration/StandardSequences/python/GeometryIdealAPD1_cff.py deleted file mode 100644 index fe23ba61f21d4..0000000000000 --- a/Configuration/StandardSequences/python/GeometryIdealAPD1_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryIdealAPD1_cff is deprecated, please use Configuration.Geometry.GeometryIdealAPD1_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryIdealAPD1_cff import * diff --git a/Configuration/StandardSequences/python/GeometryIdealGFlash_cff.py b/Configuration/StandardSequences/python/GeometryIdealGFlash_cff.py deleted file mode 100644 index ceef686906996..0000000000000 --- a/Configuration/StandardSequences/python/GeometryIdealGFlash_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryIdealGFlash_cff is deprecated, please use Configuration.Geometry.GeometryIdealGFlash_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryIdealGFlash_cff import * diff --git a/Configuration/StandardSequences/python/GeometryIdealNoAPD_cff.py b/Configuration/StandardSequences/python/GeometryIdealNoAPD_cff.py deleted file mode 100644 index ddf802e9f682c..0000000000000 --- a/Configuration/StandardSequences/python/GeometryIdealNoAPD_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryIdealNoAPD_cff is deprecated, please use Configuration.Geometry.GeometryIdealNoAPD_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryIdealNoAPD_cff import * diff --git a/Configuration/StandardSequences/python/GeometryIdeal_cff.py b/Configuration/StandardSequences/python/GeometryIdeal_cff.py deleted file mode 100644 index 0fa7f8c6b4256..0000000000000 --- a/Configuration/StandardSequences/python/GeometryIdeal_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryIdeal_cff is deprecated, please use Configuration.Geometry.GeometryIdeal_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryIdeal_cff import * diff --git a/Configuration/StandardSequences/python/GeometryNoCastor_cff.py b/Configuration/StandardSequences/python/GeometryNoCastor_cff.py deleted file mode 100644 index 3d4e392f4bcdd..0000000000000 --- a/Configuration/StandardSequences/python/GeometryNoCastor_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryNoCastor_cff is deprecated, please use Configuration.Geometry.GeometryNoCastor_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryNoCastor_cff import * diff --git a/Configuration/StandardSequences/python/GeometryPilot1_cff.py b/Configuration/StandardSequences/python/GeometryPilot1_cff.py deleted file mode 100644 index fbb08b2444b0e..0000000000000 --- a/Configuration/StandardSequences/python/GeometryPilot1_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryPilot1_cff is deprecated, please use Configuration.Geometry.GeometryPilot1_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryPilot1_cff import * diff --git a/Configuration/StandardSequences/python/GeometryPilot2_cff.py b/Configuration/StandardSequences/python/GeometryPilot2_cff.py deleted file mode 100644 index b1366862d1bae..0000000000000 --- a/Configuration/StandardSequences/python/GeometryPilot2_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryPilot2_cff is deprecated, please use Configuration.Geometry.GeometryPilot2_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryPilot2_cff import * diff --git a/Configuration/StandardSequences/python/GeometryTrackerOnly_cff.py b/Configuration/StandardSequences/python/GeometryTrackerOnly_cff.py deleted file mode 100644 index 19b9f73c1463e..0000000000000 --- a/Configuration/StandardSequences/python/GeometryTrackerOnly_cff.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.GeometryTrackerOnly_cff is deprecated, please use Configuration.Geometry.GeometryTrackerOnly_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryTrackerOnly_cff import * diff --git a/Configuration/StandardSequences/python/Geometry_cff.py b/Configuration/StandardSequences/python/Geometry_cff.py deleted file mode 100644 index c5f830702891d..0000000000000 --- a/Configuration/StandardSequences/python/Geometry_cff.py +++ /dev/null @@ -1,7 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -import warnings -warnings.warn('Configuration.StandardSequences.Geometry_cff is deprecated, please use Configuration.Geometry.GeometryIdeal_cff', DeprecationWarning, stacklevel=2) - -from Configuration.Geometry.GeometryIdeal_cff import * -