|
||||
File indexing completed on 2024-04-06 11:59:48
0001 from CalibTracker.SiStripCommon.shallowTree_test_template import * 0002 process.TFileService.fileName = 'test_shallowDigisProducer.root' 0003 0004 process.load('CalibTracker.SiStripCommon.ShallowDigisProducer_cfi') 0005 process.testTree = cms.EDAnalyzer( 0006 "ShallowTree", 0007 outputCommands = cms.untracked.vstring( 0008 'drop *', 0009 'keep *_shallowDigis_*_*', 0010 ) 0011 ) 0012 process.p = cms.Path(process.shallowDigis*process.testTree)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |