CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTGeneralOfflineClient_cfi.py
Go to the documentation of this file.
2 
3 hltGeneralClient = cms.EDAnalyzer("GeneralHLTClient",
4  hltClientDir = cms.untracked.string('HLT/General/paths/'),
5  hltSourceDir = cms.untracked.string('HLT/General/paths/'),
6  prescaleLS = cms.untracked.int32(-1),
7  prescaleEvt = cms.untracked.int32(1),
8  processname = cms.untracked.string("HLT"),
9  customEffDir = cms.untracked.string('custom-eff')
10 
11 
12 )
13