CMS 3D CMS Logo

PixelCPETemplateReco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoLocalTracker.SiPixelRecHits._templates_default_cfi import _templates_default
4 templates = _templates_default.clone()
5 
6 # This customization will be removed once we get the templates for phase2 pixel
7 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
8 phase2_tracker.toModify(templates,
9  LoadTemplatesFromDB = False,
10  DoLorentz = False,
11 )
12