Skip to content

Commit

Permalink
Merge pull request #27540 from mmusich/fixSegfaultWithSipixelCertific…
Browse files Browse the repository at this point in the history
…ation

fix segfault in DQMCertCommonFakeHLT
  • Loading branch information
cmsbuild committed Jul 17, 2019
2 parents e93046d + b9ffa4d commit 50022b6
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -15,9 +15,6 @@
egammaDataCertificationTask *
dqmOfflineTriggerCert)

DQMCertCommonFakeHLT = cms.Sequence( DQMCertCommon )
DQMCertCommonFakeHLT.remove( dqmOfflineTriggerCert )

DQMCertMuon = cms.Sequence(dtDAQInfo * rpcDaqInfo * cscDaqInfo *
dtDCSByLumiSummary * rpcDCSSummary * cscDcsInfo *
dtCertificationSummary * rpcDataCertification * cscCertificationInfo)
Expand All @@ -34,3 +31,6 @@
phase1Pixel.toReplaceWith(DQMCertCommon, DQMCertCommon.copyAndExclude([ # FIXME
sipixelCertification # segfaults when included
]))

DQMCertCommonFakeHLT = cms.Sequence( DQMCertCommon )
DQMCertCommonFakeHLT.remove( dqmOfflineTriggerCert )

0 comments on commit 50022b6

Please sign in to comment.