CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRecHitMatcher_cfi.py
Go to the documentation of this file.
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