CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQMOffline/Trigger/python/HLTGeneralOfflineClient_cfi.py

Go to the documentation of this file.
00001 # $Id: HLTGeneralOfflineClient_cfi.py,v 1.1 2012/02/10 17:11:57 bjk Exp $
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 hltGeneralClient = cms.EDAnalyzer("GeneralHLTClient",
00005     hltClientDir = cms.untracked.string('HLT/General/paths/'),
00006     hltSourceDir = cms.untracked.string('HLT/General/paths/'),
00007     prescaleLS = cms.untracked.int32(-1),
00008     prescaleEvt = cms.untracked.int32(1),
00009     processname = cms.untracked.string("HLT"),
00010     customEffDir = cms.untracked.string('custom-eff')
00011 
00012 
00013 )
00014