|
||||
File indexing completed on 2024-08-27 22:59:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def TICLPFValidation(**kwargs): 0004 mod = cms.EDProducer('TICLPFValidation', 0005 folder = cms.string('HGCAL/'), 0006 ticlPFCandidates = cms.InputTag('pfTICL'), 0007 mightGet = cms.optional.untracked.vstring 0008 ) 0009 for k,v in kwargs.items(): 0010 setattr(mod, k, v) 0011 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 |