CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/HLTEvF/python/FourVectorHLT_cfi.py

Go to the documentation of this file.
00001 # $Id: FourVectorHLT_cfi.py,v 1.6 2008/10/22 14:35:13 lorenzo Exp $
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 hltResults = cms.EDAnalyzer("FourVectorHLT",
00005     plotAll = cms.untracked.bool(True),
00006     ptMax = cms.untracked.double(100.0),
00007     ptMin = cms.untracked.double(0.0),
00008     filters = cms.VPSet(),
00009     # data best guess
00010     triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT")
00011 )
00012 
00013