Skip to content

Commit

Permalink
removed the for the missing upgrade GT payloads to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
pietverwilligen committed Apr 13, 2015
1 parent a8f239c commit 3f8d390
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,56 +25,6 @@ def noCrossing(process):
process=customise_NoCrossing(process)
return process

def fixRPCConditions(process):
process.simMuonRPCDigis.digiModel = cms.string('RPCSimAverageNoiseEffCls')
if not hasattr(process.GlobalTag,'toGet'):
process.GlobalTag.toGet=cms.VPSet()
process.GlobalTag.toGet.extend( cms.VPSet(
cms.PSet(record = cms.string("RPCStripNoisesRcd"),
tag = cms.string("RPC_testCondition_192Strips_mc"),
connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_31X_RPC")
),
cms.PSet(record = cms.string("RPCClusterSizeRcd"),
tag = cms.string("RPCClusterSize_PhaseII_mc"),
connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_36X_RPC")
)
)
)
return process

def fixDTAlignmentConditions(process):
if not hasattr(process.GlobalTag,'toGet'):
process.GlobalTag.toGet=cms.VPSet()
process.GlobalTag.toGet.extend( cms.VPSet(
cms.PSet(record = cms.string("DTAlignmentErrorExtendedRcd"),
tag = cms.string("MuonDTAPEObjectsExtended_v0_mc"),
connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_ALIGN_000")
)
)
),
process.GlobalTag.toGet.extend( cms.VPSet(
cms.PSet(record = cms.string("DTRecoUncertaintiesRcd"),
tag = cms.string("DTRecoUncertainties_True_v0"),
connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_DT_000")
)
)
),
return process

def fixCSCAlignmentConditions(process):
if not hasattr(process.GlobalTag,'toGet'):
process.GlobalTag.toGet=cms.VPSet()
process.GlobalTag.toGet.extend( cms.VPSet(
cms.PSet(record = cms.string("CSCAlignmentErrorExtendedRcd"),
tag = cms.string("MuonCSCAPEObjectsExtended_v0_mc"),
connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_ALIGN_000")
)
)
),
return process



##### clone aging.py here
def agePixel(process,lumi):
process=process.agePixel(process,lumi)
Expand Down

0 comments on commit 3f8d390

Please sign in to comment.