CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltMonBTagMuSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltMonBTagMuSource = cms.EDAnalyzer('HLTMonBTagMuSource',
4  triggerResults = cms.InputTag('TriggerResults', '', 'HLT'),
5  monitorName = cms.string('HLT/HLTMonBJet'),
6  processName = cms.string('HLT'),
7  pathName = cms.string('HLT_BTagMu_Jet10U'),
8  interestingJets = cms.uint32( 4 ),
9  L1Filter = cms.InputTag('hltL1sBTagMuJet10U'),
10  L2Filter = cms.InputTag('hltBJet10U'),
11  L2Jets = cms.InputTag('hltMCJetCorJetIcone5HF07'),
12  L25TagInfo = cms.InputTag('hltBSoftMuonL25TagInfosU'),
13  L25JetTags = cms.InputTag('hltBSoftMuonL25BJetTagsUByDR'),
14  L25Filter = cms.InputTag('hltBSoftMuonL25FilterUByDR'),
15  L3TagInfo = cms.InputTag('hltBSoftMuonL3TagInfosU'),
16  L3JetTags = cms.InputTag('hltBSoftMuonL3BJetTagsUByDR'),
17  L3Filter = cms.InputTag('hltBSoftMuonL3FilterUByDR'),
18  storeROOT = cms.untracked.bool(False),
19  outputFile = cms.untracked.string('HLTMonBTag.root')
20 )