CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimTracker/TrackAssociation/python/quickTrackAssociatorByHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 quickTrackAssociatorByHits = cms.ESProducer("QuickTrackAssociatorByHitsESProducer",
00004         AbsoluteNumberOfHits = cms.bool(False),
00005         Cut_RecoToSim = cms.double(0.75),
00006         SimToRecoDenominator = cms.string('sim'), # either "sim" or "reco"
00007         Quality_SimToReco = cms.double(0.5),
00008         Purity_SimToReco = cms.double(0.75),
00009         ThreeHitTracksAreSpecial = cms.bool(True),
00010         associatePixel = cms.bool(True),
00011         associateStrip = cms.bool(True),
00012     ComponentName = cms.string('quickTrackAssociatorByHits')
00013 )