CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackHistory_cff.py
Go to the documentation of this file.
2 
3 # Magnetic Field, Geometry, TransientTracks
5 
6 # Track Associators
9 
10 # Track history parameters
11 trackHistory = cms.PSet(
12  bestMatchByMaxValue = cms.untracked.bool(True),
13  trackingTruth = cms.untracked.InputTag("mix","MergedTrackTruth"),
14  trackAssociator = cms.untracked.string('TrackAssociatorByHits'),
15  trackProducer = cms.untracked.InputTag("generalTracks"),
16  enableRecoToSim = cms.untracked.bool(True),
17  enableSimToReco = cms.untracked.bool(False)
18 )
19 
20