![]() |
|
|||
File indexing completed on 2025-02-07 14:23:47
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def DetSetVectorThingProducer(*args, **kwargs): 0004 mod = cms.EDProducer('DetSetVectorThingProducer', 0005 offsetDelta = cms.int32(0), 0006 detSets = cms.vint32( 0007 1, 0008 2, 0009 3 0010 ), 0011 nThings = cms.int32(20), 0012 grow = cms.bool(False), 0013 mightGet = cms.optional.untracked.vstring 0014 ) 0015 for a in args: 0016 mod.update_(a) 0017 mod.update_(kwargs) 0018 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 |
![]() ![]() |