Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:42

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 iptCorrector = cms.EDProducer('IPTCorrector',
0004   corTracksLabel = cms.InputTag('hltIter0PFlowCtfWithMaterialTracks'),
0005   filterLabel = cms.InputTag('hltIsolPixelTrackL2Filter'),
0006   associationCone = cms.double(0.2),
0007   mightGet = cms.optional.untracked.vstring
0008 )