CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltMonBTagIPClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltMonBTagIPClient = cms.EDAnalyzer('HLTMonBTagClient',
4  monitorName = cms.string('HLT/HLTMonBJet'),
5  pathName = cms.string('HLT_BTagIP_Jet50U'),
6  storeROOT = cms.untracked.bool(False),
7  updateLuminosityBlock = cms.untracked.bool(False),
8  updateRun = cms.untracked.bool(False),
9  updateJob = cms.untracked.bool(False),
10  outputFile = cms.untracked.string('HLTMonBTag.root')
11 )