CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltMonBTagClient_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import DQM.HLTEvF.hltMonBTagIPClient_cfi
4 import DQM.HLTEvF.hltMonBTagMuClient_cfi
5 
6 # definition of the Clients for 8E29
7 hltMonBTagIP_Jet50U_Client = DQM.HLTEvF.hltMonBTagIPClient_cfi.hltMonBTagIPClient.clone()
8 hltMonBTagIP_Jet50U_Client.updateLuminosityBlock = True
9 
10 hltMonBTagMu_Jet10U_Client = DQM.HLTEvF.hltMonBTagMuClient_cfi.hltMonBTagMuClient.clone()
11 hltMonBTagMu_Jet10U_Client.updateLuminosityBlock = True
12 
13 hltMonBTagClient = cms.Sequence( hltMonBTagIP_Jet50U_Client + hltMonBTagMu_Jet10U_Client )