CMS 3D CMS Logo

PixelCPEClusterRepair_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoLocalTracker.SiPixelRecHits._templates2_default_cfi import _templates2_default
4 templates2 = _templates2_default.clone()
5 templates2_speed0 = _templates2_default.clone(
6  ComponentName = "PixelCPEClusterRepairWithoutProbQ",
7  speed = 0
8 )