Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-11-06 23:38:06

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ctppsLocalTrackLiteDefaultProducer = cms.EDProducer('CTPPSLocalTrackLiteProducer',
0004   includeStrips = cms.bool(False),
0005   tagSiStripTrack = cms.InputTag('totemRPLocalTrackFitter'),
0006   includeDiamonds = cms.bool(False),
0007   tagDiamondTrack = cms.InputTag('ctppsDiamondLocalTracks'),
0008   includePixels = cms.bool(False),
0009   tagPixelTrack = cms.InputTag('ctppsPixelLocalTracks'),
0010   timingTrackTMin = cms.double(-12.5),
0011   timingTrackTMax = cms.double(12.5),
0012   pixelTrackTxMin = cms.double(-10),
0013   pixelTrackTxMax = cms.double(10),
0014   pixelTrackTyMin = cms.double(-10),
0015   pixelTrackTyMax = cms.double(10),
0016   mightGet = cms.optional.untracked.vstring
0017 )