Skip to content

Commit

Permalink
Merge pull request #27576 from mmusich/DQMOfflineCosmics_SecondStep_F…
Browse files Browse the repository at this point in the history
…akeHLT

add DQMOfflineCosmics_SecondStep_FakeHLT for Cosmics harvesting
  • Loading branch information
cmsbuild committed Jul 23, 2019
2 parents 8d95cda + 411155b commit 7310d8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Expand Up @@ -7,6 +7,7 @@
from HLTriggerOffline.Common.HLTValidationHarvest_cff import *

dqmHarvesting = cms.Path(DQMOfflineCosmics_SecondStep*DQMOfflineCosmics_Certification)
dqmHarvestingFakeHLT = cms.Path(DQMOfflineCosmics_SecondStep_FakeHLT*DQMOfflineCosmics_Certification)
dqmHarvestingPOG = cms.Path(DQMOfflineCosmics_SecondStep_PrePOG)

validationHarvesting = cms.Path(postValidationCosmics)
Expand Down
Expand Up @@ -46,7 +46,7 @@
triggerOfflineDQMClient *
hltOfflineDQMClient *
SusyPostProcessorSequence )

DQMOfflineCosmics_SecondStep_PrePOG.remove(fsqClient)
DQMOfflineCosmics_SecondStepPOG = cms.Sequence(
DQMOfflineCosmics_SecondStep_PrePOG *
Expand All @@ -57,3 +57,11 @@
DQMOfflineCosmics_SecondStep_PreDPG *
DQMOfflineCosmics_SecondStep_PrePOG *
DQMMessageLoggerClientSeq )

DQMOfflineCosmics_SecondStep_FakeHLT = cms.Sequence(DQMOfflineCosmics_SecondStep_PreDPG *
TrackingCosmicDQMClient *
cosmicMuonQualityTests *
photonOfflineDQMClient *
l1TriggerDqmOfflineCosmicsClient *
SusyPostProcessorSequence*
DQMMessageLoggerClientSeq)

0 comments on commit 7310d8a

Please sign in to comment.