CMS 3D CMS Logo

triggerProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 patTrigger = cms.EDProducer( "PATTriggerProducer",
00004     processName    = cms.string( 'HLT' ),
00005     triggerResults = cms.InputTag( "TriggerResults" ),
00006     triggerEvent   = cms.InputTag( "hltTriggerSummaryAOD" ),
00007     onlyStandAlone = cms.bool( False ),
00008     # trigger paths
00009     addPathModuleLabels = cms.bool( False ) # setting this 'True' stores the names of all modules as strings (~8kB/ev.)
00010 )
00011 

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4