Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 read = cms.EDFilter("SiStripLorentzAngle",
0004     MTCCtrack = cms.bool(True),
0005     TTRHBuilder = cms.string('WithTrackAngle'),
0006     fileName = cms.string('trackhisto.root')
0007 )
0008 
0009