Skip to content

Commit

Permalink
Remove 2017 fake conditions
Browse files Browse the repository at this point in the history
These are not needed anymore, and the BeamSpot override becomes (is)
wrong with a non-Gaussian BeamSpot in GlobalTag.
  • Loading branch information
makortel committed Mar 4, 2016
1 parent 5f51356 commit 3113c27
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 137 deletions.
15 changes: 0 additions & 15 deletions SLHCUpgradeSimulations/Configuration/python/phase1TkCustoms.py
Expand Up @@ -53,7 +53,6 @@ def customise(process):
process=customise_harvesting(process)
if hasattr(process,'validation_step'):
process=customise_Validation(process)
process=customise_condOverRides(process)

return process

Expand Down Expand Up @@ -313,20 +312,6 @@ def customise_harvesting(process):
process.dqmHarvesting.remove(process.sipixelCertification)
return (process)

def customise_condOverRides(process):
# process.trackerTopologyConstants.pxb_layerStartBit = cms.uint32(20)
# process.trackerTopologyConstants.pxb_ladderStartBit = cms.uint32(12)
# process.trackerTopologyConstants.pxb_moduleStartBit = cms.uint32(2)
# process.trackerTopologyConstants.pxb_layerMask = cms.uint32(15)
# process.trackerTopologyConstants.pxb_ladderMask = cms.uint32(255)
# process.trackerTopologyConstants.pxb_moduleMask = cms.uint32(1023)
# process.trackerTopologyConstants.pxf_diskStartBit = cms.uint32(18)
# process.trackerTopologyConstants.pxf_bladeStartBit = cms.uint32(12)
# process.trackerTopologyConstants.pxf_panelStartBit = cms.uint32(10)
# process.trackerTopologyConstants.pxf_moduleMask = cms.uint32(255)
process.load('SLHCUpgradeSimulations.Geometry.fakeConditions_Phase1_cff')
return process

def add_detailed_pixel_dqm(process):
#enable modOn
process.SiPixelRawDataErrorSource.modOn = cms.untracked.bool(True)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3113c27

Please sign in to comment.