Skip to content

Commit

Permalink
add DQMOfflineCosmics_SecondStep_FakeHLT for Cosmics harvesting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jul 20, 2019
1 parent e6ff2cb commit 411155b
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 411155b

Please sign in to comment.