Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:48

0001 from CalibTracker.SiStripCommon.shallowTree_test_template import *
0002 process.TFileService.fileName = 'test_shallowSimhitClustersProducer.root'
0003 
0004 add_rawRelVals(process)
0005 
0006 process.load('CalibTracker.SiStripCommon.ShallowSimhitClustersProducer_cfi')
0007 process.testTree = cms.EDAnalyzer(
0008    "ShallowTree",
0009    outputCommands = cms.untracked.vstring(
0010       'drop *',
0011       'keep *_shallowSimhitClusters_*_*',
0012       )
0013    )
0014 process.p = cms.Path(process.shallowSimhitClusters*process.testTree)