|
||||
File indexing completed on 2024-04-06 12:19:10
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("TESTOUTPUTREAD") 0004 process.load("FWCore.Framework.test.cmsExceptionsFatal_cff") 0005 0006 process.maxEvents = cms.untracked.PSet( 0007 input = cms.untracked.int32(-1) 0008 ) 0009 process.source = cms.Source("PoolSource", 0010 fileNames = cms.untracked.vstring('file:PoolOutputTest.root') 0011 ) 0012 0013 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |