Skip to content

Commit

Permalink
Merge pull request #1499 from davidlange6/fixPR1333t2
Browse files Browse the repository at this point in the history
Fix pr1333t2
  • Loading branch information
nclopezo committed Nov 18, 2013
2 parents 99fc56b + 5a90a02 commit 1219486
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SLHCUpgradeSimulations/Configuration/python/muonCustoms.py
Expand Up @@ -98,7 +98,7 @@ def csc_PathVsModule_SanityCheck(process):
('digi2raw_step', 'cscpacker'),
('digi2raw_step', 'csctfpacker'),
('reconstruction', 'csc2DRecHits'),
('dqmoffline_step', 'muonAnalyzer'),
# ('dqmoffline_step', 'muonAnalyzer'),
#('dqmHarvesting', ''),
('validation_step', 'relvalMuonBits')
]
Expand Down Expand Up @@ -223,7 +223,7 @@ def customise_csc_LocalReco(process):
def customise_csc_DQM(process):
"""At this point: get rid of process.muonAnalyzer, adjust cscMonitor's input
"""
process = remove_from_all_paths(process, 'muonAnalyzer')
# process = remove_from_all_paths(process, 'muonAnalyzer')

process.cscMonitor.clctDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis")
process.cscMonitor.stripDigiTag = cms.InputTag("simMuonCSCDigis", "MuonCSCStripDigi")
Expand All @@ -241,7 +241,7 @@ def customise_csc_DQM(process):
def customise_csc_Validation(process):
"""At this point, just get rid of process.relvalMuonBits
"""
process = remove_from_all_paths(process, 'relvalMuonBits')
# process = remove_from_all_paths(process, 'relvalMuonBits')
return process


Expand Down
Expand Up @@ -69,7 +69,7 @@ def customise_Digi(process):
# DQM steps change
def customise_DQM(process,pileup):
# We cut down the number of iterative tracking steps
process.dqmoffline_step.remove(process.muonAnalyzer)

process.dqmoffline_step.remove(process.jetMETAnalyzer)

#put isUpgrade flag==true
Expand Down
Expand Up @@ -244,7 +244,7 @@ def customise_DQM(process,pileup):
#The following two steps were removed
#process.PixelLessStep*
#process.TobTecStep*
process.dqmoffline_step.remove(process.muonAnalyzer)
# process.dqmoffline_step.remove(process.muonAnalyzer)
process.dqmoffline_step.remove(process.jetMETAnalyzer)
# process.dqmoffline_step.remove(process.TrackMonStep9)
# process.dqmoffline_step.remove(process.TrackMonStep10)
Expand Down
Expand Up @@ -241,7 +241,7 @@ def customise_DQM(process,pileup):
#The following two steps were removed
#process.PixelLessStep*
#process.TobTecStep*
process.dqmoffline_step.remove(process.muonAnalyzer)
# process.dqmoffline_step.remove(process.muonAnalyzer)
process.dqmoffline_step.remove(process.jetMETAnalyzer)
# process.dqmoffline_step.remove(process.TrackMonStep9)
# process.dqmoffline_step.remove(process.TrackMonStep10)
Expand Down

0 comments on commit 1219486

Please sign in to comment.