CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetMETHLTOfflineClient_cfi.py
Go to the documentation of this file.
2 
3 jetMETHLTOfflineClient = cms.EDAnalyzer("JetMETHLTOfflineClient",
4 
5  processname = cms.string("HLT"),
6  DQMDirName=cms.string("HLT/JetMET"),
7  hltTag = cms.string("HLT")
8 
9  #-----
10 
11 )
12 
13