CMS 3D CMS Logo

AlignmentTracksFromVertexSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Alignment.CommonAlignmentProducer.alignmentTrackFromVertexSelectorModule_cfi import alignmentTrackFromVertexSelectorModule
4 AlignmentTracksFromVertexSelector = alignmentTrackFromVertexSelectorModule.clone(src = cms.InputTag("generalTracks"),
5  vertices = cms.InputTag("offlinePrimaryVertices"),
6  vertexIndex = cms.uint32(0),
7  filter = cms.bool(False))