Skip to content

Commit

Permalink
Merge pull request #21653 from makortel/removeQuadrupletsByPropagation
Browse files Browse the repository at this point in the history
Remove trackingPhase1QuadProp era and PixelQuadrupletGenerator as obsolete
  • Loading branch information
cmsbuild committed Dec 12, 2017
2 parents 39819ec + 575cd90 commit 980bb4a
Show file tree
Hide file tree
Showing 42 changed files with 12 additions and 1,114 deletions.

This file was deleted.

This file was deleted.

17 changes: 1 addition & 16 deletions Configuration/PyReleaseValidation/python/relval_2017.py
Expand Up @@ -60,19 +60,6 @@ def _trackingRun2(stepList):
continue
res.append(s)
return res
def _trackingPhase1QuadProp(stepList):
res = []
for step in stepList:
s = step
if 'RecoFull' in step:
if 'trackingOnly' in step:
s = s.replace('Only', 'OnlyPhase1QuadProp')
else:
s = s.replace('Full', 'Full_trackingPhase1QuadProp')
if 'ALCA' in s:
continue
res.append(s)
return res
def _trackingLowPU(stepList):
res = []
for step in stepList:
Expand All @@ -93,6 +80,4 @@ def _trackingLowPU(stepList):
workflows[10024.1] = [ workflows[10024.0][0], _trackingOnly(workflows[10024.0][1]) ]
workflows[10024.2] = [ workflows[10024.0][0], _trackingRun2(workflows[10024.0][1]) ]
workflows[10024.3] = [ workflows[10024.1][0], _trackingRun2(workflows[10024.1][1]) ]
workflows[10024.4] = [ workflows[10024.0][0], _trackingPhase1QuadProp(workflows[10024.0][1]) ]
workflows[10024.5] = [ workflows[10024.1][0], _trackingPhase1QuadProp(workflows[10024.1][1]) ]
workflows[10024.6] = [ workflows[10024.0][0], _trackingLowPU(workflows[10024.0][1]) ]
workflows[10024.4] = [ workflows[10024.0][0], _trackingLowPU(workflows[10024.0][1]) ]
2 changes: 0 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -2330,6 +2330,4 @@ def gen2018HiMix(fragment,howMuch):
# 2017 tracking specific eras
steps['RecoFull_trackingRun2_2017'] = merge([{'--era': 'Run2_2017_trackingRun2'}, steps['RecoFull_2017']])
steps['RecoFull_trackingOnlyRun2_2017'] = merge([{'--era': 'Run2_2017_trackingRun2'}, steps['RecoFull_trackingOnly_2017']])
steps['RecoFull_trackingPhase1QuadProp_2017'] = merge([{'--era': 'Run2_2017_trackingPhase1QuadProp'}, steps['RecoFull_2017']])
steps['RecoFull_trackingOnlyPhase1QuadProp_2017'] = merge([{'--era': 'Run2_2017_trackingPhase1QuadProp'}, steps['RecoFull_trackingOnly_2017']])
steps['RecoFull_trackingLowPU_2017'] = merge([{'--era': 'Run2_2017_trackingLowPU'}, steps['RecoFull_2017']])
3 changes: 1 addition & 2 deletions Configuration/StandardSequences/python/Eras.py
Expand Up @@ -21,7 +21,6 @@ def __init__(self):
'Run2_2016_pA',
'Run2_2017',
'Run2_2017_trackingRun2',
'Run2_2017_trackingPhase1QuadProp',
'Run2_2017_trackingLowPU',
'Run2_2017_pp_on_XeXe',
'Run2_2017_ppRef',
Expand All @@ -43,7 +42,7 @@ def __init__(self):
'phase2_common', 'phase2_tracker',
'phase2_hgcal', 'phase2_muon', 'phase2_timing',
'phase2_timing_layer','phase2_hcal',
'trackingLowPU', 'trackingPhase1', 'trackingPhase1QuadProp', 'ctpps_2016', 'trackingPhase2PU140',
'trackingLowPU', 'trackingPhase1', 'ctpps_2016', 'trackingPhase2PU140',
'tracker_apv_vfp30_2016', 'run2_miniAOD_80XLegacy', 'run2_nanoAOD_92X',
'hcalHardcodeConditions', 'hcalSkipPacker']
internalUseModChains = ['run2_2017_noTrackingModifier']
Expand Down
1 change: 0 additions & 1 deletion RecoHI/HiTracking/python/HIPixel3PrimTracks_cfi.py
Expand Up @@ -2,7 +2,6 @@

from RecoTracker.TkHitPairs.hitPairEDProducer_cfi import hitPairEDProducer as _hitPairEDProducer
from RecoPixelVertexing.PixelTriplets.pixelTripletHLTEDProducer_cfi import pixelTripletHLTEDProducer as _pixelTripletHLTEDProducer
from RecoPixelVertexing.PixelTriplets.pixelQuadrupletEDProducer_cfi import pixelQuadrupletEDProducer as _pixelQuadrupletEDProducer
from RecoPixelVertexing.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import *
from RecoPixelVertexing.PixelLowPtUtilities.trackCleaner_cfi import *
from RecoPixelVertexing.PixelTrackFitting.pixelFitterByHelixProjections_cfi import *
Expand Down
1 change: 0 additions & 1 deletion RecoHI/HiTracking/python/hiDetachedQuadStep_cff.py
Expand Up @@ -30,7 +30,6 @@
from RecoTracker.TkTrackingRegions.globalTrackingRegionWithVertices_cfi import globalTrackingRegionWithVertices as _globalTrackingRegionWithVertices
from RecoTracker.TkHitPairs.hitPairEDProducer_cfi import hitPairEDProducer as _hitPairEDProducer
from RecoPixelVertexing.PixelTriplets.pixelTripletHLTEDProducer_cfi import pixelTripletHLTEDProducer as _pixelTripletHLTEDProducer
from RecoPixelVertexing.PixelTriplets.pixelQuadrupletEDProducer_cfi import pixelQuadrupletEDProducer as _pixelQuadrupletEDProducer
from RecoPixelVertexing.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import *
from RecoPixelVertexing.PixelLowPtUtilities.trackCleaner_cfi import *
from RecoPixelVertexing.PixelTrackFitting.pixelFitterByHelixProjections_cfi import *
Expand Down
1 change: 0 additions & 1 deletion RecoHI/HiTracking/python/hiLowPtQuadStep_cff.py
Expand Up @@ -30,7 +30,6 @@
from RecoTracker.TkTrackingRegions.globalTrackingRegionWithVertices_cfi import globalTrackingRegionWithVertices as _globalTrackingRegionWithVertices
from RecoTracker.TkHitPairs.hitPairEDProducer_cfi import hitPairEDProducer as _hitPairEDProducer
from RecoPixelVertexing.PixelTriplets.pixelTripletHLTEDProducer_cfi import pixelTripletHLTEDProducer as _pixelTripletHLTEDProducer
from RecoPixelVertexing.PixelTriplets.pixelQuadrupletEDProducer_cfi import pixelQuadrupletEDProducer as _pixelQuadrupletEDProducer
from RecoPixelVertexing.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import *
from RecoPixelVertexing.PixelLowPtUtilities.trackCleaner_cfi import *
from RecoPixelVertexing.PixelTrackFitting.pixelFitterByHelixProjections_cfi import *
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -2,8 +2,6 @@

#include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitPredictionFromCircle.h"

#include "RecoPixelVertexing/PixelTriplets/interface/HitQuadrupletGenerator.h"
#include "LayerQuadruplets.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
Expand Down

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions RecoPixelVertexing/PixelTriplets/plugins/LayerQuadruplets.cc

This file was deleted.

23 changes: 0 additions & 23 deletions RecoPixelVertexing/PixelTriplets/plugins/LayerQuadruplets.h

This file was deleted.

0 comments on commit 980bb4a

Please sign in to comment.