File indexing completed on 2024-04-06 11:59:48
0001 from CalibTracker.SiStripCommon.shallowTree_test_template import *
0002 process.TFileService.fileName = 'test_shallowEventDataProducer.root'
0003
0004 process.load('CalibTracker.SiStripCommon.ShallowEventDataProducer_cfi')
0005 process.testTree = cms.EDAnalyzer(
0006 "ShallowTree",
0007 outputCommands = cms.untracked.vstring(
0008 'drop *',
0009 'keep *_shallowEventRun_*_*',
0010 )
0011 )
0012 process.p = cms.Path(process.shallowEventRun*process.testTree)