![]() |
|
|||
File indexing completed on 2023-03-17 11:03:00
0001 # This fails because forbidden is not allowed to import "restricted" 0002 0003 import FWCore.ParameterSet.Config as cms 0004 0005 process = cms.Process("Test") 0006 0007 process.load("FWCore.Integration.forbidden_cff") 0008 process.source = cms.Source("EmptySource") 0009 process.maxEvents = cms.untracked.PSet( 0010 input = cms.untracked.int32(2) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |