CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackAssociatorByHits_cfi.py
Go to the documentation of this file.
2 
3 TrackAssociatorByHits = cms.ESProducer("TrackAssociatorByHitsESProducer",
4  Quality_SimToReco = cms.double(0.5),
5  associateRecoTracks = cms.bool(True),
6  UseGrouped = cms.bool(True),
7  associatePixel = cms.bool(True),
8  ROUList = cms.vstring('TrackerHitsTIBLowTof',
9  'TrackerHitsTIBHighTof',
10  'TrackerHitsTIDLowTof',
11  'TrackerHitsTIDHighTof',
12  'TrackerHitsTOBLowTof',
13  'TrackerHitsTOBHighTof',
14  'TrackerHitsTECLowTof',
15  'TrackerHitsTECHighTof',
16  'TrackerHitsPixelBarrelLowTof',
17  'TrackerHitsPixelBarrelHighTof',
18  'TrackerHitsPixelEndcapLowTof',
19  'TrackerHitsPixelEndcapHighTof'),
20  UseSplitting = cms.bool(True),
21  ComponentName = cms.string('TrackAssociatorByHits'),
22  UsePixels = cms.bool(True),
23  ThreeHitTracksAreSpecial = cms.bool(True),
24  AbsoluteNumberOfHits = cms.bool(False),
25  associateStrip = cms.bool(True),
26  Purity_SimToReco = cms.double(0.75),
27  Cut_RecoToSim = cms.double(0.75),
28  SimToRecoDenominator = cms.string('sim') ##"reco"
29 
30 )
31 
32