![]() |
|
|||
File indexing completed on 2025-03-31 22:26:54
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("TEST") 0004 0005 process.source = cms.Source("EmptySource") 0006 process.maxEvents.input = 10 0007 0008 process.producer = cms.EDProducer("edmtest::MissingDictionaryCUDAProducer") 0009 0010 process.path = cms.Path(process.producer)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |