CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FourVectorHLT_cfi.py
Go to the documentation of this file.
1 # $Id: FourVectorHLT_cfi.py,v 1.6 2008/10/22 14:35:13 lorenzo Exp $
2 import FWCore.ParameterSet.Config as cms
3 
4 hltResults = cms.EDAnalyzer("FourVectorHLT",
5  plotAll = cms.untracked.bool(True),
6  ptMax = cms.untracked.double(100.0),
7  ptMin = cms.untracked.double(0.0),
8  filters = cms.VPSet(),
9  # data best guess
10  triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT")
11 )
12 
13