CMS 3D CMS Logo

ExampleRUFile_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 source = cms.Source("TBRUInputSource",
00004     TriggerFedId = cms.untracked.int32(1023),
00005     nFeds = cms.untracked.int32(-1),
00006     firstEvent = cms.untracked.uint32(1),
00007     quiet = cms.untracked.bool(True),
00008     fileNames = cms.untracked.vstring('file:/afs/cern.ch/cms/cmt/onlinedev/data/examples/RU0030349_000.root')
00009 )
00010 
00011 maxEvents = cms.untracked.PSet(
00012     input = cms.untracked.int32(-1)
00013 )
00014 

Generated on Tue Jun 9 17:39:28 2009 for CMSSW by  doxygen 1.5.4