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