CMS 3D CMS Logo

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