|
||||
File indexing completed on 2024-04-06 12:13:08
0001 import FWCore.ParameterSet.Config as cms 0002 process = cms.Process("TEST") 0003 0004 process.source = cms.Source("EmptySource") 0005 0006 process.add_(cms.Service("ResourceEnforcer", maxRSS = cms.untracked.double(0.001))) 0007 0008 process.thing = cms.EDProducer("ThingProducer") 0009 0010 process.p = cms.Path(process.thing) 0011
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |