Skip to content

Commit

Permalink
Merge pull request cms-sw#20 from dildick/from-CMSSW_6_2_X_SLHC_2014-…
Browse files Browse the repository at this point in the history
…03-07-0200

From cmssw 6 2 x slhc 2014 03 07 0200
  • Loading branch information
Sven Dildick committed Mar 10, 2014
2 parents 8e58c93 + 5ac74e6 commit a566951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SLHCUpgradeSimulations/Configuration/python/gemCustoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def customise_DQM(process):

def customise_Validation(process):
process.load('Validation.Configuration.gemSimValid_cff')
process.genvalid_all += gemSimValid
process.genvalid_all += process.gemSimValid

process.load('Validation.RecoMuon.MuonTrackValidator_cfi')
process.load('SimMuon.MCTruth.MuonAssociatorByHits_cfi')
Expand All @@ -79,7 +79,7 @@ def customise_Validation(process):

def customise_harvesting(process):
process.load('Validation.Configuration.gemPostValidation_cff')
process.postValidation += cms.gemPostValidation
process.postValidation += process.gemPostValidation
return process

def outputCustoms(process):
Expand Down

0 comments on commit a566951

Please sign in to comment.