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.
1 # $Id: HLTGeneralOfflineClient_cfi.py,v 1.1 2012/02/10 17:11:57 bjk Exp $
2 import FWCore.ParameterSet.Config as cms
3 
4 hltGeneralClient = cms.EDAnalyzer("GeneralHLTClient",
5  hltClientDir = cms.untracked.string('HLT/General/paths/'),
6  hltSourceDir = cms.untracked.string('HLT/General/paths/'),
7  prescaleLS = cms.untracked.int32(-1),
8  prescaleEvt = cms.untracked.int32(1),
9  processname = cms.untracked.string("HLT"),
10  customEffDir = cms.untracked.string('custom-eff')
11 
12 
13 )
14