CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pixelNtupletFit_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # This modifier is for replacing the legacy pixel tracks with the "Patatrack" pixel ntuplets,
4 # fishbone cleaning, and either the Broken Line fit (by default) or the Riemann fit.
5 # It also replaces the "gap" pixel vertices with a density-based vertex reconstruction algorithm.
6 
7 pixelNtupletFit = cms.Modifier()