Skip to content

Commit

Permalink
Merge pull request #10432 from diguida/upgrade2017_in_GT
Browse files Browse the repository at this point in the history
Fixing Errors due to LA in PixelPhase1 with proper upgrade GT for 2017 design
  • Loading branch information
davidlange6 committed Jul 29, 2015
2 parents 8ad9209 + d1ff114 commit a52b71c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCond.py
Expand Up @@ -26,7 +26,7 @@
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '75X_dataRun2_HLT_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : 'DES17_70_V2', # placeholder (GT not meant for standard RelVal)
'phase1_2017_design' : '75X_upgrade2017_design_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : 'DES19_70_V2', # placeholder (GT not meant for standard RelVal)
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase2
Expand Down
Expand Up @@ -186,7 +186,7 @@ def customise_Reco(process,pileup):
#use with latest pixel geometry
process.ClusterShapeHitFilterESProducer.PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape_Phase1Tk.par')
# Need this line to stop error about missing siPixelDigis.
process.MeasurementTracker.inactivePixelDetectorLabels = cms.VInputTag()
process.MeasurementTrackerEvent.inactivePixelDetectorLabels = cms.VInputTag()

# new layer list (3/4 pixel seeding) in InitialStep and pixelTracks
process.PixelLayerTriplets.layerList = cms.vstring( 'BPix1+BPix2+BPix3',
Expand Down Expand Up @@ -364,7 +364,8 @@ def customise_Reco(process,pileup):
process.pixelTracks.FilterPSet.chi2 = cms.double(50.0)
process.pixelTracks.FilterPSet.tipMax = cms.double(0.05)
process.pixelTracks.RegionFactoryPSet.RegionPSet.originRadius = cms.double(0.02)


process.templates.DoLorentz=False
process.templates.LoadTemplatesFromDB = cms.bool(False)
process.PixelCPEGenericESProducer.useLAWidthFromDB = cms.bool(False)

return process

0 comments on commit a52b71c

Please sign in to comment.