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.EDProducer("QuickTrackAssociatorByHitsProducer",
4  AbsoluteNumberOfHits = cms.bool(False),
5  Cut_RecoToSim = cms.double(0.75),
6  SimToRecoDenominator = cms.string('reco'), # 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  useClusterTPAssociation = cms.bool(True),
13  cluster2TPSrc = cms.InputTag("tpClusterProducer")
14 )