CMS 3D CMS Logo

HLTGeneralOfflineClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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