CMS 3D CMS Logo

FourVectorHLT_cfi.py

Go to the documentation of this file.
00001 # $Id: FourVectorHLT_cfi.py,v 1.5 2008/10/08 06:49: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","","FU")
00011     # MC
00012     #triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT")
00013 )
00014 
00015 

Generated on Tue Jun 9 17:33:08 2009 for CMSSW by  doxygen 1.5.4