CMS 3D CMS Logo

SiStripRecHitMatcher_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SiStripRecHitMatcherESProducer = cms.ESProducer("SiStripRecHitMatcherESProducer",
4  ComponentName = cms.string('StandardMatcher'),
5  NSigmaInside = cms.double(3.0),
6  PreFilter = cms.bool(False)
7 )
8 
9