CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
quickTrackAssociatorByHits_cfi.py
Go to the documentation of this file.
2 
3 quickTrackAssociatorByHits = cms.ESProducer("QuickTrackAssociatorByHitsESProducer",
4  AbsoluteNumberOfHits = cms.bool(False),
5  Cut_RecoToSim = cms.double(0.75),
6  SimToRecoDenominator = cms.string('sim'), # either "sim" or "reco"
7  Quality_SimToReco = cms.double(0.5),
8  Purity_SimToReco = cms.double(0.75),
9  ThreeHitTracksAreSpecial = cms.bool(True),
10  associatePixel = cms.bool(True),
11  associateStrip = cms.bool(True),
12  ComponentName = cms.string('quickTrackAssociatorByHits')
13 )