From 74c0959944647522683ce2726168757f5c88ac7b Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 29 Feb 2016 16:15:28 +0100 Subject: [PATCH] FastSim: run btag DQM --- FastSimulation/Configuration/python/DQMOfflineMC_cff.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FastSimulation/Configuration/python/DQMOfflineMC_cff.py b/FastSimulation/Configuration/python/DQMOfflineMC_cff.py index 5222b54ffccc6..6a266aeea8318 100644 --- a/FastSimulation/Configuration/python/DQMOfflineMC_cff.py +++ b/FastSimulation/Configuration/python/DQMOfflineMC_cff.py @@ -9,12 +9,15 @@ from DQMOffline.RecoB.PrimaryVertexMonitor_cff import * from DQM.Physics.DQMPhysics_cff import * from Validation.RecoTau.DQMSequences_cfi import * +from DQMOffline.RecoB.dqmAnalyzer_cff import * DQMOfflinePrePOG = cms.Sequence( pvMonitor * + bTagPlotsDATA * dqmPhysics * produceDenoms * pfTauRunDQMValidation + ) DQMOffline = cms.Sequence(DQMOfflinePrePOG)