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_shallowClustersProducer.root'
0003 
0004 process.load('CalibTracker.SiStripCommon.ShallowClustersProducer_cfi')
0005 process.testTree = cms.EDAnalyzer(
0006    "ShallowTree",
0007    outputCommands = cms.untracked.vstring(
0008       'drop *',
0009       'keep *_shallowClusters_*_*',
0010       )
0011    )
0012 process.p = cms.Path(process.shallowClusters*process.testTree)