CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
triggerEventProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 patTriggerEvent = cms.EDProducer(
4  "PATTriggerEventProducer"
5 , processName = cms.string( 'HLT' ) # default; change only, if you know exactly, what you are doing!
6 # , triggerResults = cms.InputTag( 'TriggerResults' ) # default; change only, if you know exactly, what you are doing!
7 # , patTriggerProducer = cms.InputTag( 'patTrigger' ) # default; change only, if you know exactly, what you are doing!
8 # , condGtTag = cms.InputTag( 'conditionsInEdm' ) # default; change only, if you know exactly, what you are doing!
9 # , l1GtTag = cms.InputTag( 'gtDigis' ) # default; change only, if you know exactly, what you are doing!
10 , patTriggerMatches = cms.VInputTag(
11  )
12 )