|
||||
File indexing completed on 2024-08-27 22:59:15
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def L1TriggerJSONMonitoring(**kwargs): 0004 mod = cms.EDAnalyzer('L1TriggerJSONMonitoring', 0005 L1Results = cms.InputTag('hltGtStage2Digis'), 0006 mightGet = cms.optional.untracked.vstring 0007 ) 0008 for k,v in kwargs.items(): 0009 setattr(mod, k, v) 0010 return mod
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |