Skip to content

Commit

Permalink
fix segfault in DQMCertCommonFakeHLT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jul 17, 2019
1 parent 361a915 commit b9ffa4d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 b9ffa4d

Please sign in to comment.