CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltMonBTag_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import DQM.HLTEvF.hltMonBTagIPSource_cfi
4 import DQM.HLTEvF.hltMonBTagMuSource_cfi
5 
6 # definition of the Sources for 8E29
7 #hltMonBTagIP_Jet50U_Source = DQM.HLTEvF.hltMonBTagIPSource_cfi.hltMonBTagIPSource.clone()
8 #hltMonBTagMu_Jet10U_Source = DQM.HLTEvF.hltMonBTagMuSource_cfi.hltMonBTagMuSource.clone()
9 
10 #hltMonBTag = cms.Path( hltMonBTagIP_Jet50U_Source + hltMonBTagMu_Jet10U_Source )
11 
12 
13 # simple b-tag monitor (can also just be included through HLTMonSimpleBTag_cff)
14 #import DQM.HLTEvF.HLTMonSimpleBTag_cfi
16 hltMonBTag = cms.Path(hltMonSimpleBTag)