CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/PhysicsTools/PatAlgos/python/triggerLayer1/triggerEventProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 patTriggerEvent = cms.EDProducer(
00004   "PATTriggerEventProducer"
00005 , processName        = cms.string( 'HLT' )               # default; change only, if you know exactly, what you are doing!
00006 # , TriggerResults     = cms.InputTag( 'TriggerResults' )  # default; change only, if you know exactly, what you are doing!
00007 # , patTriggerProducer = cms.InputTag( 'patTrigger' )      # default; change only, if you know exactly, what you are doing!
00008 # , condGtTag          = cms.InputTag( 'conditionsInEdm' ) # default; change only, if you know exactly, what you are doing!
00009 # , l1GtTag            = cms.InputTag( 'gtDigis' )         # default; change only, if you know exactly, what you are doing!
00010 , patTriggerMatches  = cms.VInputTag(
00011   )
00012 )