Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 patTriggerEvent = cms.EDProducer(
0004   "PATTriggerEventProducer"
0005 , processName        = cms.string( 'HLT' )               # default; change only, if you know exactly, what you are doing!
0006 # , triggerResults     = cms.InputTag( 'TriggerResults' )  # default; change only, if you know exactly, what you are doing!
0007 # , patTriggerProducer = cms.InputTag( 'patTrigger' )      # default; change only, if you know exactly, what you are doing!
0008 # , condGtTag          = cms.InputTag( 'conditionsInEdm' ) # default; change only, if you know exactly, what you are doing!
0009 # , l1GtTag            = cms.InputTag( 'gtDigis' )         # default; change only, if you know exactly, what you are doing!
0010 , patTriggerMatches  = cms.VInputTag(
0011   )
0012 )