CMS 3D CMS Logo

PixelCPEESProducers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # Load all Pixel Cluster Position Estimator ESProducers
5 #
6 # 1. Template algorithm
7 #
9 #
10 # 2. Pixel Generic CPE
11 #
14 #
15 # 3. ESProducer for the Magnetic-field dependent template records
16 #
19 
20 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
21 phase2_tracker.toModify(PixelCPEFastESProducer, isPhase2 = True)