![]() |
|
|||
File indexing completed on 2023-03-17 11:16:25
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |