![]() |
|
|||
File indexing completed on 2023-03-17 11:10:24
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process("TEST") 0004 process.source = cms.Source("RepeatingCachedRootSource", fileName = cms.untracked.string("file:PoolInputRepeatingSource.root"), repeatNEvents = cms.untracked.uint32(2)) 0005 0006 process.maxEvents.input = 10000 0007 0008 process.checker = cms.EDAnalyzer("OtherThingAnalyzer") 0009 #process.dump = cms.EDAnalyzer("EventContentAnalyzer") 0010 0011 process.p = cms.Path(process.checker) 0012 #process.o = cms.EndPath(process.dump)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |