CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMOffline_HLT_Client_cff.py
Go to the documentation of this file.
2 
3 #from DQM.HLTEvF.HLTEventInfoClient_cfi import *
4 
5 #from DQMOffline.Trigger.GeneralHLTOfflineClient_cff import *
8 #from DQMOffline.Trigger.BPAGPostProcessor_cff import *
10 #from DQMOffline.Trigger.TnPEfficiencyPostProcessor_cff import *
15 
16 hltOfflineDQMClient = cms.Sequence(
17 # hltGeneralSeqClient *
18  egHLTOffDQMClient *
19  hltMuonPostVal *
20  jetMETHLTOfflineClient *
21  #tagAndProbeEfficiencyPostProcessor *
22  HLTTauPostSeq *
23  dqmOfflineHLTCert *
24  topHLTDiMuonClient *
25  hltInclusiveVBFClient
26  )
27 
28 # Temporary remove until fixed
29 hltOfflineDQMClient.remove(topHLTDiMuonClient)