|
||||
File indexing completed on 2024-04-06 12:30:40
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("MinBias") 0004 0005 process.source = cms.Source("EmptySource") 0006 process.maxEvents = cms.untracked.PSet( 0007 input = cms.untracked.int32(10) 0008 ) 0009 0010 process.out = cms.OutputModule("PoolOutputModule", 0011 fileName = cms.untracked.string('testFakeMinBias.root'), 0012 ) 0013 0014 process.e = cms.EndPath(process.out)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |